Lines Matching defs:pixmap
124 const SkPixmap& pixmap() const { return fPixmap; }
340 return bm.pixmap().computeIsOpaque();
612 /** Sets SkImageInfo to pixmap.info() following the rules in setInfo(), and creates
613 SkPixelRef containing pixmap.addr() and pixmap.rowBytes().
615 If SkImageInfo could not be set, or pixmap.rowBytes() is less than
618 Otherwise, if pixmap.addr() equals nullptr: sets SkImageInfo, returns true.
620 Caller must ensure that pixmap is valid for the lifetime of SkBitmap and SkPixelRef.
622 @param pixmap SkImageInfo, pixel address, and rowBytes()
623 @return true if SkImageInfo was set to pixmap.info()
627 bool installPixels(const SkPixmap& pixmap);
825 return this->pixmap().getColor(x, y);
837 return this->pixmap().getAlphaf(x, y);
1107 /** Copies SkBitmap pixel address, row bytes, and SkImageInfo to pixmap, if address
1109 false and leave pixmap unchanged.
1111 pixmap contents become invalid on any future change to SkBitmap.
1113 @param pixmap storage for pixel state if pixels are readable; otherwise, ignored
1118 bool peekPixels(SkPixmap* pixmap) const;