Lines Matching defs:SkGrPixelRef
11 #include "SkGrPixelRef.h"
50 static SkGrPixelRef* copyToTexturePixelRef(GrTexture* texture, SkBitmap::Config dstConfig,
103 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (info, dst));
110 SkGrPixelRef::SkGrPixelRef(const SkImageInfo& info, GrSurface* surface,
128 SkGrPixelRef::~SkGrPixelRef() {
139 GrTexture* SkGrPixelRef::getTexture() {
146 SkPixelRef* SkGrPixelRef::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) {
160 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
179 SkDebugf("SkGrPixelRef::onReadPixels failed to alloc bitmap for result!\n");