Searched refs:outG (Results 1 – 1 of 1) sorted by relevance
83 uint32_t outG = (color >> idx * 8) & 0xFF; in applyTo() local90 return GrColorPackRGBA(outR, outG, outB, outA); in applyTo()102 float outG = color.fRGBA[idx]; in applyTo() local109 return GrColor4f(outR, outG, outB, outA); in applyTo()