Home
last modified time | relevance | path

Searched refs:ScaleBehavior (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.h68 enum ScaleBehavior { enum
88 PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;
DImageBuffer.cpp116 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const in copyImage()