Home | History | Annotate | Download | only in gradients

Lines Matching refs:gg

298         unsigned gg = g >> 16;
300 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb));
301 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb);