Home | History | Annotate | Download | only in fwl

Lines Matching refs:pGraphics

149 void CFWL_MonthCalendar::DrawWidget(CXFA_Graphics* pGraphics,
151 if (!pGraphics)
158 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix);
160 DrawBackground(pGraphics, pTheme, &matrix);
161 DrawHeadBK(pGraphics, pTheme, &matrix);
162 DrawLButton(pGraphics, pTheme, &matrix);
163 DrawRButton(pGraphics, pTheme, &matrix);
164 DrawSeperator(pGraphics, pTheme, &matrix);
165 DrawDatesInBK(pGraphics, pTheme, &matrix);
166 DrawDatesInCircle(pGraphics, pTheme, &matrix);
167 DrawCaption(pGraphics, pTheme, &matrix);
168 DrawWeek(pGraphics, pTheme, &matrix);
169 DrawDatesIn(pGraphics, pTheme, &matrix);
170 DrawDatesOut(pGraphics, pTheme, &matrix);
171 DrawToday(pGraphics, pTheme, &matrix);
181 void CFWL_MonthCalendar::DrawBackground(CXFA_Graphics* pGraphics,
187 params.m_pGraphics = pGraphics;
195 void CFWL_MonthCalendar::DrawHeadBK(CXFA_Graphics* pGraphics,
201 params.m_pGraphics = pGraphics;
209 void CFWL_MonthCalendar::DrawLButton(CXFA_Graphics* pGraphics,
215 params.m_pGraphics = pGraphics;
223 void CFWL_MonthCalendar::DrawRButton(CXFA_Graphics* pGraphics,
229 params.m_pGraphics = pGraphics;
237 void CFWL_MonthCalendar::DrawCaption(CXFA_Graphics* pGraphics,
244 textParam.m_pGraphics = pGraphics;
257 void CFWL_MonthCalendar::DrawSeperator(CXFA_Graphics* pGraphics,
263 params.m_pGraphics = pGraphics;
271 void CFWL_MonthCalendar::DrawDatesInBK(CXFA_Graphics* pGraphics,
277 params.m_pGraphics = pGraphics;
301 void CFWL_MonthCalendar::DrawWeek(CXFA_Graphics* pGraphics,
307 params.m_pGraphics = pGraphics;
327 void CFWL_MonthCalendar::DrawToday(CXFA_Graphics* pGraphics,
333 params.m_pGraphics = pGraphics;
349 void CFWL_MonthCalendar::DrawDatesIn(CXFA_Graphics* pGraphics,
355 params.m_pGraphics = pGraphics;
375 void CFWL_MonthCalendar::DrawDatesOut(CXFA_Graphics* pGraphics,
381 params.m_pGraphics = pGraphics;
389 void CFWL_MonthCalendar::DrawDatesInCircle(CXFA_Graphics* pGraphics,
405 params.m_pGraphics = pGraphics;
744 void CFWL_MonthCalendar::OnDrawWidget(CXFA_Graphics* pGraphics,
746 DrawWidget(pGraphics, matrix);