Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx542 const sal_uInt8* ptr = table + ttf->goffsets[glyphID]; in GetSimpleTTOutline()
636 const sal_uInt8* ptr = table + ttf->goffsets[glyphID]; in GetCompoundTTOutline()
838 const sal_uInt8* ptr = table + ttf->goffsets[glyphID]; in GetTTGlyphOutline()
839 int length = ttf->goffsets[glyphID+1] - ttf->goffsets[glyphID]; in GetTTGlyphOutline()
1891 assert(t->goffsets != 0); in doOpenTTFont()
1898 assert(t->goffsets != 0); in doOpenTTFont()
1927 free(ttf->goffsets); in CloseTTFont()
1958 const sal_uInt8* ptr = glyf + ttf->goffsets[glyphID]; in GetTTGlyphComponents()
2770 if( length < ttf->goffsets[ glyphID+1 ] ) in GetTTRawGlyphData()
2773 length = ttf->goffsets[glyphID+1] - ttf->goffsets[glyphID]; in GetTTRawGlyphData()
[all …]
/trunk/main/vcl/inc/
H A Dsft.hxx589 sal_uInt32 *goffsets; member

Completed in 33 milliseconds