/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 40 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 …]
|
D | cfwl_edittp.cpp | 36 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 …]
|
D | cfwl_comboboxtp.cpp | 26 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()
|
D | cfwl_listboxtp.cpp | 25 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()
|
D | cfwl_barcodetp.cpp | 23 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 27 FillBackground(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground()
|
D | cfwl_datetimepickertp.cpp | 22 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 59 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawDropDownButton()
|
D | cfwl_pushbuttontp.cpp | 27 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 54 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground()
|
D | cfwl_pictureboxtp.cpp | 23 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
|
D | cfwl_carettp.cpp | 27 DrawCaretBK(pParams->m_pGraphics, pParams->m_dwStates, in DrawBackground()
|
D | cfwl_scrollbartp.cpp | 41 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground()
|
D | cfwl_checkboxtp.cpp | 278 DrawCheckSign(pParams->m_pWidget, pParams->m_pGraphics, pParams->m_rtPart, in DrawBackground()
|
D | cfwl_widgettp.cpp | 48 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawText()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_themetext.h | 16 CFWL_ThemeText() : m_pGraphics(nullptr) {} in CFWL_ThemeText() 21 CXFA_Graphics* m_pGraphics; variable
|
D | cfwl_themebackground.h | 20 CXFA_Graphics* m_pGraphics; variable 25 : m_pGraphics(nullptr), m_pPath(nullptr) {} in CFWL_ThemeBackground()
|
D | cfwl_monthcalendar.cpp | 187 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 …]
|
D | cfwl_form.cpp | 92 param.m_pGraphics = pGraphics; in DrawWidget() 153 param.m_pGraphics = pGraphics; in DrawBackground()
|
D | cfwl_combobox.cpp | 151 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()
|
D | cfwl_scrollbar.cpp | 117 param.m_pGraphics = pGraphics; in DrawTrack() 133 param.m_pGraphics = pGraphics; in DrawArrowBtn() 149 param.m_pGraphics = pGraphics; in DrawThumb()
|
D | cfwl_checkbox.cpp | 83 param.m_pGraphics = pGraphics; in DrawWidget() 98 textParam.m_pGraphics = pGraphics; in DrawWidget()
|
D | cfwl_caret.cpp | 83 param.m_pGraphics = pGraphics; in DrawCaretBK()
|
D | cfwl_pushbutton.cpp | 72 param.m_pGraphics = pGraphics; in DrawBkground()
|
D | cfwl_listbox.cpp | 364 param.m_pGraphics = pGraphics; in DrawBkground() 430 bg_param.m_pGraphics = pGraphics; in DrawItem() 458 textParam.m_pGraphics = pGraphics; in DrawItem()
|
D | cfwl_widget.cpp | 531 param.m_pGraphics = pGraphics; in DrawBackground() 545 param.m_pGraphics = pGraphics; in DrawBorder()
|
D | cfwl_edit.cpp | 442 param.m_pGraphics = pGraphics; in DrawTextBk() 496 param.m_pGraphics = pGraphics; in DrawContent() 524 param.m_pGraphics = pGraphics; in DrawContent()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fwltheme.cpp | 109 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawText() 129 CXFA_Graphics* pGraphics = pParams->m_pGraphics; in DrawText()
|