HomeSort by relevance Sort by last modified time
    Searched refs:DoLockForWrite (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/resources/
resource_provider.h 467 virtual SkCanvas* DoLockForWrite() = 0;
485 virtual SkCanvas* DoLockForWrite() OVERRIDE;
505 virtual SkCanvas* DoLockForWrite() OVERRIDE;
resource_provider.cc 407 locked_canvas_ = DoLockForWrite();
433 SkCanvas* ResourceProvider::DirectRasterBuffer::DoLockForWrite() {
442 // of surface. Hence, a change since DoLockForWrite was called means the
495 SkCanvas* ResourceProvider::BitmapRasterBuffer::DoLockForWrite() {
535 // pixels in bitmap. Hence, a change since DoLockForWrite was called means the
    [all...]

Completed in 92 milliseconds