mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@12660 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8d8f1ffdb5
commit
8aee4837f1
3 changed files with 1 additions and 10 deletions
|
|
@ -35,7 +35,6 @@ file
|
|||
Gradient.cpp,
|
||||
RadialGradient.cpp,
|
||||
OnPath.cpp,
|
||||
Todo.txt,
|
||||
SVG readonly separator,
|
||||
SvgInternal.h,
|
||||
SvgUtil.cpp,
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ void ApproximateChar(LinearPathConsumer& t, Pointf at, int ch, Font fnt, double
|
|||
GlyphPainter chp;
|
||||
chp.move = chp.pos = Null;
|
||||
chp.tolerance = tolerance;
|
||||
PaintCharacter(chp, ch.p, ch.ch, ch.fnt);
|
||||
PaintCharacter(chp, Pointf(0, 0), ch, fnt);
|
||||
Vector<float>& g = chp.glyph;
|
||||
#else
|
||||
const Vector<float>& g = ValueTo< Vector<float> >(v);
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
TIMING Reset M : 10.48 ms - 551.63 ns (11.00 ms / 18992 ), min: 0.00 ns, max: 5.00 ms, nesting: 16 - 26000
|
||||
TIMING Add alloc : 18.62 ms - 372.48 ns (20.00 ms / 49995 ), min: 0.00 ns, max: 1.00 ms, nesting: 3 - 50688
|
||||
TIMING Finish : 1.68 s - 17.53 ms ( 1.68 s / 96 ), min: 0.00 ns, max: 252.00 ms, nesting: 1 - 96
|
||||
TIMING Add : 1.67 s - 13.70 us ( 1.67 s / 121801 ), min: 0.00 ns, max: 191.00 ms, nesting: 18 - 1155176
|
||||
TIMING Render span : 0.00 ns - 0.00 ns ( 0.00 ns / 320 ), min: 0.00 ns, max: 0.00 ns, nesting: 1 - 320
|
||||
TIMING Reset : 15.67 ms - 1.29 us (16.00 ms / 12150 ), min: 0.00 ns, max: 5.00 ms, nesting: 18 - 12778
|
||||
TIMING Create : 95.92 ms - 35.03 us (96.00 ms / 2738 ), min: 0.00 ns, max: 1.00 ms, nesting: 1 - 2738
|
||||
TIMING Free : 27.85 ms - 5.09 us (28.00 ms / 5476 ), min: 0.00 ns, max: 1.00 ms, nesting: 1 - 5476
|
||||
Loading…
Add table
Add a link
Reference in a new issue