Lines Matching refs:fPixmap
44 , fPixmap (src.fPixmap) in SkBitmap()
53 , fPixmap (std::move(other.fPixmap)) in SkBitmap()
57 other.fPixmap.reset(); in SkBitmap()
65 fPixmap = src.fPixmap; in operator =()
75 fPixmap = std::move(other.fPixmap); in operator =()
78 other.fPixmap.reset(); in operator =()
91 fPixmap.reset(); in reset()
102 *bounds = fPixmap.bounds(); in getBounds()
136 fPixmap.reset(info.makeAlphaType(newAT), nullptr, SkToU32(rowBytes)); in setInfo()
148 auto newInfo = fPixmap.info().makeAlphaType(newAlphaType); in setAlphaType()
149 fPixmap.reset(std::move(newInfo), fPixmap.addr(), fPixmap.rowBytes()); in setAlphaType()
156 const char* addr = (const char*)fPixmap.addr(); in pixelRefOrigin()
190 SkPixmapPriv::ResetPixmapKeepInfo(&fPixmap, p, rowBytes); in setPixelRef()
199 SkPixmapPriv::ResetPixmapKeepInfo(&fPixmap, p, rb); in setPixels()
615 *pmap = fPixmap; in peekPixels()