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

  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 339 { return (this+glyphClassDef).get_class (glyph); }
345 { return (this+markAttachClassDef).get_class (glyph); }
hb-ot-layout-common-private.hh 939 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDefFormat1
994 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDefFormat2
1050 inline unsigned int get_class (hb_codepoint_t glyph_id) const function in struct:OT::ClassDef
    [all...]
hb-ot-layout-gsubgpos-private.hh 705 return class_def.get_class (glyph_id) == value;
    [all...]
hb-ot-layout-gpos-table.hh 767 unsigned int klass1 = (this+classDef1).get_class (buffer->cur().codepoint);
768 unsigned int klass2 = (this+classDef2).get_class (buffer->info[skippy_iter.idx].codepoint);
    [all...]
  /external/selinux/policycoreutils/sepolicy/
info.c 817 static PyObject* get_class(const qpol_class_t * class_datum, const apol_policy_t * policydb) function
910 obj = get_class(class_datum, policydb);
923 obj = get_class(class_datum, policydb);
    [all...]

Completed in 48 milliseconds