Searched refs:kTileModeCount (Results 1 – 10 of 10) sorted by relevance
19 GR_STATIC_ASSERT(SkShader::kTileModeCount == SK_ARRAY_COUNT(gWrapModes)); in tile_to_vk_sampler_address()
61 static const char* gTileModeStr[SkShader::kTileModeCount] = { "C", "R", "M" }; in ConstXTileBench()
79 SkASSERT((unsigned)desc.fTileMode < SkShader::kTileModeCount); in SkGradientShaderBase()80 SkASSERT(SkShader::kTileModeCount == SK_ARRAY_COUNT(gTileProcs)); in SkGradientShaderBase()746 static const char* gTileModeName[SkShader::kTileModeCount] = { in toString()763 return nullptr != colors && count >= 1 && tileMode < (unsigned)SkShader::kTileModeCount; in valid_grad()1208 *tm = static_cast<SkShader::TileMode>(random->nextULessThan(SkShader::kTileModeCount)); in RandomGradientParams()
64 const char* gTileModeName[SkShader::kTileModeCount] = { in toString()
70 kTileModeCount = kMirror_TileMode + 1 enumerator
144 for (int tm = 0; tm < SkShader::kTileModeCount; ++tm) { in onDrawContent()
271 static const char* gTileModeName[SkShader::kTileModeCount] = { in toString()
298 static const char* gTileModeName[SkShader::kTileModeCount] = { in toString()
636 static XPS_TILE_MODE SkToXpsTileMode[SkShader::kTileModeCount+1]637 [SkShader::kTileModeCount+1] = {
2951 GR_STATIC_ASSERT(SkShader::kTileModeCount == SK_ARRAY_COUNT(gWrapModes)); in tile_to_gl_wrap()