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