Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc886 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line); in _hb_coretext_shape() local
887 unsigned int num_runs = CFArrayGetCount (glyph_runs); in _hb_coretext_shape()
909 CTRunRef run = static_cast<CTRunRef>(CFArrayGetValueAtIndex (glyph_runs, i)); in _hb_coretext_shape()