Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp573 void init(const SkRegion::RunType a_runs[], const SkRegion::RunType b_runs[]) in init()
577 fB_left = *b_runs++; in init()
578 fB_rite = *b_runs++; in init()
581 fB_runs = b_runs; in init()
671 const SkRegion::RunType b_runs[], in operate_on_span() argument
678 rec.init(a_runs, b_runs); in operate_on_span()
740 void addSpan(int bottom, const SkRegion::RunType a_runs[], const SkRegion::RunType b_runs[]) in addSpan() argument
743 SkRegion::RunType* stop = operate_on_span(a_runs, b_runs, start, fMin, fMax); in addSpan()
777 const SkRegion::RunType b_runs[], in operate() argument
790 int b_top = *b_runs++; in operate()
[all …]