Home | History | Annotate | Download | only in effects

Lines Matching refs:sw

422                                 int sw, int sh) {
423 dstRB -= sw;
424 srcRB -= sw;
425 blurRB -= sw;
427 for (int x = sw - 1; x >= 0; --x) {
441 int sw, int sh,
447 for (x = sw - 1; x >= 0; --x) {
456 for (x = sw - 1; x >= 0; --x) {
468 dst += dstRowBytes - sw;
469 src += srcRowBytes - sw;
541 int sw = src.fBounds.width();
550 int w = sw, h = sh;
597 dst->fRowBytes, sw, sh);
601 dst->fRowBytes, sp, src.fRowBytes, sw, sh, style);
722 unsigned int sw = width - profile_size;
727 int w = sw - center;
730 if (profile_size <= sw) {
733 float span = float(sw)/(2*sigma);
759 int sw = SkScalarFloorToInt(src.width());
768 dst->fRowBytes = sw;
811 uint8_t *inner_scanline = dst->fImage + y*sw;
812 memcpy(inner_scanline, blur_scanline, sw);
820 dst->fRowBytes = sw;
825 memset(dst_scanline, 0, sw);
830 memset(dst_scanline, 0xff, sw);