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

  /external/skia/src/core/
SkPixelRef.cpp 47 void SkPixelRef::lockPixels() {
SkDevice.cpp 73 void SkDevice::lockPixels() {
74 fBitmap.lockPixels();
SkBitmap.cpp 335 void SkBitmap::lockPixels() const {
337 fPixelRef->lockPixels();
440 // since we're already allocated, we lockPixels right away
441 dst->lockPixels();
556 this->lockPixels();
557 // if lockPixels failed, we may not have a ctable ptr
1122 srcBM.lockPixels();
    [all...]

Completed in 92 milliseconds