Lines Matching refs:SkPixmap
23 class SK_API SkPixmap {
25 SkPixmap() in SkPixmap() function
29 SkPixmap(const SkImageInfo& info, const void* addr, size_t rowBytes,
59 bool SK_WARN_UNUSED_RESULT extractSubset(SkPixmap* subset, const SkIRect& area) const;
156 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
159 bool readPixels(const SkPixmap& dst) const { in readPixels()
170 bool scalePixels(const SkPixmap& dst, SkFilterQuality) const;
190 class SK_API SkAutoPixmapStorage : public SkPixmap {
246 typedef SkPixmap INHERITED;
254 SkAutoPixmapUnlock(const SkPixmap& pm, void (*unlock)(void*), void* ctx) in SkAutoPixmapUnlock()
262 const SkPixmap& pixmap() const { in pixmap()
286 void reset(const SkPixmap& pm, void (*unlock)(void*), void* ctx);
291 SkPixmap fPixmap;