Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_CharWriter.cpp59 CharWriter::SetupGXCommon() in SetupGXCommon()
98 CharWriter::CharWriter() in CharWriter() function in nw::font::CharWriter
119 CharWriter::~CharWriter() in ~CharWriter()
129 CharWriter::SetupGX() in SetupGX()
169 CharWriter::SetFontSize( in SetFontSize()
184 CharWriter::SetFontSize(f32 height) in SetFontSize()
193 CharWriter::GetFontWidth() const in GetFontWidth()
200 CharWriter::GetFontHeight() const in GetFontHeight()
207 CharWriter::GetFontAscent() const in GetFontAscent()
214 CharWriter::GetFontDescent() const in GetFontDescent()
[all …]
Dfont_TextWriterBase.cpp91 : CharWriter(), in TextWriterBase()
886 CharWriter::PrintProfile(); in PrintProfile()
896 CharWriter::CopyProfileData(other); in CopyProfileData()
Dfont_RectDrawer.cpp573 mode != CharWriter::GRADMODE_H ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
575 mode != CharWriter::GRADMODE_V ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
577 mode == CharWriter::GRADMODE_NONE ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()
1445 RectDrawer::BuildTextCommand(CharWriter* pCharWriter) in BuildTextCommand()
1831 CharWriter::UseCommandBuffer() in UseCommandBuffer()
/NW4C-1.3.3/include/nw/font/
Dfont_TextWriterResource.h32 class CharWriter; variable
36 friend class CharWriter; variable
Dfont_CharWriter.h51 class CharWriter
85 CharWriter();
88 ~CharWriter();
581 void CopyProfileData(const CharWriter& other) const;
Dfont_RectDrawer.h55 class CharWriter; variable
215 void BuildTextCommand(CharWriter* pCharWriter);
Dfont_TextWriterBase.h45 class TextWriterBase: public CharWriter
527 using CharWriter::Print;
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextBox.cpp377 const u32 drawBufSize = font::CharWriter::GetDispStringBufferSize(minLen); in AllocStringBuffer()
397 m_pDispStringBuf = font::CharWriter::InitDispStringBuffer( in AllocStringBuffer()
699 …pWriter->SetGradationMode(topCol != btmCol ? font::CharWriter::GRADMODE_V: font::CharWriter::GRADM… in SetupTextWriter()
Dlyt_DrawerGraphics.cpp772 font::CharWriter::GRADMODE_V: in SetUpTextBox()
773 font::CharWriter::GRADMODE_NONE); in SetUpTextBox()
/NW4C-1.3.3/demos/font/ResFont/sources/
Dmain.cpp286 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
290 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
/NW4C-1.3.3/demos/snd/demolib/sources/
Ddemolib.cpp260 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
264 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
/NW4C-1.3.3/demos/font/ArchiveFont/sources/
Dmain.cpp426 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()
430 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp362 const u32 stringBufferSize = nw::font::CharWriter::GetDispStringBufferSize(m_MaxTextCount); in InitializeFont()
408 const u32 stringBufferSize = nw::font::CharWriter::GetDispStringBufferSize(m_MaxTextCount); in InitializeFont()
808 …nw::font::DispStringBuffer *const pDrawStringBuf = nw::font::CharWriter::InitDispStringBuffer(stri… in InitializeFontFromBinary()