Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp119 for (const auto& glyph : c1->GlyphArray) { in GetCoverageIndex()
265 rec->GlyphArray = std::vector<uint16_t>(GetUInt16(sp)); in ParseCoverageFormat1()
266 for (auto& glyph : rec->GlyphArray) in ParseCoverageFormat1()
Dcfx_cttgsubtable.h71 std::vector<uint16_t> GlyphArray; member
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format5.h58 std::vector<int32_t>* GlyphArray();
Dindex_sub_table_format5.cc248 std::vector<int32_t>* IndexSubTableFormat5::Builder::GlyphArray() { in GlyphArray() function in sfntly::IndexSubTableFormat5::Builder
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc494 IntegerList* glyph_array = new_builder->GlyphArray(); in ConstructIndexFormat5()