Searched refs:scale255 (Results 1 – 1 of 1) sorted by relevance
1272 static const GrGLfloat scale255 = 1.f / 255.f; in onClear() local1273 a = GrColorUnpackA(color) * scale255; in onClear()1274 GrGLfloat scaleRGB = scale255; in onClear()