Lines Matching defs:SkGrPixelRef
11 #include "SkGrPixelRef.h"
51 static SkGrPixelRef* copyToTexturePixelRef(GrTexture* texture, SkBitmap::Config dstConfig,
96 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (dst));
103 SkGrPixelRef::SkGrPixelRef(GrSurface* surface, bool transferCacheLock) {
120 SkGrPixelRef::~SkGrPixelRef() {
131 SkGpuTexture* SkGrPixelRef::getTexture() {
138 SkPixelRef* SkGrPixelRef::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) {
152 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) {
171 SkDebugf("SkGrPixelRef::onReadPixels failed to alloc bitmap for result!\n");