Home
last modified time | relevance | path

Searched defs:CaretValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-gdef-table.hh169 struct CaretValue struct
171 …sition_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const in get_caret_value()
181 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
193 union {
198 } u;
/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh169 struct CaretValue struct
171 …sition_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const in get_caret_value()
181 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
193 union {
198 } u;
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
Dharfbuzz-gdef-private.h101 HB_CaretValue* CaretValue; /* array of caret values */ member