Lines Matching refs:pParams
27 FX_BOOL CFWL_PushButtonTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument
28 switch (pParams->m_iPart) { in DrawBackground()
30 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
34 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground()
35 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
39 CFX_RectF& rect = pParams->m_rtPart; in DrawBackground()
56 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground()
63 int32_t iColor = GetColorID(pParams->m_dwStates); in DrawBackground()
68 FXFILL_ALTERNATE, &pParams->m_matrix); in DrawBackground()
71 pGraphics->StrokePath(&strokePath, &pParams->m_matrix); in DrawBackground()
77 pGraphics->FillPath(&fillPath, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground()
78 if (pParams->m_dwStates & FWL_PARTSTATE_PSB_Focused) { in DrawBackground()
80 DrawFocus(pGraphics, &rtInner, &pParams->m_matrix); in DrawBackground()