Searched refs:_get_bounds (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff1-table.cc | 365 static bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds, bool in_seac=false); 380 && _get_bounds (param.cff, base, base_bounds, true) in process_seac() 381 && _get_bounds (param.cff, accent, accent_bounds, true))) in process_seac() 392 bool _get_bounds (const OT::cff1::accelerator_t *cff, hb_codepoint_t glyph, bounds_t &bounds, bool in_seac) in _get_bounds() function 418 if (!_get_bounds (this, glyph, bounds)) in get_extents()
|
Completed in 2 milliseconds