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