HomeSort by relevance Sort by last modified time
    Searched defs:onLockPixels (Results 1 - 21 of 21) sorted by null

  /frameworks/base/media/tests/omxjpegdecoder/
SkOmxPixelRef.cpp 39 void* SkOmxPixelRef::onLockPixels(SkColorTable** ct) {
  /external/chromium_org/third_party/skia/src/core/
SkMallocPixelRef.cpp 34 void* SkMallocPixelRef::onLockPixels(SkColorTable** ct) {
  /external/chromium_org/third_party/skia/src/image/
SkDataPixelRef.cpp 21 void* SkDataPixelRef::onLockPixels(SkColorTable** ct) {
  /external/skia/src/core/
SkMallocPixelRef.cpp 34 void* SkMallocPixelRef::onLockPixels(SkColorTable** ct) {
  /external/skia/src/image/
SkDataPixelRef.cpp 21 void* SkDataPixelRef::onLockPixels(SkColorTable** ct) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/test/
MockDiscardablePixelRef.h 48 virtual void* onLockPixels(SkColorTable**)
  /external/chromium_org/cc/test/
skia_common.cc 22 void* TestPixelRef::onLockPixels(SkColorTable** color_table) {
41 void* TestLazyPixelRef::onLockPixels(SkColorTable** color_table) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
DiscardablePixelRef.cpp 88 void* DiscardablePixelRef::onLockPixels(SkColorTable** ctable)
LazyDecodingPixelRef.cpp 75 void* LazyDecodingPixelRef::onLockPixels(SkColorTable**)
  /external/chromium_org/third_party/skia/src/images/
SkImageRef.cpp 142 void* SkImageRef::onLockPixels(SkColorTable** ct) {
SkImageRef_ashmem.cpp 159 void* SkImageRef_ashmem::onLockPixels(SkColorTable** ct) {
195 return this->INHERITED::onLockPixels(ct);
  /external/chromium_org/third_party/skia/src/lazy/
SkLazyPixelRef.cpp 66 void* SkLazyPixelRef::onLockPixels(SkColorTable**) {
  /external/skia/src/images/
SkImageRef.cpp 145 void* SkImageRef::onLockPixels(SkColorTable** ct) {
SkFlipPixelRef.cpp 46 void* SkFlipPixelRef::onLockPixels(SkColorTable** ct) {
SkImageRef_ashmem.cpp 162 void* SkImageRef_ashmem::onLockPixels(SkColorTable** ct) {
198 return this->INHERITED::onLockPixels(ct);
  /external/skia/src/lazy/
SkLazyPixelRef.cpp 66 void* SkLazyPixelRef::onLockPixels(SkColorTable**) {
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 27 void* SkROLockPixelsPixelRef::onLockPixels(SkColorTable** ctable) {
34 SkDebugf("SkROLockPixelsPixelRef::onLockPixels failed!\n");
  /external/skia/src/gpu/
SkGrPixelRef.cpp 27 void* SkROLockPixelsPixelRef::onLockPixels(SkColorTable** ctable) {
34 SkDebugf("SkROLockPixelsPixelRef::onLockPixels failed!\n");
  /external/chromium_org/skia/ext/
bitmap_platform_device_win.cc 28 virtual void* onLockPixels(SkColorTable**) SK_OVERRIDE;
75 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) {
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 106 virtual void* onLockPixels(SkColorTable** ct) {

Completed in 1129 milliseconds