Home | History | Annotate | Download | only in effects

Lines Matching defs:dstPixels

912         uint8_t*        dstPixels = SkMask::AllocImage(dstSize);
913 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dstPixels);
967 uint8_t *outPixel = dstPixels + (x-pad)*dstWidth + y; // transposed output
973 dst->fImage = dstPixels;
985 dstPixels + pad*dst->fRowBytes + pad,
987 SkMask::FreeImage(dstPixels);
989 clamp_with_orig(dstPixels + pad*dst->fRowBytes + pad,