Home | History | Annotate | Download | only in core

Lines Matching refs:lockPixels

270 void SkBitmap::lockPixels() const {
272 fPixelRef->lockPixels();
308 // since we're already allocated, we lockPixels right away
309 this->lockPixels();
345 // TODO: lockPixels could/should return bool or void*/nullptr
346 this->lockPixels();
376 // TODO: lockPixels could/should return bool or void*/nullptr
377 this->lockPixels();
415 // since we're already allocated, we lockPixels right away
416 this->lockPixels();
482 // since we're already allocated, we lockPixels right away
483 dst->lockPixels();