Searched refs:glyph_runs (Results 1 – 2 of 2) sorted by relevance
232 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line); in _hb_coretext_shape() local233 unsigned int num_runs = CFArrayGetCount (glyph_runs); in _hb_coretext_shape()241 CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i); in _hb_coretext_shape()
644 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line); in _hb_coretext_shape() local645 unsigned int num_runs = CFArrayGetCount (glyph_runs); in _hb_coretext_shape()652 CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i); in _hb_coretext_shape()