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

  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format5.cc 248 IntegerList* IndexSubTableFormat5::Builder::GlyphArray() {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format5.cc 248 IntegerList* IndexSubTableFormat5::Builder::GlyphArray() {
  /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;

Completed in 2654 milliseconds