Lines Matching refs:lockPixels
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();
452 // since we're already allocated, we lockPixels right away
453 dst->lockPixels();