Home
last modified time | relevance | path

Searched refs:CharWriter (Results 1 – 13 of 13) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp61 CharWriter::SetupGXCommon() in SetupGXCommon()
100 CharWriter::CharWriter() in CharWriter() function in nw::font::CharWriter
121 CharWriter::~CharWriter() in ~CharWriter()
131 CharWriter::SetupGX() in SetupGX()
171 CharWriter::SetFontSize( in SetFontSize()
186 CharWriter::SetFontSize(f32 height) in SetFontSize()
195 CharWriter::GetFontWidth() const in GetFontWidth()
202 CharWriter::GetFontHeight() const in GetFontHeight()
209 CharWriter::GetFontAscent() const in GetFontAscent()
216 CharWriter::GetFontDescent() const in GetFontDescent()
[all …]
Dfont_TextWriterBase.cpp93 : CharWriter(), in TextWriterBase()
888 CharWriter::PrintProfile(); in PrintProfile()
898 CharWriter::CopyProfileData(other); in CopyProfileData()
Dfont_RectDrawer.cpp599 mode != CharWriter::GRADMODE_H ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
601 mode != CharWriter::GRADMODE_V ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
603 mode == CharWriter::GRADMODE_NONE ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
1475 RectDrawer::BuildTextCommand(CharWriter* pCharWriter) in BuildTextCommand()
1878 CharWriter::UseCommandBuffer() in UseCommandBuffer()
/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterResource.h34 class CharWriter; variable
38 friend class CharWriter; variable
Dfont_CharWriter.h53 class CharWriter
87 CharWriter();
90 ~CharWriter();
583 void CopyProfileData(const CharWriter& other) const;
Dfont_RectDrawer.h57 class CharWriter; variable
217 void BuildTextCommand(CharWriter* pCharWriter);
Dfont_TextWriterBase.h47 class TextWriterBase: public CharWriter
529 using CharWriter::Print;
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp379 const u32 drawBufSize = font::CharWriter::GetDispStringBufferSize(minLen); in AllocStringBuffer()
399 m_pDispStringBuf = font::CharWriter::InitDispStringBuffer( in AllocStringBuffer()
701 …pWriter->SetGradationMode(topCol != btmCol ? font::CharWriter::GRADMODE_V: font::CharWriter::GRADM… in SetupTextWriter()
Dlyt_DrawerGraphics.cpp818 font::CharWriter::GRADMODE_V: in SetUpTextBox()
819 font::CharWriter::GRADMODE_NONE); in SetUpTextBox()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp288 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
292 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp262 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
266 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp428 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
432 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp364 const u32 stringBufferSize = nw::font::CharWriter::GetDispStringBufferSize(m_MaxTextCount); in InitializeFont()
410 const u32 stringBufferSize = nw::font::CharWriter::GetDispStringBufferSize(m_MaxTextCount); in InitializeFont()
810 …nw::font::DispStringBuffer *const pDrawStringBuf = nw::font::CharWriter::InitDispStringBuffer(stri… in InitializeFontFromBinary()