Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 50) sorted by relevance

12

/NW4C-1.2.23/sources/libraries/font/
Dfont_TextWriterBase.cpp294 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 …]
Dfont_CharWriter.cpp170 f32 width, in SetFontSize()
238 f32 width; in Print() local
300 const f32 width = glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph() local
Dfont_Font.cpp98 u16 width, in Set()
Dfont_ResFont.cpp313 FontWidth* width = reinterpret_cast<FontWidth*>( in Rebuild() local
/NW4C-1.2.23/include/nw/gfx/
Dgfx_Viewport.h56 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()
Dgfx_IRenderTarget.h106 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()
Dgfx_FrameBuffer.h37 u32 width; //!< バッファの幅情報です。 member
120 void SetWidth(u32 width) { m_Description.width = width; } in SetWidth()
/NW4C-1.2.23/demos/font/ResFont/sources/
Dmain.cpp129 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/
Ddemolib.cpp91 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/
Ddemo_DisplayBufferSwapper.h77 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()
Ddemo_GraphicsDrawing.h56 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/
Dmain.cpp44 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/
Ddev_Utility.cpp99 CalcMemorySize(GLint format, int width, int height) in CalcMemorySize()
Ddev_DirectPrint.cpp259 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/
Dmain.cpp140 int width, in InitDraw()
443 int width, in SetupTextCamera()
484 int width, in DrawAscii()
/NW4C-1.2.23/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
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/
Dletter-order.dtd23 <!ATTLIST area width CDATA "16"> attribute
/NW4C-1.2.23/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.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp214 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/
Dfont_RectDrawerCommand.h63 u16 width; //!< 幅 member
97 #define NW_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ argument
/NW4C-1.2.23/demos/lyt/locationAdjust/sources/
Dmain.cpp58 InitDraw(int width, int height) in InitDraw()
/NW4C-1.2.23/demos/lyt/multiArc/sources/
Dmain.cpp47 InitDraw(int width, int height) in InitDraw()
/NW4C-1.2.23/demos/lyt/archiveFont/sources/
Dmain.cpp44 InitDraw(int width, int height) in InitDraw()
/NW4C-1.2.23/demos/lyt/extUserData/sources/
Dmain.cpp45 InitDraw(int width, int height) in InitDraw()
/NW4C-1.2.23/demos/lyt/simple/sources/
Dmain.cpp52 InitDraw(int width, int height) in InitDraw()

12