Home | History | Annotate | Download | only in effects

Lines Matching defs:dp

600         uint8_t*        dp = SkMask::AllocImage(dstSize);
602 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dp);
611 //pass1: sp is source, dp is destination
614 apply_kernel(dp, rx, ry, sumBuffer, sw, sh);
616 apply_kernel_interp(dp, rx, ry, sumBuffer, sw, sh, outer_weight);
620 //pass2: dp is source, tmpBuffer is destination
624 build_sum_buffer(sumBuffer, tmp_sw, tmp_sh, dp, tmp_sw);
631 //pass3: tmpBuffer is source, dp is destination
636 apply_kernel(dp, rx, ry, sumBuffer, tmp_sw, tmp_sh);
638 apply_kernel_interp(dp, rx, ry, sumBuffer, tmp_sw, tmp_sh,
643 dst->fImage = dp;
655 dp + passCount * (rx + ry * dst->fRowBytes),
657 SkMask::FreeImage(dp);
659 clamp_with_orig(dp + passCount * (rx + ry * dst->fRowBytes),