Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/lyt/archiveFont/sources/
Dmain.cpp48 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
56 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
59 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
69 colBufInfo), in InitDraw()
/NW4C-1.3.3/demos/lyt/multiArc/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-1.3.3/demos/lyt/locationAdjust/sources/
Dmain.cpp62 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
70 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
73 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
83 colBufInfo), in InitDraw()
/NW4C-1.3.3/demos/lyt/extUserData/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-1.3.3/demos/lyt/simple/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-1.3.3/demos/lyt/group/sources/
Dmain.cpp47 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
55 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
58 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
68 colBufInfo), in InitDraw()
/NW4C-1.3.3/demos/lyt/simple2/sources/
Dmain.cpp44 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
52 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
55 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
65 colBufInfo), in InitDraw()
/NW4C-1.3.3/demos/lyt/perspective/sources/
Dmain.cpp48 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
56 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
59 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
69 colBufInfo), in InitDraw()
/NW4C-1.3.3/demos/font/ResFont/sources/
Dmain.cpp135 const nw::font::ColorBufferInfo colBufInfo = { height, width, PICA_DATA_DEPTH24_STENCIL8_EXT }; in InitDraw() local
140 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitDraw()
143 NW_FONT_CMD_SET_DISABLE_SCISSOR( colBufInfo ), in InitDraw()
153 colBufInfo), in InitDraw()
/NW4C-1.3.3/demos/lyt/bounding/sources/
Dmain.cpp48 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
56 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
59 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
69 colBufInfo), in InitDraw()
/NW4C-1.3.3/demos/snd/demolib/sources/
Ddemolib.cpp86 const nw::font::ColorBufferInfo colBufInfo = { height, width, PICA_DATA_DEPTH24_STENCIL8_EXT }; in InitializeDraw() local
91 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitializeDraw()
94 NW_FONT_CMD_SET_DISABLE_SCISSOR( colBufInfo ), in InitializeDraw()
104 colBufInfo), in InitializeDraw()
/NW4C-1.3.3/demos/lyt/orthoStereo/sources/
Dmain.cpp117 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
125 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
128 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
138 colBufInfo), in InitDraw()
/NW4C-1.3.3/demos/font/ArchiveFont/sources/
Dmain.cpp146 const nw::font::ColorBufferInfo colBufInfo = { height, width, PICA_DATA_DEPTH24_STENCIL8_EXT }; in InitDraw() local
151 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in InitDraw()
154 NW_FONT_CMD_SET_DISABLE_SCISSOR( colBufInfo ), in InitDraw()
164 colBufInfo), in InitDraw()
/NW4C-1.3.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp54 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
62 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
65 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
75 colBufInfo), in InitDraw()
/NW4C-1.3.3/demos/lyt/animShare/sources/
Dmain.cpp57 const nw::font::ColorBufferInfo colBufInfo = in InitDraw() local
65 NW_FONT_CMD_SET_VIEWPORT(0, 0, colBufInfo.width, colBufInfo.height), in InitDraw()
68 NW_FONT_CMD_SET_DISABLE_SCISSOR(colBufInfo), in InitDraw()
78 colBufInfo), in InitDraw()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp451 …const nw::font::ColorBufferInfo colBufInfo = { m_ScreenSize.y, m_ScreenSize.x, PICA_DATA_DEPTH24_S… in BeginDrawingString() local
456 NW_FONT_CMD_SET_VIEWPORT( 0, 0, colBufInfo.width, colBufInfo.height ), in BeginDrawingString()
459 NW_FONT_CMD_SET_DISABLE_SCISSOR( colBufInfo ), in BeginDrawingString()
469 colBufInfo), in BeginDrawingString()