Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_RectDrawerCommand.h97 #define NW_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ macro
/NW4C-1.3.3/demos/lyt/archiveFont/sources/
Dmain.cpp56 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/lyt/multiArc/sources/
Dmain.cpp59 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/lyt/locationAdjust/sources/
Dmain.cpp70 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/lyt/extUserData/sources/
Dmain.cpp57 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/lyt/simple/sources/
Dmain.cpp64 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/lyt/group/sources/
Dmain.cpp55 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/lyt/simple2/sources/
Dmain.cpp52 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/lyt/perspective/sources/
Dmain.cpp56 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/font/ResFont/sources/
Dmain.cpp140 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitDraw()
/NW4C-1.3.3/demos/lyt/bounding/sources/
Dmain.cpp56 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/snd/demolib/sources/
Ddemolib.cpp91 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitializeDraw()
/NW4C-1.3.3/demos/lyt/orthoStereo/sources/
Dmain.cpp125 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/font/ArchiveFont/sources/
Dmain.cpp151 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitDraw()
/NW4C-1.3.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp62 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/demos/lyt/animShare/sources/
Dmain.cpp65 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp456 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in BeginDrawingString()