Searched refs:outR (Results 1 – 2 of 2) sorted by relevance
/external/skia/include/private/ |
D | GrSwizzle.h | 80 uint32_t outR = (color >> idx * 8) & 0xFF; in applyTo() local 90 return GrColorPackRGBA(outR, outG, outB, outA); in applyTo() 99 float outR = color.fRGBA[idx]; in applyTo() local 109 return GrColor4f(outR, outG, outB, outA); in applyTo()
|
/external/skqp/include/private/ |
D | GrSwizzle.h | 80 uint32_t outR = (color >> idx * 8) & 0xFF; in applyTo() local 90 return GrColorPackRGBA(outR, outG, outB, outA); in applyTo() 99 float outR = color.fRGBA[idx]; in applyTo() local 109 return GrColor4f(outR, outG, outB, outA); in applyTo()
|