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… 529 static int GetSimpleTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTG… in GetSimpleTTOutline() 563 ControlPoint* pa = (ControlPoint*)calloc(lastPoint+1, sizeof(ControlPoint)); in GetSimpleTTOutline() 620 static int GetCompoundTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, T… in GetCompoundTTOutline() 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() 825 static int GetTTGlyphOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTGl… in GetTTGlyphOutline() [all …]
|
| /AOO41X/main/vcl/inc/ |
| H A D | sft.hxx | 261 } ControlPoint; typedef 320 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray);
|