Home | History | Annotate | Download | only in core

Lines Matching refs:fAlphaScale

440     fAlphaScale = SkAlpha255To256(paint.getAlpha());
496 if (fAlphaScale < 256) { // note: this distinction is not used for D16
837 if (s.fAlphaScale < 256) {
838 Filter_32_alpha(iSubY, *row0, *row1, &color, s.fAlphaScale);
843 if (s.fAlphaScale < 256) {
844 color = SkAlphaMulQ(*row0, s.fAlphaScale);
898 if (fAlphaScale < 256) {