Home
last modified time | relevance | path

Searched refs:m_pGraphics (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp40 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
53 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground()
59 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground()
110 pParams->m_pGraphics->SaveGraphState(); in DrawTotalBK()
111 pParams->m_pGraphics->SetFillColor(CXFA_GEColor(m_pThemeData->clrBK)); in DrawTotalBK()
112 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawTotalBK()
113 pParams->m_pGraphics->RestoreGraphState(); in DrawTotalBK()
121 pParams->m_pGraphics->SaveGraphState(); in DrawHeadBk()
122 pParams->m_pGraphics->SetFillColor(CXFA_GEColor(m_pThemeData->clrBK)); in DrawHeadBk()
123 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawHeadBk()
[all …]
Dcfwl_edittp.cpp36 pParams->m_pGraphics->SetStrokeColor(CXFA_GEColor(cr)); in DrawBackground()
37 pParams->m_pGraphics->SetLineWidth(fWidth); in DrawBackground()
38 pParams->m_pGraphics->StrokePath(pParams->m_pPath, &pParams->m_matrix); in DrawBackground()
44 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
49 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground()
68 pParams->m_pGraphics->SaveGraphState(); in DrawBackground()
69 pParams->m_pGraphics->SetFillColor(cr); in DrawBackground()
70 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, in DrawBackground()
72 pParams->m_pGraphics->RestoreGraphState(); in DrawBackground()
77 pParams->m_pGraphics->SetStrokeColor(CXFA_GEColor(0xFF000000)); in DrawBackground()
[all …]
Dcfwl_comboboxtp.cpp26 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
44 pParams->m_pGraphics->SaveGraphState(); in DrawBackground()
45 pParams->m_pGraphics->SetFillColor(CXFA_GEColor(argb_color)); in DrawBackground()
46 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground()
47 pParams->m_pGraphics->RestoreGraphState(); in DrawBackground()
69 pParams->m_pGraphics->SetFillColor( in DrawStrethHandler()
71 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawStrethHandler()
98 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawDropDownButton()
Dcfwl_listboxtp.cpp25 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
29 FillSoildRect(pParams->m_pGraphics, ArgbEncode(255, 255, 255, 255), in DrawBackground()
32 FillSoildRect(pParams->m_pGraphics, FWLTHEME_COLOR_Background, in DrawBackground()
38 DrawListBoxItem(pParams->m_pGraphics, pParams->m_dwStates, in DrawBackground()
49 FillSoildRect(pParams->m_pGraphics, color, &pParams->m_rtPart, in DrawBackground()
Dcfwl_barcodetp.cpp23 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
27 FillBackground(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground()
Dcfwl_datetimepickertp.cpp22 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
59 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawDropDownButton()
Dcfwl_pushbuttontp.cpp27 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
54 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground()
Dcfwl_pictureboxtp.cpp23 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
Dcfwl_carettp.cpp27 DrawCaretBK(pParams->m_pGraphics, pParams->m_dwStates, in DrawBackground()
Dcfwl_scrollbartp.cpp41 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground()
Dcfwl_checkboxtp.cpp278 DrawCheckSign(pParams->m_pWidget, pParams->m_pGraphics, pParams->m_rtPart, in DrawBackground()
Dcfwl_widgettp.cpp48 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawText()
/external/pdfium/xfa/fwl/
Dcfwl_themetext.h16 CFWL_ThemeText() : m_pGraphics(nullptr) {} in CFWL_ThemeText()
21 CXFA_Graphics* m_pGraphics; variable
Dcfwl_themebackground.h20 CXFA_Graphics* m_pGraphics; variable
25 : m_pGraphics(nullptr), m_pPath(nullptr) {} in CFWL_ThemeBackground()
Dcfwl_monthcalendar.cpp187 params.m_pGraphics = pGraphics; in DrawBackground()
201 params.m_pGraphics = pGraphics; in DrawHeadBK()
215 params.m_pGraphics = pGraphics; in DrawLButton()
229 params.m_pGraphics = pGraphics; in DrawRButton()
244 textParam.m_pGraphics = pGraphics; in DrawCaption()
263 params.m_pGraphics = pGraphics; in DrawSeperator()
277 params.m_pGraphics = pGraphics; in DrawDatesInBK()
307 params.m_pGraphics = pGraphics; in DrawWeek()
333 params.m_pGraphics = pGraphics; in DrawToday()
355 params.m_pGraphics = pGraphics; in DrawDatesIn()
[all …]
Dcfwl_form.cpp92 param.m_pGraphics = pGraphics; in DrawWidget()
153 param.m_pGraphics = pGraphics; in DrawBackground()
Dcfwl_combobox.cpp151 param.m_pGraphics = pGraphics; in DrawWidget()
175 theme_text.m_pGraphics = pGraphics; in DrawWidget()
194 param.m_pGraphics = pGraphics; in DrawWidget()
293 param.m_pGraphics = pGraphics; in DrawStretchHandler()
631 param.m_pGraphics = pGraphics; in DisForm_DrawWidget()
Dcfwl_scrollbar.cpp117 param.m_pGraphics = pGraphics; in DrawTrack()
133 param.m_pGraphics = pGraphics; in DrawArrowBtn()
149 param.m_pGraphics = pGraphics; in DrawThumb()
Dcfwl_checkbox.cpp83 param.m_pGraphics = pGraphics; in DrawWidget()
98 textParam.m_pGraphics = pGraphics; in DrawWidget()
Dcfwl_caret.cpp83 param.m_pGraphics = pGraphics; in DrawCaretBK()
Dcfwl_pushbutton.cpp72 param.m_pGraphics = pGraphics; in DrawBkground()
Dcfwl_listbox.cpp364 param.m_pGraphics = pGraphics; in DrawBkground()
430 bg_param.m_pGraphics = pGraphics; in DrawItem()
458 textParam.m_pGraphics = pGraphics; in DrawItem()
Dcfwl_widget.cpp531 param.m_pGraphics = pGraphics; in DrawBackground()
545 param.m_pGraphics = pGraphics; in DrawBorder()
Dcfwl_edit.cpp442 param.m_pGraphics = pGraphics; in DrawTextBk()
496 param.m_pGraphics = pGraphics; in DrawContent()
524 param.m_pGraphics = pGraphics; in DrawContent()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp109 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawText()
129 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawText()

12