Home | History | Annotate | Download | only in effects

Lines Matching defs:dp

548         uint8_t*        dp = SkMask::AllocImage(dstSize);
549 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dp);
562 w = boxBlur(tp, w, dp, hiRadius, loRadius, w, h, false);
563 w = boxBlur(dp, w, tp, hiRadius, hiRadius, w, h, true);
565 h = boxBlur(tp, h, dp, loRadius, hiRadius, h, w, false);
566 h = boxBlur(dp, h, tp, hiRadius, loRadius, h, w, false);
567 h = boxBlur(tp, h, dp, hiRadius, hiRadius, h, w, true);
570 h = boxBlur(tp, h, dp, ry, ry, h, w, true);
576 w = boxBlurInterp(tp, w, dp, rx, w, h, false, outerWeight);
577 w = boxBlurInterp(dp, w, tp, rx, w, h, true, outerWeight);
579 h = boxBlurInterp(tp, h, dp, ry, h, w, false, outerWeight);
580 h = boxBlurInterp(dp, h, tp, ry, h, w, false, outerWeight);
581 h = boxBlurInterp(tp, h, dp, ry, h, w, true, outerWeight);
584 h = boxBlurInterp(tp, h, dp, ry, h, w, true, outerWeight);
588 dst->fImage = dp;
600 dp + passCount * (rx + ry * dst->fRowBytes),
602 SkMask::FreeImage(dp);
604 clamp_with_orig(dp + passCount * (rx + ry * dst->fRowBytes),
770 uint8_t* dp = SkMask::AllocImage(dstSize);
772 dst->fImage = dp;
784 uint8_t *outptr = dp;
822 uint8_t *blur_scanline = dp + (y+pad)*dstWidth + pad;
826 SkMask::FreeImage(dp);
836 uint8_t *dst_scanline = dp + y*dstWidth + pad;
841 uint8_t *dst_scanline = dp + y*dstWidth + pad;