Home | History | Annotate | Download | only in core

Lines Matching refs:xferColor

698 SkPMColor SkXfermode::xferColor(SkPMColor src, SkPMColor dst) const{
710 dst[i] = this->xferColor(src[i], dst[i]);
717 SkPMColor C = this->xferColor(src[i], dstC);
735 dst[i] = SkPixel32ToPixel16_ToU16(this->xferColor(src[i], dstC));
742 SkPMColor C = this->xferColor(src[i], dstC);
759 SkPMColor res = this->xferColor(src[i], (dst[i] << SK_A32_SHIFT));
767 unsigned A = SkGetPackedA32(this->xferColor(src[i],