Searched defs:lockPixels (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkPixelRef.cpp92 void SkPixelRef::lockPixels() { function in class:SkPixelRef
H A DSkDevice.cpp67 void SkDevice::lockPixels() { function in class:SkDevice
69 fBitmap.lockPixels();
H A DSkBitmap.cpp328 void SkBitmap::lockPixels() const { function in class:SkBitmap
330 fPixelRef->lockPixels();
442 // since we're already allocated, we lockPixels right away
443 dst->lockPixels();
536 this->lockPixels();
537 // if lockPixels failed, we may not have a ctable ptr
1138 srcBM.lockPixels();
1490 this->lockPixels();

Completed in 251 milliseconds