Home | History | Annotate | Download | only in gradients

Lines Matching refs:g0

598     uint32_t g0 = SkColorGetG(c0);
607 g0 = SkMulDiv255Round(g0, a0);
617 SkFixed dg = SkIntToFixed(g1 - g0) / (count - 1);
633 SkUFixed g = SkIntToFixed(g0) + bias0;