Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLinearBitmapPipeline.h73 SampleProcessorInterface* next, SkShader::TileMode yMode, SkISize dimensions,
79 SkShader::TileMode xMode, SkShader::TileMode yMode,
DSkLinearBitmapPipeline.cpp508 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()