Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_coretext.cpp239 CFArrayRef run_array = CTLineGetGlyphRuns(line.get()); in shape() local
240 CFIndex runCount = CFArrayGetCount(run_array); in shape()
249 CTRunRef run = (CTRunRef)CFArrayGetValueAtIndex(run_array, j); in shape()
282 CTRunRef run = (CTRunRef)CFArrayGetValueAtIndex(run_array, j); in shape()