Searched refs:tilerStage (Results 1 – 1 of 1) sorted by relevance
382 auto tilerStage = this->chooseTiler( in SkLinearBitmapPipeline() local384 fFirstStage = this->chooseMatrix(tilerStage, adjustedInverse, allocator); in SkLinearBitmapPipeline()412 auto tilerStage = pipeline.fTileStageCloner(sampleStage, allocator); in SkLinearBitmapPipeline() local413 auto matrixStage = pipeline.fMatrixStageCloner(tilerStage, allocator); in SkLinearBitmapPipeline()496 auto tilerStage = allocator->make<Tiler>(next, dimensions); in createTiler() local498 [tilerStage](SampleProcessorInterface* cloneNext, in createTiler()500 return memory->make<Tiler>(cloneNext, tilerStage); in createTiler()502 return tilerStage; in createTiler()