HomeSort by relevance Sort by last modified time
    Searched refs:pixelRef (Results 1 - 13 of 13) sorted by null

  /external/skia/src/core/
SkBitmapProcShader.cpp 153 SkASSERT(state.fBitmap->pixelRef() == NULL ||
154 state.fBitmap->pixelRef()->getLockCount());
185 SkASSERT(state.fBitmap->pixelRef() == NULL ||
186 state.fBitmap->pixelRef()->getLockCount());
268 // add the pixelref
269 SkPixelRef* pr = fRawBitmap.pixelRef();
  /external/webkit/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 327 ref = bm->pixelRef();
391 SkPixelRef* pixelRef = bitmap.pixelRef();
392 if (pixelRef)
393 pixelRef->setURI(m_decoder.m_url);
ImageAndroid.cpp 201 if (bitmap.getPixels() == NULL && bitmap.pixelRef() == NULL) {
203 SkDebugf("----- skip bitmapimage: [%d %d] pixels %p pixelref %p\n",
205 bitmap.getPixels(), bitmap.pixelRef());
263 if (origBitmap.getPixels() == NULL && origBitmap.pixelRef() == NULL) {
  /external/skia/src/images/
SkImageRef.cpp 61 if (bitmap && bitmap->pixelRef() == this) {
SkImageDecoder.cpp 229 bm->pixelRef()->setURI(file);
  /external/skia/include/core/
SkBitmap.h 82 /** Return true iff the bitmap has no pixels nor a pixelref. Note: this can
181 will automatically release any pixelref previously installed. Only call
192 /** Use the standard HeapAllocator to create the pixelref that manages the
194 If this is called multiple times, a new pixelref object will be created
202 @return true if the allocation succeeds. If not the pixelref field of
209 /** Use the specified Allocator to create the pixelref that manages the
211 If this is called multiple times, a new pixelref object will be created
217 @param allocator The Allocator to use to create a pixelref that can
225 @return true if the allocation succeeds. If not the pixelref field of
230 /** Return the current pixelref object, of an
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 204 if (!m_poster || (!m_poster->getPixels() && !m_poster->pixelRef()))
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 590 SkPixelRef* pixelRef = bitmap.pixelRef();
591 if (pixelRef != NULL) {
592 mURI = pixelRef->getURI();
    [all...]
  /external/skia/src/utils/
SkDumpCanvas.cpp 109 SkPixelRef* pr = bm.pixelRef();
118 str->appendf(" pixelref:%p", pr);
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 243 if (!bitmap->pixelRef()) {
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 289 // already have a pixelref installed.
290 pr = bitmap->pixelRef();
Graphics.cpp 364 SkASSERT(NULL != bitmap->pixelRef());
416 last owner of this pixelref is gone. Our caller has already informed
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 287 SkPixelRef* ref = nativeBitmap ? nativeBitmap->pixelRef() : 0;
289 doThrow(_env, "java/lang/IllegalArgumentException", "Bitmap has no PixelRef");

Completed in 287 milliseconds