Searched defs:pixelRef (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DSkGrTexturePixelRef.cpp74 SkGrTexturePixelRef* pixelRef = new SkGrTexturePixelRef(dst); local
76 return pixelRef;
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageSourceAndroid.cpp268 SkPixelRef* ref = bm->pixelRef();
331 SkPixelRef* pixelRef = bitmap.pixelRef(); local
332 if (pixelRef)
333 pixelRef->setURI(m_decoder.m_url);
/external/skia/include/core/
H A DSkBitmap.h300 SkPixelRef* pixelRef() const { return fPixelRef; } function in class:SkBitmap
342 /** Returns the pixelRef's texture, or NULL
/external/skia/src/core/
H A DSkBitmap.cpp469 dst == NULL || (getPixels() == NULL && pixelRef() == NULL))
964 SkPixelRef* pixelRef = fPixelRef->deepCopy(dstConfig); local
965 if (pixelRef) {
967 dst->setPixelRef(pixelRef)->unref();

Completed in 156 milliseconds