Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/lyt/simple/sources/
Dmain.cpp58 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
66 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
69 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
79 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/texVram/sources/
Dmain.cpp46 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
54 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
57 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
67 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/extUserData/sources/
Dmain.cpp51 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
59 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
62 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
72 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/locationAdjust/sources/
Dmain.cpp64 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
72 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
75 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
85 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/archiveFont/sources/
Dmain.cpp50 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
58 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
61 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
71 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/multiArc/sources/
Dmain.cpp53 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
61 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
64 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
74 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/perspective/sources/
Dmain.cpp50 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
58 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
61 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
71 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/group/sources/
Dmain.cpp49 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
57 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
60 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
70 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/simple2/sources/
Dmain.cpp46 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
54 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
57 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
67 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp137 const nw::font::ColorBufferInfo colBufInfo = { height, width, PICA_DATA_DEPTH24_STENCIL8_EXT }; in InitDraw() local
142 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitDraw()
145 NW_FONT_CMD_SET_DISABLE_SCISSOR( colBufInfo ), in InitDraw()
155 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp50 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
58 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
61 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
71 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp88 const nw::font::ColorBufferInfo colBufInfo = { height, width, PICA_DATA_DEPTH24_STENCIL8_EXT }; in InitializeDraw() local
93 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitializeDraw()
96 NW_FONT_CMD_SET_DISABLE_SCISSOR( colBufInfo ), in InitializeDraw()
106 colBufInfo), in InitializeDraw()
/NW4C-2.0.3/demos/lyt/orthoStereo/sources/
Dmain.cpp119 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
127 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
130 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
140 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp148 const nw::font::ColorBufferInfo colBufInfo = { height, width, PICA_DATA_DEPTH24_STENCIL8_EXT }; in InitDraw() local
153 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitDraw()
156 NW_FONT_CMD_SET_DISABLE_SCISSOR( colBufInfo ), in InitDraw()
166 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp59 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
67 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
70 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
80 colBufInfo), in InitDraw()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp56 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
64 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
67 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
77 colBufInfo), in InitDraw()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp453 …const nw::font::ColorBufferInfo colBufInfo = { m_ScreenSize.y, m_ScreenSize.x, PICA_DATA_DEPTH24_S… in BeginDrawingString() local
458 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in BeginDrawingString()
461 NW_FONT_CMD_SET_DISABLE_SCISSOR( colBufInfo ), in BeginDrawingString()
471 colBufInfo), in BeginDrawingString()