Home | History | Annotate | Download | only in gradients

Lines Matching refs:kTileModeCount

128     SkASSERT((unsigned)desc.fTileMode < SkShader::kTileModeCount);
661 static const char* gTileModeName[SkShader::kTileModeCount] = {
679 return nullptr != colors && count >= 1 && tileMode < (unsigned)SkShader::kTileModeCount;
1435 fTileMode = static_cast<SkShader::TileMode>(random->nextULessThan(SkShader::kTileModeCount));