Searched refs:range_all (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 791 const CFRange range_all = CFRangeMake (0, 0); in _hb_coretext_shape() local 942 CTRunGetGlyphs (run, range_all, glyph_buf); in _hb_coretext_shape() 948 CTRunGetStringIndices (run, range_all, index_buf); in _hb_coretext_shape() 965 CTRunGetPositions (run, range_all, position_buf); in _hb_coretext_shape() 968 double run_advance = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL); in _hb_coretext_shape()
|