Lines Matching refs:w

113 	long w;  in mirror()  local
115 w = pOutDev->GetOutputWidthPixel(); in mirror()
117 w = GetGraphicsWidth(); in mirror()
119 if( w ) in mirror()
127 …long devX = w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel(); // re-mirrored mn… in mirror()
143 x = w-1-x; in mirror()
149 long w; in mirror() local
151 w = pOutDev->GetOutputWidthPixel(); in mirror()
153 w = GetGraphicsWidth(); in mirror()
155 if( w ) in mirror()
163 …long devX = w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel(); // re-mirrored mn… in mirror()
179 x = w-nWidth-x; in mirror()
186 long w; in mirror() local
188 w = pOutDev->GetOutputWidthPixel(); in mirror()
190 w = GetGraphicsWidth(); in mirror()
192 if( w ) in mirror()
202 …long devX = w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel(); // re-mirrored mn… in mirror()
253 pPtAry2[j].mnX = w-1-pPtAry[i].mnX; in mirror()
312 long w; in mirror() local
314 w = i_pOutDev->GetOutputWidthPixel(); in mirror()
316 w = GetGraphicsWidth(); in mirror()
318 DBG_ASSERT( w, "missing graphics width" ); in mirror()
321 if( w ) in mirror()
327 …double devX = w-pOutDevRef->GetOutputWidthPixel()-pOutDevRef->GetOutOffXPixel(); // re-mirrored … in mirror()
334 aRet.setX( w-1-i_rPoint.getX() ); in mirror()
341 long w; in mirror() local
343 w = i_pOutDev->GetOutputWidthPixel(); in mirror()
345 w = GetGraphicsWidth(); in mirror()
347 DBG_ASSERT( w, "missing graphics width" ); in mirror()
350 if( w ) in mirror()
371 long w; in mirror() local
373 w = i_pOutDev->GetOutputWidthPixel(); in mirror()
375 w = GetGraphicsWidth(); in mirror()
377 DBG_ASSERT( w, "missing graphics width" ); in mirror()
380 if( w ) in mirror()