HomeSort by relevance Sort by last modified time
    Searched refs:glyf_table (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/test/
verify_glyf.cc 34 GlyphTablePtr glyf_table = down_cast<GlyphTable*>(table); local
35 if (glyf_table == NULL) {
40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH));
  /external/chromium_org/third_party/ots/src/
woff2.cc 693 const Table* glyf_table = FindTable(tables, tag); local
695 if (glyf_table == NULL || loca_table == NULL) {
698 if (static_cast<uint64_t>(glyf_table->dst_offset) + glyf_table->dst_length >
707 dst + glyf_table->dst_offset, glyf_table->dst_length,
    [all...]

Completed in 86 milliseconds