Lines Matching refs:fImage
33 mask->fImage = (uint8_t*)fImage; in toMask()
192 src.fImage = nullptr; // only want the bounds from the filter in getMetrics()
197 SkASSERT(dst.fImage == nullptr); in getMetrics()
221 uint8_t* SK_RESTRICT dst = (uint8_t*)mask.fImage; in applyLUTToA8Mask()
243 uint16_t* dstP = (uint16_t*)dst.fImage; in pack4xHToLCD16()
328 uint8_t* dst = mask.fImage; in packA8ToA1()
396 sk_bzero(mask.fImage, mask.computeImageSize()); in generateMask()
400 dst.reset(info, mask.fImage, dstRB); in generateMask()
436 uint8_t* dstRow = dst.fImage; in extract_alpha()
478 tmpGlyph.fImage = origGlyph.fImage; in getImage()
481 tmpGlyph.fImage = tmpGlyphImageStorage.get(); in getImage()
496 sk_bzero(glyph->fImage, mask.computeImageSize()); in getImage()
530 srcM.fImage = (uint8_t*)a8storage.get(); in getImage()
532 (const SkPMColor*)glyph->fImage, glyph->rowBytes()); in getImage()
543 const uint8_t* src = (const uint8_t*)dstM.fImage; in getImage()
544 uint8_t* dst = (uint8_t*)origGlyph.fImage; in getImage()
559 SkMask::FreeImage(dstM.fImage); in getImage()