Home | History | Annotate | Download | only in effects

Lines Matching defs:srcWidth

907         int             srcWidth = src.fBounds.width();
918 int padWidth = srcWidth + 4*pad;
927 const uint8_t* srcptr = srcPixels + y * srcWidth;
928 memcpy(padptr, srcptr, srcWidth);
986 dst->fRowBytes, srcWidth, srcHeight);
990 dst->fRowBytes, srcPixels, src.fRowBytes, srcWidth, srcHeight, style);