Lines Matching refs:top
168 SkColor4f top = SkColor4f::FromColor(c);170 top.fA * top.fR + (1.0f - top.fA) * bot.fR,171 top.fA * top.fG + (1.0f - top.fA) * bot.fG,172 top.fA * top.fB + (1.0f - top.fA) * bot.fB,173 top.fA + (1.0f - top.fA) * bot.fA