|
@@ -1,15 +1,12 @@
|
|
set(SOURCES
|
|
set(SOURCES
|
|
AffineTransform.cpp
|
|
AffineTransform.cpp
|
|
AntiAliasingPainter.cpp
|
|
AntiAliasingPainter.cpp
|
|
- BMPLoader.cpp
|
|
|
|
- BMPWriter.cpp
|
|
|
|
Bitmap.cpp
|
|
Bitmap.cpp
|
|
BitmapMixer.cpp
|
|
BitmapMixer.cpp
|
|
ClassicStylePainter.cpp
|
|
ClassicStylePainter.cpp
|
|
ClassicWindowTheme.cpp
|
|
ClassicWindowTheme.cpp
|
|
Color.cpp
|
|
Color.cpp
|
|
CursorParams.cpp
|
|
CursorParams.cpp
|
|
- DDSLoader.cpp
|
|
|
|
FillPathImplementation.cpp
|
|
FillPathImplementation.cpp
|
|
Filters/ColorBlindnessFilter.cpp
|
|
Filters/ColorBlindnessFilter.cpp
|
|
Filters/FastBoxBlurFilter.cpp
|
|
Filters/FastBoxBlurFilter.cpp
|
|
@@ -28,27 +25,32 @@ set(SOURCES
|
|
Font/Typeface.cpp
|
|
Font/Typeface.cpp
|
|
Font/WOFF/Font.cpp
|
|
Font/WOFF/Font.cpp
|
|
GradientPainting.cpp
|
|
GradientPainting.cpp
|
|
- GIFLoader.cpp
|
|
|
|
ICC/BinaryWriter.cpp
|
|
ICC/BinaryWriter.cpp
|
|
ICC/Profile.cpp
|
|
ICC/Profile.cpp
|
|
ICC/Tags.cpp
|
|
ICC/Tags.cpp
|
|
ICC/TagTypes.cpp
|
|
ICC/TagTypes.cpp
|
|
ICC/WellKnownProfiles.cpp
|
|
ICC/WellKnownProfiles.cpp
|
|
- ICOLoader.cpp
|
|
|
|
- ImageDecoder.cpp
|
|
|
|
- JPEGLoader.cpp
|
|
|
|
- PBMLoader.cpp
|
|
|
|
- PGMLoader.cpp
|
|
|
|
- PNGLoader.cpp
|
|
|
|
- PNGWriter.cpp
|
|
|
|
- PortableFormatWriter.cpp
|
|
|
|
- PPMLoader.cpp
|
|
|
|
|
|
+ ImageFormats/BMPLoader.cpp
|
|
|
|
+ ImageFormats/BMPWriter.cpp
|
|
|
|
+ ImageFormats/DDSLoader.cpp
|
|
|
|
+ ImageFormats/GIFLoader.cpp
|
|
|
|
+ ImageFormats/ICOLoader.cpp
|
|
|
|
+ ImageFormats/ImageDecoder.cpp
|
|
|
|
+ ImageFormats/JPEGLoader.cpp
|
|
|
|
+ ImageFormats/PBMLoader.cpp
|
|
|
|
+ ImageFormats/PGMLoader.cpp
|
|
|
|
+ ImageFormats/PNGLoader.cpp
|
|
|
|
+ ImageFormats/PNGWriter.cpp
|
|
|
|
+ ImageFormats/PortableFormatWriter.cpp
|
|
|
|
+ ImageFormats/PPMLoader.cpp
|
|
|
|
+ ImageFormats/QOILoader.cpp
|
|
|
|
+ ImageFormats/QOIWriter.cpp
|
|
|
|
+ ImageFormats/TGALoader.cpp
|
|
|
|
+ ImageFormats/WebPLoader.cpp
|
|
Painter.cpp
|
|
Painter.cpp
|
|
Palette.cpp
|
|
Palette.cpp
|
|
Path.cpp
|
|
Path.cpp
|
|
Point.cpp
|
|
Point.cpp
|
|
- QOILoader.cpp
|
|
|
|
- QOIWriter.cpp
|
|
|
|
Rect.cpp
|
|
Rect.cpp
|
|
ShareableBitmap.cpp
|
|
ShareableBitmap.cpp
|
|
Size.cpp
|
|
Size.cpp
|
|
@@ -56,9 +58,7 @@ set(SOURCES
|
|
SystemTheme.cpp
|
|
SystemTheme.cpp
|
|
TextDirection.cpp
|
|
TextDirection.cpp
|
|
TextLayout.cpp
|
|
TextLayout.cpp
|
|
- TGALoader.cpp
|
|
|
|
Triangle.cpp
|
|
Triangle.cpp
|
|
- WebPLoader.cpp
|
|
|
|
WindowTheme.cpp
|
|
WindowTheme.cpp
|
|
)
|
|
)
|
|
|
|
|