HomeSort by relevance Sort by last modified time
    Searched refs:GlyphArray (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 161 TT_uint16_t *GlyphArray;
162 TCoverageFormat1(): GlyphCount(0), GlyphArray(NULL)
168 if(GlyphArray) {
169 delete[] GlyphArray;
ttgsubtable.cpp 181 if((TT_uint32_t)c1->GlyphArray[i] == g) {
357 rec->GlyphArray = new TT_uint16_t[rec->GlyphCount];
359 rec->GlyphArray[i] = GetUInt16(sp);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format5.h 58 IntegerList* GlyphArray();
index_sub_table_format5.cc 248 IntegerList* IndexSubTableFormat5::Builder::GlyphArray() {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format5.h 58 IntegerList* GlyphArray();
index_sub_table_format5.cc 248 IntegerList* IndexSubTableFormat5::Builder::GlyphArray() {
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 448 IntegerList* glyph_array = new_builder->GlyphArray();
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 448 IntegerList* glyph_array = new_builder->GlyphArray();

Completed in 255 milliseconds