Searched refs:ControlPoint (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 526 static int GetTTGlyphOutline(TrueTypeFont *, sal_uInt32 , ControlPoint **, TTGlyphMetrics *, std::v… 563 ControlPoint* pa = (ControlPoint*)calloc(lastPoint+1, sizeof(ControlPoint)); in GetSimpleTTOutline() 625 std::vector<ControlPoint> myPoints; in GetCompoundTTOutline() 626 ControlPoint *nextComponent, *pa; in GetCompoundTTOutline() 784 ControlPoint cp; in GetCompoundTTOutline() 809 pa = (ControlPoint*)calloc(np, sizeof(ControlPoint)); in GetCompoundTTOutline() 812 memcpy( pa, &myPoints[0], np*sizeof(ControlPoint) ); in GetCompoundTTOutline() 881 static int BSplineToPSPath(ControlPoint *srcA, int srcCount, PSPathElement **path) in BSplineToPSPath() 1945 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray) in GetTTGlyphPoints() 1996 ControlPoint *pa; in CreateT3FromTTGlyphs() [all …]
|
/aoo41x/main/vcl/inc/ |
H A D | sft.hxx | 261 } ControlPoint; typedef 320 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray);
|
Completed in 29 milliseconds