Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRegion.cpp623 const SkRegion::RunType b_runs[]) { in init()
626 fB_left = *b_runs++; in init()
627 fB_rite = *b_runs++; in init()
630 fB_runs = b_runs; in init()
708 const SkRegion::RunType b_runs[], in operate_on_span() argument
714 rec.init(a_runs, b_runs); in operate_on_span()
774 const SkRegion::RunType b_runs[]) { in addSpan() argument
778 SkRegion::RunType* stop = operate_on_span(a_runs, b_runs, start, fMin, fMax); in addSpan()
821 const SkRegion::RunType b_runs[], in operate() argument
840 int b_top = *b_runs++; in operate()
[all …]