Searched refs:a_runs (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkRegion.cpp | 686 void init(const SkRegionPriv::RunType a_runs[], in init() 688 fA_left = *a_runs++; in init() 689 fA_rite = *a_runs++; in init() 693 fA_runs = a_runs; in init() 777 static int operate_on_span(const SkRegionPriv::RunType a_runs[], in operate_on_span() argument 783 dstOffset + distance_to_sentinel(a_runs) + distance_to_sentinel(b_runs) + 2); in operate_on_span() 789 rec.init(a_runs, b_runs); in operate_on_span() 843 void addSpan(int bottom, const SkRegionPriv::RunType a_runs[], in addSpan() argument 848 int stop = operate_on_span(a_runs, b_runs, fArray, start, fMin, fMax); in addSpan() 896 static int operate(const SkRegionPriv::RunType a_runs[], in operate() argument [all …]
|