Searched refs:_get_bounds (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cff1-table.cc | 265 static bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds… 280 && _get_bounds (param.cff, base, base_bounds, true) in process_seac() 281 && _get_bounds (param.cff, accent, accent_bounds, true))) in process_seac() 292 bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds, bool … in _get_bounds() function 318 if (!_get_bounds (this, glyph, bounds)) in get_extents()
|