| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_TextWriterBase.cpp | 294 f32 width = VPrintf(format, vargs); in Printf() local 313 f32 width = Print(buffer, length); in VPrintf() local 333 f32 width = myCopy.PrintImpl(str, length); in Print() local 517 f32 width = crntRight - limitLeft; in CalcLineRectImpl() local 664 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl() local 671 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl() local 678 const f32 width = GetCursorX() - context.xOrigin; in PrintImpl() local 731 f32 width = crntRight - limitLeft; in PrintImpl() local 773 const f32 width = GetCursorX() - context.xOrigin; in PrintImpl() local 847 const f32 width = CalcLineWidth(str, length); in AdjustCursor() local [all …]
|
| D | font_CharWriter.cpp | 170 f32 width, in SetFontSize() 238 f32 width; in Print() local 300 const f32 width = glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph() local
|
| D | font_Font.cpp | 98 u16 width, in Set()
|
| D | font_ResFont.cpp | 313 FontWidth* width = reinterpret_cast<FontWidth*>( in Rebuild() local
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_Viewport.h | 56 float width, in Viewport() 91 f32 width = static_cast<f32>(renderTarget->GetDescription().width); in Viewport() local 134 void SetBound(float x, float y, float width, float height) in SetBound()
|
| D | gfx_IRenderTarget.h | 106 s32 width; //!< 描画対象の幅です。 member 150 Builder& BufferSize(s32 width, s32 height) in BufferSize() 158 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width()
|
| D | gfx_FrameBuffer.h | 37 u32 width; //!< バッファの幅情報です。 member 120 void SetWidth(u32 width) { m_Description.width = width; } in SetWidth()
|
| /NW4C-1.2.23/demos/font/ResFont/sources/ |
| D | main.cpp | 129 int width, in InitDraw() 303 int width, in SetupTextCamera() 343 int width, in DrawAscii() 401 int width, in DrawCounter()
|
| /NW4C-1.2.23/demos/snd/demolib/sources/ |
| D | demolib.cpp | 91 void AppBase::InitializeDraw( int width, int height ) in InitializeDraw() 305 int width, in SetupTextCamera() 378 int width, in DrawStringPreProcess() 390 void AppBase::DrawStringPostProcess( nw::font::TextWriter& writer, int width, int height ) in DrawStringPostProcess()
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_DisplayBufferSwapper.h | 77 s32 width; //!< バッファの横幅です。 member 125 Builder& BufferSize(s32 width, s32 height) in BufferSize() 133 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width()
|
| D | demo_GraphicsDrawing.h | 56 void SetScreenSize( s32 width, s32 height ) in SetScreenSize() 102 void SetLineWidth(f32 width) { m_LineWidth = width; } in SetLineWidth()
|
| /NW4C-1.2.23/demos/lyt/perspective/sources/ |
| D | main.cpp | 44 InitDraw(int width, int height) in InitDraw() 152 const f32 width = layoutRect.top - layoutRect.bottom; in SetupCamera() local
|
| /NW4C-1.2.23/sources/libraries/dev/ |
| D | dev_Utility.cpp | 99 CalcMemorySize(GLint format, int width, int height) in CalcMemorySize()
|
| D | dev_DirectPrint.cpp | 259 int width, in Erase() 362 int width, in Erase() 432 int width = (context.m_LimitX - x) / FONT_WIDTH; in DrawString() local 480 int width) in DrawLine() 872 u16 width, in SetTargetBuffer() 896 GLint width = 0; in SetTargetActiveDisplayBuffer() local 920 DirectPrint::Erase(int x, int y, int width, int height) in Erase()
|
| /NW4C-1.2.23/demos/font/ArchiveFont/sources/ |
| D | main.cpp | 140 int width, in InitDraw() 443 int width, in SetupTextCamera() 484 int width, in DrawAscii()
|
| /NW4C-1.2.23/documents/CreativeStudio/html/common/ |
| D | ibox.js | 92 …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 537 params = {position: 'absolute', top: 0, left: 0, width: '100%'}; property 765 _pub.html(img, {width: this.width, height: this.height, constrain: true}) property
|
| /NW4C-1.2.23/tools/FontConverter/xlor/ |
| D | letter-order.dtd | 23 <!ATTLIST area width CDATA "16"> attribute
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_TexMap.h | 223 void SetSize(u16 width, u16 height) in SetSize() 281 void SetRealSize(u16 width, u16 height) in SetRealSize()
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 214 const f32 width = m_ScreenSize.y; in SendMatrix() local 620 f32 width = m_TextWriter.VPrintf(format, vargs); in DrawString() local 642 f32 width = this->DrawStringArgs( posh, posv, format, vargs); in DrawString() local 658 f32 width = m_TextWriter.VPrintf(format, args); in DrawStringArgs() local
|
| /NW4C-1.2.23/include/nw/font/ |
| D | font_RectDrawerCommand.h | 63 u16 width; //!< 幅 member 97 #define NW_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ argument
|
| /NW4C-1.2.23/demos/lyt/locationAdjust/sources/ |
| D | main.cpp | 58 InitDraw(int width, int height) in InitDraw()
|
| /NW4C-1.2.23/demos/lyt/multiArc/sources/ |
| D | main.cpp | 47 InitDraw(int width, int height) in InitDraw()
|
| /NW4C-1.2.23/demos/lyt/archiveFont/sources/ |
| D | main.cpp | 44 InitDraw(int width, int height) in InitDraw()
|
| /NW4C-1.2.23/demos/lyt/extUserData/sources/ |
| D | main.cpp | 45 InitDraw(int width, int height) in InitDraw()
|
| /NW4C-1.2.23/demos/lyt/simple/sources/ |
| D | main.cpp | 52 InitDraw(int width, int height) in InitDraw()
|