Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp624 void init(const SkRegion::RunType a_runs[], in init()
626 fA_left = *a_runs++; in init()
627 fA_rite = *a_runs++; in init()
631 fA_runs = a_runs; in init()
709 static SkRegion::RunType* operate_on_span(const SkRegion::RunType a_runs[], in operate_on_span() argument
716 rec.init(a_runs, b_runs); in operate_on_span()
775 void addSpan(int bottom, const SkRegion::RunType a_runs[], in addSpan() argument
780 SkRegion::RunType* stop = operate_on_span(a_runs, b_runs, start, fMin, fMax); in addSpan()
822 static int operate(const SkRegion::RunType a_runs[], in operate() argument
840 int a_top = *a_runs++; in operate()
[all …]