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