Home
last modified time | relevance | path

Searched refs:ControlPoint (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx526 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 …]
/trunk/main/vcl/inc/
H A Dsft.hxx261 } ControlPoint; typedef
320 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray);

Completed in 49 milliseconds