Lines Matching full:srcwidth
902 int srcWidth = src.fBounds.width();913 int padWidth = srcWidth + 4*pad;922 const uint8_t* srcptr = srcPixels + y * srcWidth;923 memcpy(padptr, srcptr, srcWidth);981 dst->fRowBytes, srcWidth, srcHeight);985 dst->fRowBytes, srcPixels, src.fRowBytes, srcWidth, srcHeight, style);