Searched refs:CharWriter (Results 1 – 13 of 13) sorted by relevance
59 CharWriter::SetupGXCommon() in SetupGXCommon()98 CharWriter::CharWriter() in CharWriter() function in nw::font::CharWriter119 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 …]
91 : CharWriter(), in TextWriterBase()886 CharWriter::PrintProfile(); in PrintProfile()896 CharWriter::CopyProfileData(other); in CopyProfileData()
573 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()
32 class CharWriter; variable36 friend class CharWriter; variable
51 class CharWriter85 CharWriter();88 ~CharWriter();581 void CopyProfileData(const CharWriter& other) const;
55 class CharWriter; variable215 void BuildTextCommand(CharWriter* pCharWriter);
45 class TextWriterBase: public CharWriter527 using CharWriter::Print;
377 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()
772 font::CharWriter::GRADMODE_V: in SetUpTextBox()773 font::CharWriter::GRADMODE_NONE); in SetUpTextBox()
286 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()290 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
260 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()264 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
426 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()430 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
362 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()