Searched defs:ClassTable (Results 1 – 9 of 9) sorted by relevance
785 struct ClassTable struct787 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int outOfRange) const in get_class()792 unsigned int get_class (hb_codepoint_t glyph_id, in get_class()800 void collect_glyphs (set_t &glyphs, unsigned num_glyphs) const in collect_glyphs()807 bool sanitize (hb_sanitize_context_t *c) const in sanitize()813 HBGlyphID16 firstGlyph; /* First glyph index included in the trimmed array. */814 Array16Of<HBUCHAR> classArray; /* The class codes (indexed by glyph index minus
19 public class ClassTable implements LookupSubtable class127 public ClassTable() in ClassTable() method in ClassTable
30 class ClassTable; variable
76 TEST_F(ClassTableTest, ClassTable) { in TEST_F() argument
26 ClassTable::ClassTable() : lock_("Class loader classes", kClassLoaderClassesLock) { in ClassTable() function in art::ClassTable
55 class ClassTable; variable
35 using ClassTable = tables::HeapGraphClassTable; typedef
46 using ClassTable = tables::HeapGraphClassTable; typedef
220 } ClassTable; typedef