Home | History | Annotate | Download | only in core

Lines Matching refs:fImage

31     mask->fImage = (uint8_t*)fImage;
341 src.fImage = NULL; // only want the bounds from the filter
346 SkASSERT(dst.fImage == NULL);
369 uint8_t* SK_RESTRICT dst = (uint8_t*)mask.fImage;
388 uint16_t* dstP = (uint16_t*)dst.fImage;
411 SkPMColor* dstP = (SkPMColor*)dst.fImage;
471 sk_bzero(mask.fImage, mask.computeImageSize());
476 bm.setPixels(mask.fImage);
525 tmpGlyph.fImage = origGlyph.fImage;
543 sk_bzero(glyph->fImage, mask.computeImageSize());
575 const uint8_t* src = (const uint8_t*)dstM.fImage;
576 uint8_t* dst = (uint8_t*)origGlyph.fImage;
591 SkMask::FreeImage(dstM.fImage);