Searched refs:fWinWH (Results 1 – 10 of 10) sorted by relevance
166 float fWinWH = (float)aMaxSize.Width() / in AdjustToMaxRect() local170 if ( fGrfWH < fWinWH ) in AdjustToMaxRect()
1455 float fWinWH = (float)aMaxSize.Width() / in AdjustToMaxRect() local1459 if ( fGrfWH < fWinWH ) in AdjustToMaxRect()
160 double fWinWH = (double) nWidth / nHeight; in Construct() local163 if ( fRectWH < fWinWH) in Construct()
287 double fWinWH = (double) nWidth / nHeight; in Resize() local290 if ( fGrfWH < fWinWH) in Resize()
113 const double fWinWH = (double) rDispSize.Width() / rDispSize.Height(); in GetRect() local115 if( fGrfWH < fWinWH ) in GetRect()
510 double fWinWH = (double) aPageSize.Width() / aPageSize.Height(); in ScannerEvent() local512 if( fGrfWH < fWinWH ) in ScannerEvent()
133 float fWinWH = (float)aPageSize.Width() / in SO2_DECL_REF() local137 if ((fGrfWH != 0.F) && (fGrfWH < fWinWH)) in SO2_DECL_REF()
237 double fWinWH = (double) aPagSize.Width() / aPagSize.Height(); in Import() local240 if( fGrfWH < fWinWH ) in Import()
142 const double fWinWH = (double) aWinSize.Width() / aWinSize.Height(); in ImplGetGraphicCenterRect() local144 if ( fGrfWH < fWinWH ) in ImplGetGraphicCenterRect()
1445 const double fWinWH = (double) aWinSize.Width() / aWinSize.Height(); in ImplGetGraphicCenterRect() local1447 if ( fGrfWH < fWinWH ) in ImplGetGraphicCenterRect()
Completed in 57 milliseconds