Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx536 *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 Dsft.hxx320 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray);

Completed in 39 milliseconds