Searched refs:yMode (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkLinearBitmapPipeline.h | 73 SampleProcessorInterface* next, SkShader::TileMode yMode, SkISize dimensions, 79 SkShader::TileMode xMode, SkShader::TileMode yMode,
|
D | SkLinearBitmapPipeline.cpp | 508 SkShader::TileMode yMode, in chooseTilerYMode() argument 512 switch (yMode) { in chooseTilerYMode() 536 SkShader::TileMode yMode, in chooseTiler() argument 543 return this->chooseTilerYMode<XClampStrategy>(next, yMode, dimensions, allocator); in chooseTiler() 547 next, yMode, dimensions, allocator); in chooseTiler() 550 next, yMode, dimensions, allocator); in chooseTiler() 553 return this->chooseTilerYMode<XMirrorStrategy>(next, yMode, dimensions, allocator); in chooseTiler()
|