Searched refs:CharWriter (Results 1 – 13 of 13) sorted by relevance
61 CharWriter::SetupGXCommon() in SetupGXCommon()100 CharWriter::CharWriter() in CharWriter() function in nw::font::CharWriter121 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 …]
93 : CharWriter(), in TextWriterBase()888 CharWriter::PrintProfile(); in PrintProfile()898 CharWriter::CopyProfileData(other); in CopyProfileData()
599 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()
34 class CharWriter; variable38 friend class CharWriter; variable
53 class CharWriter87 CharWriter();90 ~CharWriter();583 void CopyProfileData(const CharWriter& other) const;
57 class CharWriter; variable217 void BuildTextCommand(CharWriter* pCharWriter);
47 class TextWriterBase: public CharWriter529 using CharWriter::Print;
379 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()
818 font::CharWriter::GRADMODE_V: in SetUpTextBox()819 font::CharWriter::GRADMODE_NONE); in SetUpTextBox()
288 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()292 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
262 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()266 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
428 const u32 DrawBufferSize = nw::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer()432 return nw::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
364 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()