Searched refs:range_all (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 819 const CFRange range_all = CFRangeMake (0, 0); in _hb_coretext_shape() local 828 double run_advance = CTRunGetTypographicBounds (run, range_all, nullptr, nullptr, nullptr); in _hb_coretext_shape() 973 CTRunGetGlyphs (run, range_all, glyph_buf); in _hb_coretext_shape() 979 CTRunGetStringIndices (run, range_all, index_buf); in _hb_coretext_shape() 1001 CTRunGetPositions (run, range_all, position_buf); in _hb_coretext_shape()
|