Searched refs:a_runs (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkRegion.cpp | 622 void init(const SkRegion::RunType a_runs[], in init() 624 fA_left = *a_runs++; in init() 625 fA_rite = *a_runs++; in init() 629 fA_runs = a_runs; in init() 707 static SkRegion::RunType* operate_on_span(const SkRegion::RunType a_runs[], in operate_on_span() argument 714 rec.init(a_runs, b_runs); in operate_on_span() 773 void addSpan(int bottom, const SkRegion::RunType a_runs[], in addSpan() argument 778 SkRegion::RunType* stop = operate_on_span(a_runs, b_runs, start, fMin, fMax); in addSpan() 820 static int operate(const SkRegion::RunType a_runs[], in operate() argument 838 int a_top = *a_runs++; in operate() [all …]
|