Home | History | Annotate | Download | only in core

Lines Matching defs:lockPixels

312 void SkBitmap::lockPixels() const {
314 fPixelRef->lockPixels();
353 // since we're already allocated, we lockPixels right away
354 this->lockPixels();
392 // TODO: lockPixels could/should return bool or void*/NULL
393 this->lockPixels();
420 // since we're already allocated, we lockPixels right away
421 this->lockPixels();
486 // since we're already allocated, we lockPixels right away
487 dst->lockPixels();