Home | History | Annotate | Download | only in effects

Lines Matching refs:sw

418                                 int sw, int sh) {
419 dstRB -= sw;
420 srcRB -= sw;
421 blurRB -= sw;
423 for (int x = sw - 1; x >= 0; --x) {
437 int sw, int sh,
443 for (x = sw - 1; x >= 0; --x) {
452 for (x = sw - 1; x >= 0; --x) {
464 dst += dstRowBytes - sw;
465 src += srcRowBytes - sw;
545 int sw = src.fBounds.width();
554 int w = sw, h = sh;
601 dst->fRowBytes, sw, sh);
605 dst->fRowBytes, sp, src.fRowBytes, sw, sh, style);
747 int sw = SkScalarFloorToInt(src.width());
756 dst->fRowBytes = sw;
781 int w = sw - center;
789 if (profile_size <= sw) {
792 float span = float(sw)/(2*sigma);
823 uint8_t *inner_scanline = dst->fImage + y*sw;
824 memcpy(inner_scanline, blur_scanline, sw);
832 dst->fRowBytes = sw;
837 memset(dst_scanline, 0, sw);
842 memset(dst_scanline, 0xff, sw);