Lines Matching refs:fImage
27 mask->fImage = (uint8_t*)fImage; in toMask()
320 src.fImage = NULL; // only want the bounds from the filter in getMetrics()
322 SkASSERT(dst.fImage == NULL); in getMetrics()
360 uint16_t* dstP = (uint16_t*)dst.fImage; in copyToLCD16()
395 uint16_t* dstP = (uint16_t*)dst.fImage; in pack3xHToLCD16()
415 SkPMColor* dstP = (SkPMColor*)dst.fImage; in pack3xHToLCD32()
475 bm.setPixels(mask.fImage); in generateMask()
514 tmpGlyph.fImage = origGlyph.fImage; in getImage()
532 sk_bzero(glyph->fImage, mask.computeImageSize()); in getImage()
561 const uint8_t* src = (const uint8_t*)dstM.fImage; in getImage()
562 uint8_t* dst = (uint8_t*)origGlyph.fImage; in getImage()
577 SkMask::FreeImage(dstM.fImage); in getImage()