Searched refs:setPixelRef (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockDiscardablePixelRef.h58 dst->setPixelRef(pr);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDiscardablePixelRef.cpp58 dst->setPixelRef(pixelRef.get());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DGaneshUtils.cpp65 bitmap.setPixelRef(pixelRef)->unref();
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmapDevice.h137 SkPixelRef* setPixelRef(SkPixelRef* pr) { function in class:SkBitmapDevice
138 fBitmap.setPixelRef(pr);
H A DSkBitmap.h448 SkPixelRef* setPixelRef(SkPixelRef* pr, int dx, int dy);
450 SkPixelRef* setPixelRef(SkPixelRef* pr, const SkIPoint& origin) { function in class:SkBitmap
451 return this->setPixelRef(pr, origin.fX, origin.fY);
454 SkPixelRef* setPixelRef(SkPixelRef* pr) { function in class:SkBitmap
455 return this->setPixelRef(pr, 0, 0);
728 or setPixelRef was called. The pixels need not be locked when this
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface_Raster.cpp92 fBitmap.setPixelRef(pr);
123 fBitmap.setPixelRef(NULL);
H A DSkImage_Raster.cpp108 fBitmap.setPixelRef(pr);
/external/skia/include/core/
H A DSkBitmapDevice.h137 SkPixelRef* setPixelRef(SkPixelRef* pr) { function in class:SkBitmapDevice
138 fBitmap.setPixelRef(pr);
H A DSkBitmap.h448 SkPixelRef* setPixelRef(SkPixelRef* pr, int dx, int dy);
450 SkPixelRef* setPixelRef(SkPixelRef* pr, const SkIPoint& origin) { function in class:SkBitmap
451 return this->setPixelRef(pr, origin.fX, origin.fY);
454 SkPixelRef* setPixelRef(SkPixelRef* pr) { function in class:SkBitmap
455 return this->setPixelRef(pr, 0, 0);
706 or setPixelRef was called. The pixels need not be locked when this
/external/skia/src/image/
H A DSkSurface_Raster.cpp92 fBitmap.setPixelRef(pr);
123 fBitmap.setPixelRef(NULL);
H A DSkImage_Raster.cpp108 fBitmap.setPixelRef(pr);
/external/chromium_org/third_party/skia/src/lazy/
H A DSkCachingPixelRef.cpp23 dst->setPixelRef(ref);
H A DSkDiscardablePixelRef.cpp115 dst->setPixelRef(ref);
/external/skia/src/lazy/
H A DSkCachingPixelRef.cpp23 dst->setPixelRef(ref);
H A DSkDiscardablePixelRef.cpp115 dst->setPixelRef(ref);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp264 SkPixelRef* SkBitmap::setPixelRef(SkPixelRef* pr, int dx, int dy) { function in class:SkBitmap
336 this->setPixelRef(NULL);
341 this->setPixelRef(NULL);
347 this->setPixelRef(NULL);
351 this->setPixelRef(pr)->unref();
390 this->setPixelRef(pr)->unref();
418 this->setPixelRef(pr)->unref();
485 dst->setPixelRef(pr)->unref();
839 dst.setPixelRef(pixelRef)->unref();
861 dst.setPixelRef(fPixelRe
[all...]
H A DSkImageFilter.cpp323 result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, texture)))->unref();
344 result->setPixelRef(new SkGrPixelRef(info, resultTex))->unref();
H A DSkScaledImageCache.cpp286 bitmap->setPixelRef(SkNEW_ARGS(SkOneShotDiscardablePixelRef,
/external/skia/src/core/
H A DSkBitmap.cpp264 SkPixelRef* SkBitmap::setPixelRef(SkPixelRef* pr, int dx, int dy) { function in class:SkBitmap
336 this->setPixelRef(NULL);
341 this->setPixelRef(NULL);
347 this->setPixelRef(NULL);
351 this->setPixelRef(pr)->unref();
390 this->setPixelRef(pr)->unref();
418 this->setPixelRef(pr)->unref();
485 dst->setPixelRef(pr)->unref();
839 dst.setPixelRef(pixelRef)->unref();
861 dst.setPixelRef(fPixelRe
[all...]
H A DSkImageFilter.cpp323 result->setPixelRef(SkNEW_ARGS(SkGrPixelRef, (info, texture)))->unref();
344 result->setPixelRef(new SkGrPixelRef(info, resultTex))->unref();
/external/chromium_org/third_party/skia/dm/
H A DDMWriteTask.cpp113 bitmap->setPixelRef(pixels);
/external/chromium_org/third_party/skia/tools/
H A Dskdiff_main.cpp287 fDrp->fBase.fBitmap.setPixelRef(NULL);
288 fDrp->fComparison.fBitmap.setPixelRef(NULL);
289 fDrp->fDifference.fBitmap.setPixelRef(NULL);
290 fDrp->fWhite.fBitmap.setPixelRef(NULL);
/external/skia/dm/
H A DDMWriteTask.cpp113 bitmap->setPixelRef(pixels);
/external/skia/tools/
H A Dskdiff_main.cpp287 fDrp->fBase.fBitmap.setPixelRef(NULL);
288 fDrp->fComparison.fBitmap.setPixelRef(NULL);
289 fDrp->fDifference.fBitmap.setPixelRef(NULL);
290 fDrp->fWhite.fBitmap.setPixelRef(NULL);
/external/chromium_org/third_party/skia/tests/
H A DWritePixelsTest.cpp297 bm->setPixelRef(pr)->unref();

Completed in 491 milliseconds

12