Home
last modified time | relevance | path

Searched refs:_get_bounds (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.cc262 static bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, …
277 && _get_bounds (param.cff, base, base_bounds, true) in process_seac()
278 && _get_bounds (param.cff, accent, accent_bounds, true))) in process_seac()
289 bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, Bounds &bounds, bool in… in _get_bounds() function
310 if (!_get_bounds (this, glyph, bounds)) in get_extents()