Searched defs:glyf_accelerator_t (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/ |
H A D | glyf.hh | 165 struct glyf_accelerator_t struct 167 glyf_accelerator_t (hb_face_t *face) in glyf_accelerator_t() function 199 ~glyf_accelerator_t () in ~glyf_accelerator_t() 204 bool has_data () const { return num_glyphs; } in has_data() 208 bool get_points (hb_font_t *font, hb_codepoint_t gid, T consumer, in get_points() 249 struct points_aggregator_t 313 get_advance_with_var_unscaled (hb_font_t *font, hb_codepoint_t gid, bool is_vertical) const in get_advance_with_var_unscaled() 336 …g_bearing_with_var_unscaled (hb_font_t *font, hb_codepoint_t gid, bool is_vertical, int *lsb) const in get_leading_bearing_with_var_unscaled() 353 …ool get_leading_bearing_without_var_unscaled (hb_codepoint_t gid, bool is_vertical, int *lsb) const in get_leading_bearing_without_var_unscaled() 363 bool get_extents (hb_font_t *font, hb_codepoint_t gid, hb_glyph_extents_t *extents) const in get_extents() [all …]
|