Home
last modified time | relevance | path

Searched defs:RangeRecord (Results 1 – 5 of 5) 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/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-common-private.hh130 struct RangeRecord struct
132 inline int cmp (hb_codepoint_t g) const { in cmp()
136 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
141 inline bool intersects (const hb_set_t *glyphs) const { in intersects()
146 inline void add_coverage (set_t *glyphs) const { in add_coverage()
150 GlyphID start; /* First GlyphID in the range */
151 GlyphID end; /* Last GlyphID in the range */
152 USHORT value; /* Value */
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp126 struct RangeRecord { struct
127 OpenType::GlyphID start;
128 OpenType::GlyphID end;
129 OpenType::UInt16 startCoverageIndex;
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
Dharfbuzz-open.h191 HB_RangeRecord* RangeRecord; /* array of RangeRecords */ member
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.h190 struct TRangeRecord *RangeRecord; member