Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h345 enum IncludeDeviceScale { DefinitelyIncludeDeviceScale, PossiblyIncludeDeviceScale }; enum
346 AffineTransform getCTM(IncludeDeviceScale includeScale = PossiblyIncludeDeviceScale) const;
DGraphicsContext.cpp1630 AffineTransform GraphicsContext::getCTM(IncludeDeviceScale) const in getCTM()