Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline.cpp382 auto tilerStage = this->chooseTiler( in SkLinearBitmapPipeline() local
384 fFirstStage = this->chooseMatrix(tilerStage, adjustedInverse, allocator); in SkLinearBitmapPipeline()
412 auto tilerStage = pipeline.fTileStageCloner(sampleStage, allocator); in SkLinearBitmapPipeline() local
413 auto matrixStage = pipeline.fMatrixStageCloner(tilerStage, allocator); in SkLinearBitmapPipeline()
496 auto tilerStage = allocator->make<Tiler>(next, dimensions); in createTiler() local
498 [tilerStage](SampleProcessorInterface* cloneNext, in createTiler()
500 return memory->make<Tiler>(cloneNext, tilerStage); in createTiler()
502 return tilerStage; in createTiler()