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

  /external/skia/src/core/
SkPixelRef.cpp 109 void SkPixelRef::lockPixels() {
SkDevice.cpp 89 fBitmap.lockPixels();
122 void SkDevice::lockPixels() {
124 fBitmap.lockPixels();
SkBitmap.cpp 342 void SkBitmap::lockPixels() const {
344 fPixelRef->lockPixels();
374 // since we're already allocated, we lockPixels right away
375 this->lockPixels();
449 // since we're already allocated, we lockPixels right away
450 dst->lockPixels();
543 this->lockPixels();
544 // if lockPixels failed, we may not have a ctable ptr
    [all...]
  /external/skia/legacy/src/core/
SkPixelRef.cpp 92 void SkPixelRef::lockPixels() {
SkDevice.cpp 67 void SkDevice::lockPixels() {
69 fBitmap.lockPixels();
SkBitmap.cpp 328 void SkBitmap::lockPixels() const {
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();
    [all...]

Completed in 257 milliseconds