/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gdef-table.hh | 99 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const function in struct:OT::CaretValueFormat1 121 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const function in struct:OT::CaretValueFormat2 146 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const function in struct:OT::CaretValueFormat3 171 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const function in struct:OT::CaretValue 174 case 1: return u.format1.get_caret_value (font, direction, glyph_id); 175 case 2: return u.format2.get_caret_value (font, direction, glyph_id); 176 case 3: return u.format3.get_caret_value (font, direction, glyph_id); 216 caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id);
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gdef-table.hh | 99 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const function in struct:OT::CaretValueFormat1 121 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const function in struct:OT::CaretValueFormat2 146 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const function in struct:OT::CaretValueFormat3 171 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const function in struct:OT::CaretValue 174 case 1: return u.format1.get_caret_value (font, direction, glyph_id); 175 case 2: return u.format2.get_caret_value (font, direction, glyph_id); 176 case 3: return u.format3.get_caret_value (font, direction, glyph_id); 216 caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id);
|