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

  /external/harfbuzz_ng/src/
main.cc 178 gdef.has_glyph_classes () ? "" : "no ");
hb-ot-layout-gdef-table.hh 355 bool has_glyph_classes () const { return glyphClassDef != 0; } function in struct:OT::GDEF
hb-ot-layout-gsubgpos.hh 472 bool has_glyph_classes; member in struct:OT::hb_ot_apply_context_t
495 has_glyph_classes (gdef.has_glyph_classes ()),
581 if (likely (has_glyph_classes))
    [all...]
hb-ot-layout.cc 225 return face->table.GDEF->table->has_glyph_classes ();
    [all...]

Completed in 225 milliseconds