Searched defs:onLockPixels (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkMallocPixelRef.cpp30 void* SkMallocPixelRef::onLockPixels(SkColorTable** ct) { function in class:SkMallocPixelRef
/external/skia/src/images/
H A DSkCreateRLEPixelRef.cpp20 virtual void* onLockPixels(SkColorTable**);
40 void* RLEPixelRef::onLockPixels(SkColorTable** ct) { function in class:RLEPixelRef
H A DSkImageRef.cpp146 void* SkImageRef::onLockPixels(SkColorTable** ct) { function in class:SkImageRef
H A DSkFlipPixelRef.cpp46 void* SkFlipPixelRef::onLockPixels(SkColorTable** ct) { function in class:SkFlipPixelRef
/external/skia/src/gpu/
H A DSkGrTexturePixelRef.cpp27 void* SkROLockPixelsPixelRef::onLockPixels(SkColorTable** ctable) { function in class:SkROLockPixelsPixelRef
34 SkDebugf("SkROLockPixelsPixelRef::onLockPixels failed!\n");
/external/skia/src/ports/
H A DSkImageRef_ashmem.cpp160 void* SkImageRef_ashmem::onLockPixels(SkColorTable** ct) { function in class:SkImageRef_ashmem
196 return this->INHERITED::onLockPixels(ct);

Completed in 2942 milliseconds