Searched refs:pageWidth (Results 1 – 4 of 4) sorted by relevance
26 var pageWidth, pageHeight, t;31 pageWidth = (w > t) ? ("" + w + "px") : ("" + (t) + "px");36 pageWidth = (w > t) ? ("" + w + "px") : ("" + (t) + "px");40 pageWidth = "100%";43 return (ptype === 1) ? pageWidth : pageHeight;
191 double pageWidth = cropRect.right-cropRect.left; in crop() local198 pageWidth <= pageHeight) || in crop()200 pageWidth > pageHeight))) || in crop()204 std::swap(pageHeight,pageWidth); in crop()208 if(width*pageHeight/pageWidth<=height) in crop()211 final_h = width*pageHeight/pageWidth; in crop()214 final_w = height*pageWidth/pageHeight; in crop()219 final_w = pageWidth; in crop()
48 static DartFormatter formatter = DartFormatter(pageWidth: 80, fixes: StyleFix.all);