HomeSort by relevance Sort by last modified time
    Searched defs:GlyphArray (Results 1 - 4 of 4) 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/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-open.h 170 HB_UShort GlyphCount; /* number of glyphs in GlyphArray */
171 HB_UShort* GlyphArray; /* array of glyph IDs */
  /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 132 milliseconds