Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dttgsubtable.cpp178 for (const auto& glyph : c1->GlyphArray) { in GetCoverageIndex()
322 rec->GlyphArray = std::vector<uint16_t>(GetUInt16(sp)); in ParseCoverageFormat1()
323 for (auto& glyph : rec->GlyphArray) in ParseCoverageFormat1()
Dttgsubtable.h168 std::vector<uint16_t> GlyphArray; member
/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.cc450 IntegerList* glyph_array = new_builder->GlyphArray(); in ConstructIndexFormat5()