Searched refs:GlyphArray (Results 1 – 5 of 5) sorted by relevance
163 TT_uint16_t *GlyphArray; member164 TCoverageFormat1(): GlyphCount(0), GlyphArray(NULL) in TCoverageFormat1()170 if(GlyphArray) { in ~TCoverageFormat1()171 delete[] GlyphArray; in ~TCoverageFormat1()
181 if((TT_uint32_t)c1->GlyphArray[i] == g) { in GetCoverageIndex()357 rec->GlyphArray = new TT_uint16_t[rec->GlyphCount]; in ParseCoverageFormat1()359 rec->GlyphArray[i] = GetUInt16(sp); in ParseCoverageFormat1()
58 IntegerList* GlyphArray();
248 IntegerList* IndexSubTableFormat5::Builder::GlyphArray() { in GlyphArray() function in sfntly::IndexSubTableFormat5::Builder
448 IntegerList* glyph_array = new_builder->GlyphArray(); in ConstructIndexFormat5()