Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc831 hb_vector_t<TEXTRANGE_PROPERTIES*> range_properties; in _hb_uniscribe_shape() local
844 range_properties.shrink (0); in _hb_uniscribe_shape()
856 if (!range_properties.len || in _hb_uniscribe_shape()
857 &range->props != range_properties[range_properties.len - 1]) in _hb_uniscribe_shape()
859 TEXTRANGE_PROPERTIES **props = range_properties.push (); in _hb_uniscribe_shape()
863 range_properties.shrink (0); in _hb_uniscribe_shape()
890 range_properties.arrayZ (), in _hb_uniscribe_shape()
891 range_properties.len, in _hb_uniscribe_shape()
931 range_properties.arrayZ (), in _hb_uniscribe_shape()
932 range_properties.len, in _hb_uniscribe_shape()