Home | History | Annotate | Download | only in effects

Lines Matching defs:dstPixels

896         uint8_t*        dstPixels = SkMask::AllocImage(dstSize);
897 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dstPixels);
951 uint8_t *outPixel = dstPixels + (x-pad)*dstWidth + y; // transposed output
957 dst->fImage = dstPixels;
969 dstPixels + pad*dst->fRowBytes + pad,
971 SkMask::FreeImage(dstPixels);
973 clamp_with_orig(dstPixels + pad*dst->fRowBytes + pad,