Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 45) sorted by relevance

12

/NW4C-1.3.3/include/nw/gfx/
Dgfx_Viewport.h57 float height, in Viewport()
92 f32 height = static_cast<f32>(renderTarget->GetDescription().height); in Viewport() local
134 void SetBound(float x, float y, float width, float height) in SetBound()
Dgfx_FrameBuffer.h36 u32 height; //!< バッファの高さ情報です。 member
106 void SetHeight(u32 height) { m_Description.height = height; } in SetHeight()
195 const u32 height = this->GetHeight(); in TransferRenderImage() local
Dgfx_IRenderTarget.h107 s32 height; //!< 描画対象の高さです。 member
150 Builder& BufferSize(s32 width, s32 height) in BufferSize()
161 Builder& Height(s32 height) { m_Description.height = height; return *this; } in Height()
/NW4C-1.3.3/demos/font/ResFont/sources/
Dmain.cpp130 int height in InitDraw()
304 int height in SetupTextCamera()
344 int height in DrawAscii()
402 int height in DrawCounter()
/NW4C-1.3.3/demos/snd/demolib/sources/
Ddemolib.cpp82 void AppBase::InitializeDraw( int width, int height ) in InitializeDraw()
293 int height ) in SetupTextCamera()
366 int height ) in DrawStringPreProcess()
377 void AppBase::DrawStringPostProcess( nw::font::TextWriter& writer, int width, int height ) in DrawStringPostProcess()
/NW4C-1.3.3/include/nw/demo/
Ddemo_DisplayBufferSwapper.h78 s32 height; //!< バッファの縦幅です。 member
125 Builder& BufferSize(s32 width, s32 height) in BufferSize()
136 Builder& Height(s32 height) { m_Description.height = height; return *this; } in Height()
/NW4C-1.3.3/demos/lyt/perspective/sources/
Dmain.cpp44 InitDraw(int width, int height) in InitDraw()
153 const f32 height = layoutRect.right - layoutRect.left; in SetupCamera() local
/NW4C-1.3.3/demos/font/ArchiveFont/sources/
Dmain.cpp141 int height in InitDraw()
444 int height in SetupTextCamera()
485 int height, in DrawAscii()
/NW4C-1.3.3/sources/libraries/font/
Dfont_CharWriter.cpp171 f32 height in SetFontSize()
184 CharWriter::SetFontSize(f32 height) in SetFontSize()
301 const f32 height = - glyph.height * m_Scale.y; in PrintGlyph() local
Dfont_Font.cpp99 u16 height in Set()
/NW4C-1.3.3/sources/libraries/dev/
Ddev_Utility.cpp99 CalcMemorySize(GLint format, int width, int height) in CalcMemorySize()
Ddev_DirectPrint.cpp260 int height) in Erase()
363 int height) in Erase()
873 u16 height) in SetTargetBuffer()
898 GLint height = 0; in SetTargetActiveDisplayBuffer() local
920 DirectPrint::Erase(int x, int y, int width, int height) in Erase()
/NW4C-1.3.3/include/nw/font/
Dfont_Font.h47 u16 height; //!< 高さ member
125 u8 height; //!< セルの高さ member
Dfont_RectDrawerCommand.h64 u16 height; //!< 高さ member
97 #define NW_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ argument
/NW4C-1.3.3/tools/FontConverter/xlor/
Dletter-order.dtd24 <!ATTLIST area height CDATA #IMPLIED> attribute
/NW4C-1.3.3/include/nw/lyt/
Dlyt_TexMap.h223 void SetSize(u16 width, u16 height) in SetSize()
281 void SetRealSize(u16 width, u16 height) in SetRealSize()
/NW4C-1.3.3/documents/CreativeStudio/html/common/
Dibox.js92 …s.wrapper.style, {display: 'block', visibility: 'hidden', left: 0, top: 0, height: '', width: ''}); property
230 _pub.updateObject(els.content.style, {width: '', height: ''}); property
250 _pub.updateObject(els.wrapper.style, {width: width + 'px', height: height + 'px'}); property
765 _pub.html(img, {width: this.width, height: this.height, constrain: true}) property
/NW4C-1.3.3/demos/lyt/locationAdjust/sources/
Dmain.cpp58 InitDraw(int width, int height) in InitDraw()
/NW4C-1.3.3/demos/lyt/multiArc/sources/
Dmain.cpp47 InitDraw(int width, int height) in InitDraw()
/NW4C-1.3.3/demos/lyt/archiveFont/sources/
Dmain.cpp44 InitDraw(int width, int height) in InitDraw()
/NW4C-1.3.3/demos/lyt/extUserData/sources/
Dmain.cpp45 InitDraw(int width, int height) in InitDraw()
/NW4C-1.3.3/demos/lyt/simple2/sources/
Dmain.cpp40 InitDraw(int width, int height) in InitDraw()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmRenderSystem.h55 s32 height; //!< スクリーンの縦幅を表します。 member
/NW4C-1.3.3/demos/lyt/simple/sources/
Dmain.cpp52 InitDraw(int width, int height) in InitDraw()
/NW4C-1.3.3/demos/lyt/group/sources/
Dmain.cpp43 InitDraw(int width, int height) in InitDraw()

12