Lines Matching refs:RectDrawer
752 bool RectDrawer::s_StaticInitialized = false;
754 RectDrawer::VertexBuffer
755 RectDrawer::s_VertexBuffer;
758 RectDrawer::GetVertexBufferData() in GetVertexBufferData()
771 RectDrawer::GetCommandBufferSize( in GetCommandBufferSize()
788 RectDrawer::GetVertexBufferCommandBufferSize( in GetVertexBufferCommandBufferSize()
797 RectDrawer::RectDrawer() in RectDrawer() function in nw::font::RectDrawer
815 RectDrawer::~RectDrawer() in ~RectDrawer()
821 RectDrawer::Initialize( in Initialize()
835 RectDrawer::Initialize( in Initialize()
846 RectDrawer::Finalize() in Finalize()
853 RectDrawer::DrawBegin(u32 flag) in DrawBegin()
867 RectDrawer::DrawEnd(u32 flag) in DrawEnd()
876 RectDrawer::SetProjectionMtx(const nn::math::MTX44& mtx) in SetProjectionMtx()
890 RectDrawer::SetViewMtxForText(const nn::math::MTX34& mtx) in SetViewMtxForText()
906 RectDrawer::UseBeginCommand() in UseBeginCommand()
914 RectDrawer::UseEndCommand() in UseEndCommand()
920 RectDrawer::DisableTextures() in DisableTextures()
946 RectDrawer::AddUniformMtx() in AddUniformMtx()
959 RectDrawer::SetParallax( in SetParallax()
975 RectDrawer::InitializeStatic() in InitializeStatic()
1021 RectDrawer::InitializeCMD( in InitializeCMD()
1430 RectDrawer::InitUniformBuffer( in InitUniformBuffer()
1445 RectDrawer::BuildTextCommand(CharWriter* pCharWriter) in BuildTextCommand()
1677 RectDrawer::UniformAndDrawText(DispStringBuffer* pStringBuffer) in UniformAndDrawText()
1749 RectDrawer::GetVertexIndexAddressOffset(u32 vtxNum) const in GetVertexIndexAddressOffset()
1756 RectDrawer::GetDrawCommands() const in GetDrawCommands()
1766 RectDrawer::GetDrawCommandSize() const in GetDrawCommandSize()
1776 RectDrawer::AddTextColor( in AddTextColor()