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

12

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DiscardablePixelRef.cpp 92 void* DiscardablePixelRef::onLockPixels(SkColorTable** ctable)
LazyDecodingPixelRef.cpp 63 void* LazyDecodingPixelRef::onLockPixels(SkColorTable**)
  /external/chromium_org/ui/gfx/ozone/dri/
dri_skbitmap.cc 41 virtual void* onLockPixels(SkColorTable** ct) OVERRIDE;
86 void* DriSkPixelRef::onLockPixels(SkColorTable** ct) {
  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.cpp 45 void* SkCachingPixelRef::onLockPixels(SkColorTable**) {
SkDiscardablePixelRef.cpp 39 void* SkDiscardablePixelRef::onLockPixels(SkColorTable**) {
  /external/skia/src/lazy/
SkCachingPixelRef.cpp 45 void* SkCachingPixelRef::onLockPixels(SkColorTable**) {
SkDiscardablePixelRef.cpp 39 void* SkDiscardablePixelRef::onLockPixels(SkColorTable**) {
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 246 virtual void* onLockPixels(SkColorTable**) = 0;
253 * If the previous call to onLockPixels failed (i.e. returned NULL), then
297 // the need to grab the mutex and call onLockPixels/onUnlockPixels.
  /external/chromium_org/third_party/skia/src/core/
SkMallocPixelRef.cpp 112 void* SkMallocPixelRef::onLockPixels(SkColorTable** ctable) {
SkPixelRef.cpp 186 fPixels = this->onLockPixels(&fColorTable);
187 // If onLockPixels failed, it will return NULL
203 // don't call onUnlockPixels unless onLockPixels succeeded
SkScaledImageCache.cpp 202 virtual void* onLockPixels(SkColorTable**) SK_OVERRIDE;
233 void* SkOneShotDiscardablePixelRef::onLockPixels(SkColorTable** ctable) {
  /external/skia/include/core/
SkPixelRef.h 246 virtual void* onLockPixels(SkColorTable**) = 0;
253 * If the previous call to onLockPixels failed (i.e. returned NULL), then
297 // the need to grab the mutex and call onLockPixels/onUnlockPixels.
  /external/skia/src/core/
SkMallocPixelRef.cpp 112 void* SkMallocPixelRef::onLockPixels(SkColorTable** ctable) {
SkPixelRef.cpp 186 fPixels = this->onLockPixels(&fColorTable);
187 // If onLockPixels failed, it will return NULL
203 // don't call onUnlockPixels unless onLockPixels succeeded
SkScaledImageCache.cpp 202 virtual void* onLockPixels(SkColorTable**) SK_OVERRIDE;
233 void* SkOneShotDiscardablePixelRef::onLockPixels(SkColorTable** ctable) {
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.cc 29 virtual void* onLockPixels(SkColorTable**) SK_OVERRIDE;
46 void* CairoSurfacePixelRef::onLockPixels(SkColorTable** color_table) {
bitmap_platform_device_win.cc 29 virtual void* onLockPixels(SkColorTable**) SK_OVERRIDE;
132 void* PlatformBitmapPixelRef::onLockPixels(SkColorTable** color_table) {
lazy_pixel_ref_utils_unittest.cc 33 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
48 virtual void* onLockPixels(SkColorTable** color_table) OVERRIDE;
99 void* TestPixelRef::onLockPixels(SkColorTable** color_table) {
116 void* TestLazyPixelRef::onLockPixels(SkColorTable** color_table) {
  /external/chromium_org/third_party/skia/src/images/
SkImageRef_ashmem.cpp 162 void* SkImageRef_ashmem::onLockPixels(SkColorTable** ct) {
198 return this->INHERITED::onLockPixels(ct);
SkImageRef.cpp 137 void* SkImageRef::onLockPixels(SkColorTable** ct) {
  /external/skia/src/images/
SkImageRef_ashmem.cpp 162 void* SkImageRef_ashmem::onLockPixels(SkColorTable** ct) {
198 return this->INHERITED::onLockPixels(ct);
SkImageRef.cpp 145 void* SkImageRef::onLockPixels(SkColorTable** ct) {
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 26 void* SkROLockPixelsPixelRef::onLockPixels(SkColorTable** ctable) {
33 SkDebugf("SkROLockPixelsPixelRef::onLockPixels failed!\n");
  /external/skia/src/gpu/
SkGrPixelRef.cpp 26 void* SkROLockPixelsPixelRef::onLockPixels(SkColorTable** ctable) {
33 SkDebugf("SkROLockPixelsPixelRef::onLockPixels failed!\n");
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 76 virtual void* onLockPixels(SkColorTable** ct) {

Completed in 1017 milliseconds

12