Searched refs:pointArray (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 536 *pointArray = 0; in GetSimpleTTOutline() 616 *pointArray = pa; in GetSimpleTTOutline() 630 *pointArray = 0; in GetCompoundTTOutline() 814 *pointArray = pa; in GetCompoundTTOutline() 830 *pointArray = 0; in GetTTGlyphOutline() 850 res=GetSimpleTTOutline(ttf, glyphID, pointArray, metrics); in GetTTGlyphOutline() 866 fprintf(out, "%c ", ((*pointArray)[i].flags & 0x8000) ? 'X' : '.'); in GetTTGlyphOutline() 867 fprintf(out, "%c ", ((*pointArray)[i].flags & 1) ? '+' : '-'); in GetTTGlyphOutline() 868 fprintf(out, "%d %d\n", (*pointArray)[i].x, (*pointArray)[i].y); in GetTTGlyphOutline() 1945 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray) in GetTTGlyphPoints() argument [all …]
|
/trunk/main/vcl/inc/ |
H A D | sft.hxx | 320 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray);
|
Completed in 25 milliseconds