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

  /external/skia/src/core/
SkDevice.cpp 9 void SkDevice::lockPixels() {
10 fBitmap.lockPixels();
SkPixelRef.cpp 36 void SkPixelRef::lockPixels() {
SkBitmap.cpp 301 void SkBitmap::lockPixels() const {
303 fPixelRef->lockPixels();
442 // since we're already allocated, we lockPixels right away
443 dst->lockPixels();
464 this->lockPixels();
465 // if lockPixels failed, we may not have a ctable ptr
961 srcBM.lockPixels();
    [all...]

Completed in 202 milliseconds