Searched refs:IncludeDeviceScale (Results 1 – 2 of 2) sorted by relevance
345 enum IncludeDeviceScale { DefinitelyIncludeDeviceScale, PossiblyIncludeDeviceScale }; enum346 AffineTransform getCTM(IncludeDeviceScale includeScale = PossiblyIncludeDeviceScale) const;
1630 AffineTransform GraphicsContext::getCTM(IncludeDeviceScale) const in getCTM()