HomeSort by relevance Sort by last modified time
    Searched refs:maybeProcessSpan (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkLinearBitmapPipeline_matrix.h 26 bool maybeProcessSpan(Span span, Next* next) const {
48 bool maybeProcessSpan(Span span, Next* next) const {
78 bool maybeProcessSpan(Span span, Next* next) const {
105 bool maybeProcessSpan(Span span, Next* next) const {
SkLinearBitmapPipeline_tile.h 44 bool maybeProcessSpan(Span originalSpan, Next* next) {
167 bool maybeProcessSpan(Span originalSpan, Next* next) {
261 bool maybeProcessSpan(Span originalSpan, Next* next) {
371 bool maybeProcessSpan(Span originalSpan, Next* next) { return false; }
SkLinearBitmapPipeline.cpp 31 // * maybeProcessSpan(span, next) - This represents a horizontal series of pixels
35 // maybeProcessSpan - returns false if it can not process the span and needs to fallback to
62 if (!fStrategy.maybeProcessSpan(span, fNext)) {
132 if (!fXStrategy.maybeProcessSpan(yAdjustedSpan, fNext)) {
  /external/skia/tests/
SkLinearBitmapPipelineTest.cpp 172 bool handledSpan = xTiler.maybeProcessSpan(yAdjustedSpan, &spanSink);

Completed in 152 milliseconds