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

  /external/chromium_org/third_party/harfbuzz-ng/src/
main.cc 181 gdef.has_glyph_classes () ? "" : "no ");
hb-ot-layout-gdef-table.hh 337 inline bool has_glyph_classes (void) const { return glyphClassDef != 0; } function in struct:OT::GDEF
hb-ot-layout-gsubgpos-private.hh 274 bool has_glyph_classes; member in struct:OT::hb_apply_context_t
290 has_glyph_classes (gdef.has_glyph_classes ()),
575 if (likely (has_glyph_classes))
    [all...]
hb-ot-layout.cc 128 return _get_gdef (face).has_glyph_classes ();
  /external/harfbuzz_ng/src/
main.cc 181 gdef.has_glyph_classes () ? "" : "no ");
hb-ot-layout-gdef-table.hh 337 inline bool has_glyph_classes (void) const { return glyphClassDef != 0; } function in struct:OT::GDEF
hb-ot-layout-gsubgpos-private.hh 274 bool has_glyph_classes; member in struct:OT::hb_apply_context_t
290 has_glyph_classes (gdef.has_glyph_classes ()),
575 if (likely (has_glyph_classes))
    [all...]
hb-ot-layout.cc 128 return _get_gdef (face).has_glyph_classes ();

Completed in 83 milliseconds