Lines Matching refs:RectDrawer

778 bool        RectDrawer::s_StaticInitialized     = false;
780 RectDrawer::VertexBuffer
781 RectDrawer::s_VertexBuffer;
784 RectDrawer::GetVertexBufferData() in GetVertexBufferData()
797 RectDrawer::GetCommandBufferSize( in GetCommandBufferSize()
814 RectDrawer::GetVertexBufferCommandBufferSize( in GetVertexBufferCommandBufferSize()
823 RectDrawer::RectDrawer() in RectDrawer() function in nw::font::RectDrawer
841 RectDrawer::~RectDrawer() in ~RectDrawer()
847 RectDrawer::Initialize( in Initialize()
861 RectDrawer::Initialize( in Initialize()
872 RectDrawer::Finalize() in Finalize()
879 RectDrawer::DrawBegin(u32 flag) in DrawBegin()
893 RectDrawer::DrawEnd(u32 flag) in DrawEnd()
902 RectDrawer::SetProjectionMtx(const nn::math::MTX44& mtx) in SetProjectionMtx()
916 RectDrawer::SetViewMtxForText(const nn::math::MTX34& mtx) in SetViewMtxForText()
932 RectDrawer::UseBeginCommand() in UseBeginCommand()
940 RectDrawer::UseEndCommand() in UseEndCommand()
946 RectDrawer::DisableTextures() in DisableTextures()
974 RectDrawer::AddUniformMtx() in AddUniformMtx()
987 RectDrawer::SetParallax( in SetParallax()
1003 RectDrawer::InitializeStatic() in InitializeStatic()
1049 RectDrawer::InitializeCMD( in InitializeCMD()
1459 RectDrawer::InitUniformBuffer( in InitUniformBuffer()
1475 RectDrawer::BuildTextCommand(CharWriter* pCharWriter) in BuildTextCommand()
1723 RectDrawer::UniformAndDrawText(DispStringBuffer* pStringBuffer) in UniformAndDrawText()
1795 RectDrawer::GetVertexIndexAddressOffset(u32 vtxNum) const in GetVertexIndexAddressOffset()
1802 RectDrawer::GetDrawCommands() const in GetDrawCommands()
1812 RectDrawer::GetDrawCommandSize() const in GetDrawCommandSize()
1822 RectDrawer::AddTextColor( in AddTextColor()