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

  /external/chromium_org/third_party/skia/src/core/
SkPixelRef.cpp 169 bool SkPixelRef::lockPixels(LockRec* rec) {
190 bool SkPixelRef::lockPixels() {
192 return this->lockPixels(&rec);
SkBitmapDevice.cpp 108 fBitmap.lockPixels();
115 void SkBitmapDevice::lockPixels() {
117 fBitmap.lockPixels();
SkBitmap.cpp 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();
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 169 bool SkPixelRef::lockPixels(LockRec* rec) {
190 bool SkPixelRef::lockPixels() {
192 return this->lockPixels(&rec);
SkBitmapDevice.cpp 108 fBitmap.lockPixels();
115 void SkBitmapDevice::lockPixels() {
117 fBitmap.lockPixels();
SkBitmap.cpp 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();
    [all...]

Completed in 88 milliseconds