Home
last modified time | relevance | path

Searched defs:RangeRecord (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRangeRecord.java6 final class RangeRecord implements Record { class
15 RangeRecord(ReadableFontData data, int base) { in RangeRecord() method in RangeRecord
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh530 struct RangeRecord struct
532 int cmp (hb_codepoint_t g) const in cmp()
535 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
541 bool intersects (const hb_set_t *glyphs) const in intersects()
545 bool collect_coverage (set_t *glyphs) const in collect_coverage()
548 HBGlyphID16 first; /* First GlyphID in the range */
549 HBGlyphID16 last; /* Last GlyphID in the range */
550 HBUINT16 value; /* Value */