Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline.h116 PointProcessorInterface* fFirstStage; variable
DSkLinearBitmapPipeline.cpp387 fFirstStage = this->chooseMatrix(tilerStage, adjustedInverse, allocator); in SkLinearBitmapPipeline()
417 fFirstStage = matrixStage; in SkLinearBitmapPipeline()
465 fFirstStage->pointSpan(Span{{x + 0.5f, y + 0.5f}, count - 1.0f, count}); in blitSpan()