Home
last modified time | relevance | path

Searched refs:GlyphArray (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.h163 TT_uint16_t *GlyphArray; member
164 TCoverageFormat1(): GlyphCount(0), GlyphArray(NULL) in TCoverageFormat1()
170 if(GlyphArray) { in ~TCoverageFormat1()
171 delete[] GlyphArray; in ~TCoverageFormat1()
Dttgsubtable.cpp181 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()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format5.h58 IntegerList* GlyphArray();
Dindex_sub_table_format5.cc248 IntegerList* IndexSubTableFormat5::Builder::GlyphArray() { in GlyphArray() function in sfntly::IndexSubTableFormat5::Builder
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc448 IntegerList* glyph_array = new_builder->GlyphArray(); in ConstructIndexFormat5()