Home | History | Annotate | Download | only in effects

Lines Matching refs:gg

533         unsigned gg = g >> 16;
535 cache[0] = SkPackRGB16(SkR32ToR16(rr), SkG32ToG16(gg), SkB32ToB16(bb));
536 cache[kCache16Count] = SkDitherPack888ToRGB16(rr, gg, bb);