Home | History | Annotate | Download | only in effects

Lines Matching refs:dstWidth

787     int dstWidth = dst->fBounds.width();
791 SkAutoTMalloc<uint8_t> horizontalScanline(dstWidth);
794 ComputeBlurredScanline(horizontalScanline, profile, dstWidth, sigma);
798 for (int x = 0 ; x < dstWidth ; x++) {
812 uint8_t *blur_scanline = dp + (y+pad)*dstWidth + pad;
826 uint8_t *dst_scanline = dp + y*dstWidth + pad;
831 uint8_t *dst_scanline = dp + y*dstWidth + pad;
904 int dstWidth = dst->fBounds.width();
962 dstWidth + y; // transposed output