Searched refs:maybeProcessSpan (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkLinearBitmapPipeline_matrix.h | 26 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
|
D | SkLinearBitmapPipeline_tile.h | 44 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
|
D | SkLinearBitmapPipeline.cpp | 62 if (!fStrategy.maybeProcessSpan(span, fNext)) { in pointSpan() 132 if (!fXStrategy.maybeProcessSpan(yAdjustedSpan, fNext)) { in pointSpan()
|
/external/skia/tests/ |
D | SkLinearBitmapPipelineTest.cpp | 172 bool handledSpan = xTiler.maybeProcessSpan(yAdjustedSpan, &spanSink); in compare_tiler_case()
|