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

  /external/chromium_org/third_party/harfbuzz-ng/src/
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 269 bool has_glyph_classes; member in struct:OT::hb_apply_context_t
287 has_glyph_classes (gdef.has_glyph_classes ()),
565 if (likely (has_glyph_classes))
    [all...]
  /external/harfbuzz_ng/src/
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 269 bool has_glyph_classes; member in struct:OT::hb_apply_context_t
287 has_glyph_classes (gdef.has_glyph_classes ()),
565 if (likely (has_glyph_classes))
    [all...]

Completed in 73 milliseconds