Home
last modified time | relevance | path

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

/external/skia/tests/
DSkLinearBitmapPipelineTest.cpp170 Span yAdjustedSpan{{x, y}, length, count}; in compare_tiler_case() local
172 bool handledSpan = xTiler.maybeProcessSpan(yAdjustedSpan, &spanSink); in compare_tiler_case()
/external/skia/src/core/
DSkLinearBitmapPipeline.cpp130 Span yAdjustedSpan{{x, y}, length, count}; in pointSpan() local
132 if (!fXStrategy.maybeProcessSpan(yAdjustedSpan, fNext)) { in pointSpan()