Home | History | Annotate | Download | only in gradients

Lines Matching refs:gg

325         unsigned gg = g >> 16;
327 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb));
328 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb);