Searched refs:GlyphArray (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format5.h58 IntegerList* GlyphArray();
H A Dindex_sub_table_format5.cc248 IntegerList* IndexSubTableFormat5::Builder::GlyphArray() { function in class:sfntly::IndexSubTableFormat5::Builder
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-open.h170 HB_UShort GlyphCount; /* number of glyphs in GlyphArray */
171 HB_UShort* GlyphArray; /* array of glyph IDs */ member in struct:HB_CoverageFormat1_
H A Dharfbuzz-open.c687 cf1->GlyphArray = NULL;
689 if ( ALLOC_ARRAY( cf1->GlyphArray, count, HB_UShort ) )
692 ga = cf1->GlyphArray;
696 FREE( cf1->GlyphArray );
711 FREE( cf1->GlyphArray );
818 HB_UShort* array = cf1->GlyphArray;
H A Dharfbuzz-dump.c200 Coverage->cf.cf1.GlyphArray[i], i);
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.h161 TT_uint16_t *GlyphArray; member in struct:CFX_CTTGSUBTable::TCoverageFormat1
162 TCoverageFormat1(): GlyphCount(0), GlyphArray(NULL)
168 if(GlyphArray) {
169 delete[] GlyphArray;
H A Dttgsubtable.cpp181 if((TT_uint32_t)c1->GlyphArray[i] == g) {
357 rec->GlyphArray = new TT_uint16_t[rec->GlyphCount];
359 rec->GlyphArray[i] = GetUInt16(sp);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format5.h58 IntegerList* GlyphArray();
H A Dindex_sub_table_format5.cc248 IntegerList* IndexSubTableFormat5::Builder::GlyphArray() { function in class:sfntly::IndexSubTableFormat5::Builder
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc448 IntegerList* glyph_array = new_builder->GlyphArray();
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc448 IntegerList* glyph_array = new_builder->GlyphArray();

Completed in 2801 milliseconds