Home
last modified time | relevance | path

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

123

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp296 f32 width = VPrintf(format, vargs); in Printf() local
315 f32 width = Print(buffer, length); in VPrintf() local
335 f32 width = myCopy.PrintImpl(str, length); in Print() local
519 f32 width = crntRight - limitLeft; in CalcLineRectImpl() local
666 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl() local
673 const f32 width = CalcLineWidth( context.str, remain ); in PrintImpl() local
680 const f32 width = GetCursorX() - context.xOrigin; in PrintImpl() local
733 f32 width = crntRight - limitLeft; in PrintImpl() local
775 const f32 width = GetCursorX() - context.xOrigin; in PrintImpl() local
849 const f32 width = CalcLineWidth(str, length); in AdjustCursor() local
[all …]
Dfont_CharWriter.cpp172 f32 width, in SetFontSize()
240 f32 width; in Print() local
302 const f32 width = glyph.widths.glyphWidth * m_Scale.x; in PrintGlyph() local
Dfont_Font.cpp100 u16 width, in Set()
Dfont_ResFont.cpp315 FontWidth* width = reinterpret_cast<FontWidth*>( in Rebuild() local
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Viewport.h58 float width, in Viewport()
93 f32 width = static_cast<f32>(renderTarget->GetDescription().width); in Viewport() local
136 void SetBound(float x, float y, float width, float height) in SetBound()
Dgfx_FrameBuffer.h39 u32 width; //!< バッファの幅情報です。 member
122 void SetWidth(u32 width) { m_Description.width = width; } in SetWidth()
196 const u32 width = this->GetWidth(); in TransferRenderImage() local
Dgfx_IRenderTarget.h108 s32 width; //!< 描画対象の幅です。 member
152 Builder& BufferSize(s32 width, s32 height) in BufferSize()
160 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp131 int width, in InitDraw()
305 int width, in SetupTextCamera()
345 int width, in DrawAscii()
403 int width, in DrawCounter()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp84 void AppBase::InitializeDraw( int width, int height ) in InitializeDraw()
294 int width, in SetupTextCamera()
367 int width, in DrawStringPreProcess()
379 void AppBase::DrawStringPostProcess( nw::font::TextWriter& writer, int width, int height ) in DrawStringPostProcess()
/NW4C-2.0.3/include/nw/demo/
Ddemo_DisplayBufferSwapper.h79 s32 width; //!< バッファの横幅です。 member
127 Builder& BufferSize(s32 width, s32 height) in BufferSize()
135 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width()
Ddemo_GraphicsDrawing.h60 void SetScreenSize( s32 width, s32 height ) in SetScreenSize()
131 void SetLineWidth( f32 width ) { m_LineWidth = width; } in SetLineWidth()
/NW4C-2.0.3/demos/lyt/perspective/sources/
Dmain.cpp46 InitDraw(int width, int height) in InitDraw()
154 const f32 width = layoutRect.top - layoutRect.bottom; in SetupCamera() local
/NW4C-2.0.3/sources/libraries/dev/
Ddev_Utility.cpp101 CalcMemorySize(GLint format, int width, int height) in CalcMemorySize()
Ddev_DirectPrint.cpp267 int width, in Erase()
373 int width, in Erase()
445 int width = (context.m_LimitX - x) / FONT_WIDTH; in DrawString() local
493 int width) in DrawLine()
880 u16 width, in SetTargetBuffer()
904 GLint width = 0; in SetTargetActiveDisplayBuffer() local
932 DirectPrint::Erase(int x, int y, int width, int height) in Erase()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp142 int width, in InitDraw()
445 int width, in SetupTextCamera()
486 int width, in DrawAscii()
/NW4C-2.0.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
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-2.0.3/tools/FontConverter/xlor/
Dletter-order.dtd23 <!ATTLIST area width CDATA "16"> attribute
/NW4C-2.0.3/include/nw/lyt/
Dlyt_TexMap.h225 void SetSize(u16 width, u16 height) in SetSize()
283 void SetRealSize(u16 width, u16 height) in SetRealSize()
/NW4C-2.0.3/include/nw/font/
Dfont_RectDrawerCommand.h65 u16 width; //!< 幅 member
99 #define NW_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ argument
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h411 s32 width; //!< テクスチャの幅です。 member
458 DynamicBuilder& Width(s32 width) in Width()
669 s32 width; //!< 1 つの面の幅です。 member
715 DynamicBuilder& Width(s32 width) in Width()
861 s32 width; //!< テクスチャの幅です。 member
909 DynamicBuilder& Width(s32 width) in Width()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp527 f32 width = m_TextWriter.VPrintf(format, vargs); in DrawString() local
549 f32 width = this->DrawStringArgs( posh, posv, format, vargs); in DrawString() local
565 f32 width = m_TextWriter.VPrintf(format, args); in DrawStringArgs() local
667 f32 width = m_ScreenSize.y; in SendShapeMatrix() local
/NW4C-2.0.3/demos/lyt/locationAdjust/sources/
Dmain.cpp60 InitDraw(int width, int height) in InitDraw()
/NW4C-2.0.3/demos/lyt/multiArc/sources/
Dmain.cpp49 InitDraw(int width, int height) in InitDraw()
/NW4C-2.0.3/demos/lyt/texVram/sources/
Dmain.cpp42 InitDraw(int width, int height) in InitDraw()
/NW4C-2.0.3/demos/lyt/extUserData/sources/
Dmain.cpp47 InitDraw(int width, int height) in InitDraw()

123