Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc232 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line); in _hb_coretext_shape() local
233 unsigned int num_runs = CFArrayGetCount (glyph_runs); in _hb_coretext_shape()
241 CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i); in _hb_coretext_shape()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-coretext.cc644 CFArrayRef glyph_runs = CTLineGetGlyphRuns (line); in _hb_coretext_shape() local
645 unsigned int num_runs = CFArrayGetCount (glyph_runs); in _hb_coretext_shape()
652 CTRunRef run = (CTRunRef) CFArrayGetValueAtIndex (glyph_runs, i); in _hb_coretext_shape()