Searched refs:kTileModeCount (Results 1 – 6 of 6) sorted by relevance
58 static const char* gTileModeStr[SkShader::kTileModeCount] = { "C", "R", "M" }; in ConstXTileBench()
68 static constexpr int kTileModeCount = kLast_TileMode + 1; variable
141 for (int tm = 0; tm < SkShader::kTileModeCount; ++tm) { in onDrawContent()
297 fTileMode = static_cast<SkShader::TileMode>(random->nextULessThan(SkShader::kTileModeCount)); in RandomParams()
134 SkASSERT((unsigned)desc.fTileMode < SkShader::kTileModeCount); in SkGradientShaderBase()502 return nullptr != colors && count >= 1 && tileMode < (unsigned)SkShader::kTileModeCount; in valid_grad()
617 static XPS_TILE_MODE SkToXpsTileMode[SkShader::kTileModeCount+1]618 [SkShader::kTileModeCount+1] = {