Home | History | Annotate | Download | only in effects

Lines Matching defs:dstWidth

785     int dstWidth = dst->fBounds.width();
789 SkAutoTMalloc<uint8_t> horizontalScanline(dstWidth);
792 ComputeBlurredScanline(horizontalScanline, profile.get(), dstWidth, sigma);
796 for (int x = 0 ; x < dstWidth ; x++) {
810 uint8_t *blur_scanline = dp + (y+pad)*dstWidth + pad;
824 uint8_t *dst_scanline = dp + y*dstWidth + pad;
829 uint8_t *dst_scanline = dp + y*dstWidth + pad;
902 int dstWidth = dst->fBounds.width();
960 uint8_t *outPixel = dstPixels + (x-pad)*dstWidth