Lines Matching refs:pTheme
90 IFWL_ThemeProvider* pTheme = m_pProperties->m_pThemeProvider.Get(); in DrawWidget() local
91 if (!pTheme) in DrawWidget()
96 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
106 DrawBkground(pGraphics, pTheme, &matrix); in DrawWidget()
108 DrawItems(pGraphics, pTheme, &matrix); in DrawWidget()
346 IFWL_ThemeProvider* pTheme, in DrawBkground() argument
350 if (!pTheme) in DrawBkground()
365 pTheme->DrawBackground(param); in DrawBkground()
369 IFWL_ThemeProvider* pTheme, in DrawItems() argument
397 DrawItem(pGraphics, pTheme, pItem, i, rtItem, pMatrix); in DrawItems()
402 IFWL_ThemeProvider* pTheme, in DrawItem() argument
435 pTheme->DrawBackground(bg_param); in DrawItem()
458 pTheme->DrawText(textParam); in DrawItem()