Home | History | Annotate | Download | only in effects

Lines Matching refs:dstPixels

907         uint8_t*        dstPixels = SkMask::AllocImage(dstSize);
908 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dstPixels);
962 dstPixels + (x-pad)*dstWidth + y; // transposed output
968 dst->fImage = dstPixels;
980 dstPixels + pad*dst->fRowBytes + pad,
982 SkMask::FreeImage(dstPixels);
984 clamp_with_orig(dstPixels + pad*dst->fRowBytes + pad,