Lines Matching refs:pTheme
100 IFWL_ThemeProvider* pTheme = m_pProperties->m_pThemeProvider; in DrawWidget() local
103 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
113 DrawBkground(pGraphics, pTheme, &matrix); in DrawWidget()
115 DrawItems(pGraphics, pTheme, &matrix); in DrawWidget()
353 IFWL_ThemeProvider* pTheme, in DrawBkground() argument
357 if (!pTheme) in DrawBkground()
372 pTheme->DrawBackground(¶m); in DrawBkground()
376 IFWL_ThemeProvider* pTheme, in DrawItems() argument
404 DrawItem(pGraphics, pTheme, pItem, i, rtItem, pMatrix); in DrawItems()
409 IFWL_ThemeProvider* pTheme, in DrawItem() argument
442 pTheme->DrawBackground(&bg_param); in DrawItem()
465 pTheme->DrawText(&textParam); in DrawItem()