Searched refs:GlyphArray (Results 1 – 5 of 5) sorted by relevance
151 uint16_t* GlyphArray; member152 TCoverageFormat1() : GlyphCount(0), GlyphArray(NULL) { CoverageFormat = 1; } in TCoverageFormat1()153 ~TCoverageFormat1() override { delete[] GlyphArray; } in ~TCoverageFormat1()
170 if ((uint32_t)c1->GlyphArray[i] == g) { in GetCoverageIndex()326 rec->GlyphArray = new uint16_t[rec->GlyphCount]; in ParseCoverageFormat1()328 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()