Lines Matching refs:pDrawer
303 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf()
314 pDrawer->FlushBuffer(); in MakeUniformDataSelf()
316 const_cast<TextBox*>(this)->UpdateDrawCharDataImpl(pDrawer); in MakeUniformDataSelf()
318 pDrawer->SetUpTextBox( this, m_pMaterial, *pDrawInfo ); in MakeUniformDataSelf()
325 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf()
334 pDrawer->SetUpTexEnv( m_pMaterial ); in MakeUniformDataSelf()
338 pDrawer->SetUpTextures( m_pMaterial ); in MakeUniformDataSelf()
344 m_UniformTexCoordNum = pDrawer->CalcTextureCoords( m_pMaterial, in MakeUniformDataSelf()
351 pDrawer->SetUpTextureCoords( m_UniformTexCoords, m_UniformTexCoordNum ); in MakeUniformDataSelf()
355 pDrawer->SetUpMtx( GetGlobalMtx() ); in MakeUniformDataSelf()
356 pDrawer->SetUpQuad( GetSize(), GetVtxPos() ); in MakeUniformDataSelf()
360 pDrawer->SetUpVtxColors( m_VtxColors, GetGlobalAlpha() ); in MakeUniformDataSelf()
364 pDrawer->SetUniformDataEnd(); in MakeUniformDataSelf()
373 Drawer* __restrict pDrawer ) const in MakeUniformData()
378 MakeUniformDataSelf( pDrawInfo, pDrawer ); in MakeUniformData()
387 child->MakeUniformData( pDrawInfo, pDrawer ); in MakeUniformData()