HomeSort by relevance Sort by last modified time
    Searched refs:SkPixelRef (Results 26 - 46 of 46) sorted by null

12

  /external/skia/src/core/
SkBitmap.cpp 21 #include "SkPixelRef.h"
168 void SkBitmap::setPixelRef(sk_sp<SkPixelRef> pr, int dx, int dy) {
235 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, rowBytes);
255 sk_sp<SkPixelRef> pr = (allocFlags & kZeroPixels_AllocFlag) ?
290 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithProc(correctedInfo, rb, pixels,
342 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, dst->rowBytes());
SkBitmapDevice.h 16 #include "SkPixelRef.h"
28 class SkPixelRef;
SkBitmapCache.cpp 12 #include "SkPixelRef.h"
114 void SkBitmapCache_setImmutableWithID(SkPixelRef* pr, uint32_t id) {
  /external/skqp/src/core/
SkBitmap.cpp 21 #include "SkPixelRef.h"
168 void SkBitmap::setPixelRef(sk_sp<SkPixelRef> pr, int dx, int dy) {
235 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, rowBytes);
255 sk_sp<SkPixelRef> pr = (allocFlags & kZeroPixels_AllocFlag) ?
290 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithProc(correctedInfo, rb, pixels,
342 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, dst->rowBytes());
SkBitmapDevice.h 16 #include "SkPixelRef.h"
28 class SkPixelRef;
SkBitmapCache.cpp 12 #include "SkPixelRef.h"
114 void SkBitmapCache_setImmutableWithID(SkPixelRef* pr, uint32_t id) {
  /external/skia/src/image/
SkImage_Raster.cpp 19 #include "SkPixelRef.h"
98 SkPixelRef* getPixelRef() const { return fBitmap.pixelRef(); }
322 const SkPixelRef* SkBitmapImageGetPixelRef(const SkImage* image) {
SkImage.cpp 21 #include "SkPixelRef.h"
210 SkPixelRef* pr = bm.pixelRef();
  /external/skqp/src/image/
SkImage_Raster.cpp 19 #include "SkPixelRef.h"
98 SkPixelRef* getPixelRef() const { return fBitmap.pixelRef(); }
326 const SkPixelRef* SkBitmapImageGetPixelRef(const SkImage* image) {
SkImage.cpp 21 #include "SkPixelRef.h"
210 SkPixelRef* pr = bm.pixelRef();
  /external/skia/tests/
BitmapTest.cpp 47 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, info.minRowBytes());
WritePixelsTest.cpp 258 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, rowBytes);
  /external/skqp/tests/
BitmapTest.cpp 47 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, info.minRowBytes());
WritePixelsTest.cpp 268 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, rowBytes);
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 8 #include "SkPixelRef.h"
66 static SkPixelRef* refSkPixelRef(JNIEnv*, jobject bitmap);
95 * SkPixelRef, which ensures that upon deletion the appropriate caches
Graphics.cpp 361 SkPixelRef* GraphicsJNI::refSkPixelRef(JNIEnv* env, jobject jbitmap) {
692 SkPixelRef* recycledPixels = mRecycledBitmap;
Bitmap.cpp 6 #include "SkPixelRef.h"
280 SkPixelRef& pixelRef = localBitmap->bitmap();
297 SkPixelRef& pixelRef = localBitmap->bitmap();
    [all...]
  /external/skia/src/gpu/
SkGr.cpp 34 #include "SkPixelRef.h"
99 void GrInstallBitmapUniqueKeyInvalidator(const GrUniqueKey& key, SkPixelRef* pixelRef) {
100 class Invalidator : public SkPixelRef::GenIDChangeListener {
  /external/skqp/src/gpu/
SkGr.cpp 32 #include "SkPixelRef.h"
101 void GrInstallBitmapUniqueKeyInvalidator(const GrUniqueKey& key, SkPixelRef* pixelRef) {
102 class Invalidator : public SkPixelRef::GenIDChangeListener {
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 27 #include <SkPixelRef.h>
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 35 #include <SkPixelRef.h>

Completed in 562 milliseconds

12