Home | History | Annotate | Download | only in effects

Lines Matching refs:paintAlpha

444     unsigned paintAlpha = this->getPaintAlpha();
447 if (fColorsAreOpaque && paintAlpha == 0xFF) {
456 this->setCacheAlpha(paintAlpha);
563 int count, U8CPU paintAlpha) {
566 // need to apply paintAlpha to our two endpoints
567 SkFixed a = SkMulDiv255Round(SkColorGetA(c0), paintAlpha);
570 int tmp = SkMulDiv255Round(SkColorGetA(c1), paintAlpha);