Lines Matching refs:pDrawer
301 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf()
312 pDrawer->FlushBuffer(); in MakeUniformDataSelf()
314 const_cast<TextBox*>(this)->UpdateDrawCharDataImpl(pDrawer); in MakeUniformDataSelf()
316 pDrawer->SetUpTextBox( this, m_pMaterial, *pDrawInfo ); in MakeUniformDataSelf()
323 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf()
332 pDrawer->SetUpTexEnv( m_pMaterial ); in MakeUniformDataSelf()
336 pDrawer->SetUpTextures( m_pMaterial ); in MakeUniformDataSelf()
342 m_UniformTexCoordNum = pDrawer->CalcTextureCoords( m_pMaterial, in MakeUniformDataSelf()
349 pDrawer->SetUpTextureCoords( m_UniformTexCoords, m_UniformTexCoordNum ); in MakeUniformDataSelf()
353 pDrawer->SetUpMtx( GetGlobalMtx() ); in MakeUniformDataSelf()
354 pDrawer->SetUpQuad( GetSize(), GetVtxPos() ); in MakeUniformDataSelf()
358 pDrawer->SetUpVtxColors( m_VtxColors, GetGlobalAlpha() ); in MakeUniformDataSelf()
362 pDrawer->SetUniformDataEnd(); in MakeUniformDataSelf()
371 Drawer* __restrict pDrawer ) const in MakeUniformData()
376 MakeUniformDataSelf( pDrawInfo, pDrawer ); in MakeUniformData()
385 child->MakeUniformData( pDrawInfo, pDrawer ); in MakeUniformData()