Searched refs:goffsets (Results 1 – 2 of 2) sorted by relevance
542 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()1890 t->goffsets = (sal_uInt32 *) calloc(1+t->nglyphs, sizeof(sal_uInt32)); in doOpenTTFont()1891 assert(t->goffsets != 0); in doOpenTTFont()1894 …t->goffsets[i] = indexfmt ? GetUInt32(table, i << 2, 1) : (sal_uInt32)GetUInt16(table, i << 1, 1) … in doOpenTTFont()1896 t->goffsets = (sal_uInt32 *) calloc(1+t->nglyphs, sizeof(sal_uInt32)); in doOpenTTFont()1898 assert(t->goffsets != 0); in doOpenTTFont()1927 free(ttf->goffsets); in CloseTTFont()[all …]
589 sal_uInt32 *goffsets; member