Home
last modified time | relevance | path

Searched defs:ClassTable (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DClassTable.java19 public class ClassTable implements LookupSubtable class
127 public ClassTable() in ClassTable() method in ClassTable
/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh634 struct ClassTable struct
636 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int outOfRange) const in get_class()
641 unsigned int get_class (hb_codepoint_t glyph_id, in get_class()
647 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
653 HBGlyphID16 firstGlyph; /* First glyph index included in the trimmed array. */
654 Array16Of<HBUCHAR> classArray; /* The class codes (indexed by glyph index minus
/external/perfetto/src/trace_processor/importers/proto/
Dheap_graph_module.cc35 using ClassTable = tables::HeapGraphClassTable; typedef
Dheap_graph_tracker.cc32 using ClassTable = tables::HeapGraphClassTable; typedef