Home | History | Annotate | Download | only in Tools

Lines Matching refs:bRotate

322  @param[in]			bRotate			Rotate print3D by 90 degrees
335 const bool bRotate,
359 return SetTextures(pContext, pData, dwScreenX, dwScreenY, bRotate, bMakeCopy);
369 @param[in] bRotate Rotate print3D by 90 degrees
383 const bool bRotate,
394 m_bRotate = bRotate;
395 m_ui32ScreenDim[0] = bRotate ? dwScreenY : dwScreenX;
396 m_ui32ScreenDim[1] = bRotate ? dwScreenX : dwScreenY;
410 m_fScreenScale[0] = (bRotate ? fY : fX) /640.0f;
411 m_fScreenScale[1] = (bRotate ? fX : fY) /480.0f;