HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RE_Render.h File Reference
#include "RE_API.h"
#include <SYS/SYS_Floor.h>
#include <SYS/SYS_Math.h>
#include <UT/UT_Unicode.h>
#include "RE_OGLRender.h"
+ Include dependency graph for RE_Render.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RE_Render
 

Functions

RE_API RE_RenderREgetRender ()
 
RE_RenderREgetMainRender ()
 
bool REisMainRenderInitialized ()
 
int REtoPixels (fpreal inches)
 
fpreal REtoInches (int pixels)
 
int REtoScaledPixels (int pixels)
 
int REfromScaledPixels (int pixels)
 
RE_API fpreal REgetScreenToDeviceScale (int screen=-1)
 

Function Documentation

int REfromScaledPixels ( int  pixels)
inline

Definition at line 98 of file RE_Render.h.

RE_Render* REgetMainRender ( )
inline

Definition at line 68 of file RE_Render.h.

RE_API RE_Render* REgetRender ( )
RE_API fpreal REgetScreenToDeviceScale ( int  screen = -1)
bool REisMainRenderInitialized ( )
inline

Definition at line 69 of file RE_Render.h.

fpreal REtoInches ( int  pixels)
inline

Definition at line 80 of file RE_Render.h.

int REtoPixels ( fpreal  inches)
inline

Definition at line 75 of file RE_Render.h.

int REtoScaledPixels ( int  pixels)
inline

Definition at line 89 of file RE_Render.h.