Searched refs:a_runs (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
D | SkRegion.cpp | 683 void init(const SkRegionPriv::RunType a_runs[], in init() 685 fA_left = *a_runs++; in init() 686 fA_rite = *a_runs++; in init() 690 fA_runs = a_runs; in init() 774 static int operate_on_span(const SkRegionPriv::RunType a_runs[], in operate_on_span() argument 780 dstOffset + distance_to_sentinel(a_runs) + distance_to_sentinel(b_runs) + 2); in operate_on_span() 786 rec.init(a_runs, b_runs); in operate_on_span() 840 void addSpan(int bottom, const SkRegionPriv::RunType a_runs[], in addSpan() argument 845 int stop = operate_on_span(a_runs, b_runs, fArray, start, fMin, fMax); in addSpan() 893 static int operate(const SkRegionPriv::RunType a_runs[], in operate() argument [all …]
|