Home | History | Annotate | Download | only in win

Lines Matching defs:scaled

135 // thin pages will be scaled down a little, matching the way they
138 // Wide pages will be scaled down more than this.
2217 XFORM scaled;
2218 GetWorldTransform(targetDC, &scaled);
2224 scaled.eM11 = ctm.xx;
2225 scaled.eM22 = ctm.yy;
2227 return scaled;
2242 XFORM original, scaled;
2248 // If this is a preview, the Windows HDC was set to a non-scaled state so that Cairo will
2252 scaled = buildXFORMFromCairo(hdc, cr);
2271 // If this is a preview, the Windows HDC was set to a non-scaled state so that Cairo would
2275 SetWorldTransform(hdc, &scaled);