Home
last modified time | relevance | path

Searched refs:NW_FONT_CMD_SET_VIEWPORT (Results 1 – 18 of 18) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_RectDrawerCommand.h99 #define NW_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ macro
/NW4C-2.0.3/demos/lyt/simple/sources/
Dmain.cpp66 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/lyt/texVram/sources/
Dmain.cpp54 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/lyt/extUserData/sources/
Dmain.cpp59 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/lyt/locationAdjust/sources/
Dmain.cpp72 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/lyt/archiveFont/sources/
Dmain.cpp58 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/lyt/multiArc/sources/
Dmain.cpp61 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/lyt/perspective/sources/
Dmain.cpp58 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/lyt/group/sources/
Dmain.cpp57 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/lyt/simple2/sources/
Dmain.cpp54 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp142 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitDraw()
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp58 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp93 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitializeDraw()
/NW4C-2.0.3/demos/lyt/orthoStereo/sources/
Dmain.cpp127 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp153 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitDraw()
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp67 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp64 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp458 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in BeginDrawingString()