Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh131 struct RangeRecord struct
133 inline int cmp (hb_codepoint_t g) const { in cmp()
137 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
142 inline bool intersects (const hb_set_t *glyphs) const { in intersects()
147 inline void add_coverage (set_t *glyphs) const { in add_coverage()
151 GlyphID start; /* First GlyphID in the range */
152 GlyphID end; /* Last GlyphID in the range */
153 USHORT value; /* Value */
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.h192 struct TRangeRecord *RangeRecord; member