Home
last modified time | relevance | path

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

/third_party/skia/modules/skshaper/src/
DSkShaper_coretext.cpp240 CFArrayRef run_array = CTLineGetGlyphRuns(line.get()); in shape() local
241 CFIndex runCount = CFArrayGetCount(run_array); in shape()
250 CTRunRef run = (CTRunRef)CFArrayGetValueAtIndex(run_array, j); in shape()
283 CTRunRef run = (CTRunRef)CFArrayGetValueAtIndex(run_array, j); in shape()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h11757 struct bpf_prog_array *run_array[2]; member