mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
47 lines
696 B
Text
47 lines
696 B
Text
description "Antialiased renderer class, Painter, examples, version 2.0\377";
|
|
|
|
uses
|
|
CtrlLib,
|
|
Painter;
|
|
|
|
file
|
|
Examples.h,
|
|
main.cpp,
|
|
Image.cpp,
|
|
ImageFilter.cpp,
|
|
Lion.cpp,
|
|
Pythagoras.cpp,
|
|
Spiral.cpp,
|
|
Curves.cpp,
|
|
Clipping.cpp,
|
|
Gradient.cpp,
|
|
LineAttrs.cpp,
|
|
ColorStops.cpp,
|
|
Radial.cpp,
|
|
RadialFocus.cpp,
|
|
TextFillSolid.cpp,
|
|
TextFillGradient.cpp,
|
|
TextStrokeGradient.cpp,
|
|
Div.cpp,
|
|
MaskBlending.cpp,
|
|
RadialMaskBlending.cpp,
|
|
RichText.cpp,
|
|
Stroke.cpp,
|
|
OnPath.cpp,
|
|
Dash.cpp,
|
|
Path.cpp,
|
|
Arc.cpp,
|
|
ThinLine.cpp,
|
|
Shapes.cpp,
|
|
PolyPoly.cpp,
|
|
DrawArc.cpp,
|
|
Big.cpp,
|
|
Examples.lay,
|
|
Test.iml;
|
|
|
|
mainconfig
|
|
"" = "GUI",
|
|
"" = "GUI TIMING",
|
|
"" = "GUI USEMALLOC",
|
|
"" = "GUI TIMING NOSIMD";
|
|
|