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

  /external/skia/src/core/
SkPixelRef.cpp 137 bool SkPixelRef::lockPixels() {
150 // For compatibility with SkBitmap calling lockPixels, we still want to increment
163 bool SkPixelRef::lockPixels(LockRec* rec) {
164 if (this->lockPixels()) {
SkBitmap.cpp 232 void SkBitmap::lockPixels() const {
234 fPixelRef->lockPixels();
273 // since we're already allocated, we lockPixels right away
274 this->lockPixels();
310 // TODO: lockPixels could/should return bool or void*/nullptr
311 this->lockPixels();
341 // TODO: lockPixels could/should return bool or void*/nullptr
342 this->lockPixels();
380 // since we're already allocated, we lockPixels right away
381 this->lockPixels();
    [all...]

Completed in 670 milliseconds