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 179 void SkPixelRef::lockPixels() {
SkBitmapDevice.cpp 61 fBitmap.lockPixels();
78 void SkBitmapDevice::lockPixels() {
80 fBitmap.lockPixels();
SkBitmap.cpp 428 void SkBitmap::lockPixels() const {
430 fPixelRef->lockPixels();
470 // since we're already allocated, we lockPixels right away
471 this->lockPixels();
547 // since we're already allocated, we lockPixels right away
548 dst->lockPixels();
    [all...]
  /external/skia/src/core/
SkPixelRef.cpp 179 void SkPixelRef::lockPixels() {
SkBitmapDevice.cpp 61 fBitmap.lockPixels();
78 void SkBitmapDevice::lockPixels() {
80 fBitmap.lockPixels();
SkBitmap.cpp 428 void SkBitmap::lockPixels() const {
430 fPixelRef->lockPixels();
470 // since we're already allocated, we lockPixels right away
471 this->lockPixels();
547 // since we're already allocated, we lockPixels right away
548 dst->lockPixels();
    [all...]

Completed in 27 milliseconds