Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline_matrix.h26 bool maybeProcessSpan(Span span, Next* next) const { in maybeProcessSpan() function
48 bool maybeProcessSpan(Span span, Next* next) const { in maybeProcessSpan() function
78 bool maybeProcessSpan(Span span, Next* next) const { in maybeProcessSpan() function
105 bool maybeProcessSpan(Span span, Next* next) const { in maybeProcessSpan() function
DSkLinearBitmapPipeline_tile.h44 bool maybeProcessSpan(Span originalSpan, Next* next) { in maybeProcessSpan() function
167 bool maybeProcessSpan(Span originalSpan, Next* next) { in maybeProcessSpan() function
261 bool maybeProcessSpan(Span originalSpan, Next* next) { in maybeProcessSpan() function
371 bool maybeProcessSpan(Span originalSpan, Next* next) { return false; } in maybeProcessSpan() function
DSkLinearBitmapPipeline.cpp62 if (!fStrategy.maybeProcessSpan(span, fNext)) { in pointSpan()
132 if (!fXStrategy.maybeProcessSpan(yAdjustedSpan, fNext)) { in pointSpan()
/external/skia/tests/
DSkLinearBitmapPipelineTest.cpp172 bool handledSpan = xTiler.maybeProcessSpan(yAdjustedSpan, &spanSink); in compare_tiler_case()