Home | History | Annotate | Download | only in effects

Lines Matching defs:dp

544         uint8_t*        dp = SkMask::AllocImage(dstSize);
545 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dp);
558 w = boxBlur(tp, w, dp, hiRadius, loRadius, w, h, false);
559 w = boxBlur(dp, w, tp, hiRadius, hiRadius, w, h, true);
561 h = boxBlur(tp, h, dp, loRadius, hiRadius, h, w, false);
562 h = boxBlur(dp, h, tp, hiRadius, loRadius, h, w, false);
563 h = boxBlur(tp, h, dp, hiRadius, hiRadius, h, w, true);
566 h = boxBlur(tp, h, dp, ry, ry, h, w, true);
572 w = boxBlurInterp(tp, w, dp, rx, w, h, false, outerWeight);
573 w = boxBlurInterp(dp, w, tp, rx, w, h, true, outerWeight);
575 h = boxBlurInterp(tp, h, dp, ry, h, w, false, outerWeight);
576 h = boxBlurInterp(dp, h, tp, ry, h, w, false, outerWeight);
577 h = boxBlurInterp(tp, h, dp, ry, h, w, true, outerWeight);
580 h = boxBlurInterp(tp, h, dp, ry, h, w, true, outerWeight);
584 dst->fImage = dp;
596 dp + passCount * (rx + ry * dst->fRowBytes),
598 SkMask::FreeImage(dp);
600 clamp_with_orig(dp + passCount * (rx + ry * dst->fRowBytes),
780 uint8_t* dp = SkMask::AllocImage(dstSize);
782 dst->fImage = dp;
787 uint8_t *outptr = dp;
810 uint8_t *blur_scanline = dp + (y+pad)*dstWidth + pad;
814 SkMask::FreeImage(dp);
824 uint8_t *dst_scanline = dp + y*dstWidth + pad;
829 uint8_t *dst_scanline = dp + y*dstWidth + pad;