/external/pdfium/xfa/src/fwl/src/theme/ |
D | monthcalendartp.cpp | 76 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 80 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 95 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() 105 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() 373 pParams->m_pGraphics->SaveGraphState(); in DrawTotalBK() 375 pParams->m_pGraphics->SetFillColor(&clrBK); in DrawTotalBK() 376 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawTotalBK() 377 pParams->m_pGraphics->RestoreGraphState(); in DrawTotalBK() 386 pParams->m_pGraphics->SaveGraphState(); in DrawHeadBk() 388 pParams->m_pGraphics->SetFillColor(&clrHeadBK); in DrawHeadBk() [all …]
|
D | comboboxtp.cpp | 23 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 27 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 47 pParams->m_pGraphics->SaveGraphState(); in DrawBackground() 48 pParams->m_pGraphics->SetFillColor(&cr); in DrawBackground() 49 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground() 50 pParams->m_pGraphics->RestoreGraphState(); in DrawBackground() 73 pParams->m_pGraphics->SetFillColor(&cr); in DrawStrethHandler() 74 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, &pParams->m_matrix); in DrawStrethHandler() 108 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawDropDownButton() 119 Draw3DRect(pParams->m_pGraphics, eType, fWidth, &pParams->m_rtPart, in DrawDropDownButton() [all …]
|
D | edittp.cpp | 18 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 22 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 28 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground() 56 pParams->m_pGraphics->SaveGraphState(); in DrawBackground() 57 pParams->m_pGraphics->SetFillColor(&cr); in DrawBackground() 58 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, in DrawBackground() 60 pParams->m_pGraphics->RestoreGraphState(); in DrawBackground() 68 pParams->m_pGraphics->SetStrokeColor(&crLine); in DrawBackground() 69 pParams->m_pGraphics->SetLineWidth(fWidth); in DrawBackground() 70 pParams->m_pGraphics->StrokePath(pParams->m_pPath, &pParams->m_matrix); in DrawBackground()
|
D | datetimepickertp.cpp | 25 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 29 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 66 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawDropDownButton() 76 Draw3DRect(pParams->m_pGraphics, eType, fWidth, &pParams->m_rtPart, in DrawDropDownButton() 85 pParams->m_pGraphics->SaveGraphState(); in DrawDropDownButton() 87 pParams->m_pGraphics->SetFillColor(&crFill); in DrawDropDownButton() 88 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawDropDownButton() 89 pParams->m_pGraphics->RestoreGraphState(); in DrawDropDownButton() 105 DrawArrow(pParams->m_pGraphics, &pParams->m_rtPart, FWLTHEME_DIRECTION_Down, in DrawDropDownButton()
|
D | listboxtp.cpp | 20 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 24 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), 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() 43 pParams->m_pGraphics->StretchImage(pParams->m_pImage, pParams->m_rtPart, in DrawBackground() 54 FillSoildRect(pParams->m_pGraphics, color, &pParams->m_rtPart, in DrawBackground()
|
D | barcodetp.cpp | 20 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 24 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 29 FillBackground(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground()
|
D | pictureboxtp.cpp | 20 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 24 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground()
|
D | pushbuttontp.cpp | 30 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 34 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 56 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground()
|
D | checkboxtp.cpp | 57 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 61 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 66 FillBackground(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() 70 DrawFocus(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 75 DrawBoxBk(pParams->m_pWidget, pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() 81 DrawSign(pParams->m_pWidget, pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() 86 DrawSignBorder(pParams->m_pWidget, pParams->m_pGraphics, in DrawBackground()
|
D | formtp.cpp | 91 DrawFormBorder(pParams->m_pGraphics, &pParams->m_rtPart, eState, in DrawBackground() 96 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 101 FillBackground(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() 106 DrawCaption(pParams->m_pGraphics, &pParams->m_rtPart, eState, in DrawBackground() 111 DrawNarrowCaption(pParams->m_pGraphics, &pParams->m_rtPart, eState, in DrawBackground() 116 DrawCloseBox(pParams->m_pGraphics, &pParams->m_rtPart, eState, in DrawBackground() 121 DrawMinimizeBox(pParams->m_pGraphics, &pParams->m_rtPart, eState, in DrawBackground() 126 DrawMaximizeBox(pParams->m_pGraphics, &pParams->m_rtPart, eState, in DrawBackground() 131 DrawIconImage(pParams->m_pGraphics, pParams->m_pImage, &pParams->m_rtPart, in DrawBackground()
|
D | carettp.cpp | 23 DrawCaretBK(pParams->m_pGraphics, pParams->m_dwStates, in DrawBackground()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gdidevice.cpp | 23 m_pGraphics(NULL), in CFDE_GdiDevice() 36 m_pGraphics = Gdiplus::Graphics::FromImage(m_pBitmap); in CFDE_GdiDevice() 37 FXSYS_assert(m_pGraphics != NULL); in CFDE_GdiDevice() 40 m_pGraphics->SetClip((const Gdiplus::RectF&)m_rtClipRect); in CFDE_GdiDevice() 43 delete m_pGraphics; in ~CFDE_GdiDevice() 54 return (FDE_HDEVICESTATE)m_pGraphics->Save(); in SaveState() 57 Gdiplus::Status eRet = m_pGraphics->Restore((Gdiplus::GraphicsState)hState); in RestoreState() 60 eRet = m_pGraphics->GetClipBounds(&rt); in RestoreState() 69 return m_pGraphics->SetClip((const Gdiplus::RectF&)rtClip) == Gdiplus::Ok; in SetClipRect() 77 return m_pGraphics->SetClip(pPath) == Gdiplus::Ok; in SetClipPath() [all …]
|
/external/pdfium/xfa/include/fwl/core/ |
D | fwl_theme.h | 46 CFWL_ThemeBackground() : m_pGraphics(NULL), m_pImage(NULL), m_pPath(NULL) {} in CFWL_ThemeBackground() 47 CFX_Graphics* m_pGraphics; variable 53 CFWL_ThemeText() : m_pGraphics(NULL) {} in CFWL_ThemeText() 57 CFX_Graphics* m_pGraphics; variable
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fwltheme.cpp | 132 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawText() 152 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawText() 348 DrawCheckSign(pParams->m_pWidget, pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() 405 pParams->m_pGraphics->SetStrokeColor(&crLine); in DrawBackground() 406 pParams->m_pGraphics->SetLineWidth(fWidth); in DrawBackground() 407 pParams->m_pGraphics->StrokePath(pParams->m_pPath, &pParams->m_matrix); in DrawBackground()
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_monthcalendarimp.cpp | 190 params.m_pGraphics = pGraphics; in DrawBkground() 204 params.m_pGraphics = pGraphics; in DrawHeadBK() 218 params.m_pGraphics = pGraphics; in DrawLButton() 232 params.m_pGraphics = pGraphics; in DrawRButton() 247 textParam.m_pGraphics = pGraphics; in DrawCaption() 271 params.m_pGraphics = pGraphics; in DrawSeperator() 285 params.m_pGraphics = pGraphics; in DrawDatesInBK() 319 params.m_pGraphics = pGraphics; in DrawWeek() 345 params.m_pGraphics = pGraphics; in DrawWeekNumber() 377 params.m_pGraphics = pGraphics; in DrawWeekNumberSep() [all …]
|
D | fwl_tooltipctrlimp.cpp | 154 param.m_pGraphics = pGraphics; in DrawBkground() 178 param.m_pGraphics = pGraphics; in DrawText()
|
D | fwl_listboximp.cpp | 555 param.m_pGraphics = pGraphics; in DrawBkground() 609 ev.m_pGraphics = pGraphics; in DrawItems() 646 param.m_pGraphics = pGraphics; in DrawItem() 670 param.m_pGraphics = pGraphics; in DrawItem() 687 param.m_pGraphics = pGraphics; in DrawItem() 712 textParam.m_pGraphics = pGraphics; in DrawItem()
|
D | fwl_spinbuttonimp.cpp | 174 params.m_pGraphics = pGraphics; in DrawUpButton() 188 params.m_pGraphics = pGraphics; in DrawDownButton()
|
D | fwl_caretimp.cpp | 115 param.m_pGraphics = pGraphics; in DrawCaretBK()
|
D | fwl_comboboximp.cpp | 618 param.m_pGraphics = pGraphics; in DrawWidget() 655 param.m_pGraphics = pGraphics; in DrawWidget() 674 param.m_pGraphics = pGraphics; in DrawWidget() 877 param.m_pGraphics = pGraphics; in DrawStretchHandler() 1284 param.m_pGraphics = pGraphics; in DisForm_DrawWidget() 1413 pTemp.m_pGraphics = pDrawItemEvent->m_pGraphics; in OnProcessEvent()
|
D | fwl_checkboximp.cpp | 126 param.m_pGraphics = pGraphics; in DrawWidget() 151 textParam.m_pGraphics = pGraphics; in DrawWidget()
|
D | fwl_pushbuttonimp.cpp | 299 param.m_pGraphics = pGraphics; in DrawBkground() 323 param.m_pGraphics = pGraphics; in DrawText()
|
/external/pdfium/xfa/include/fwl/basewidget/ |
D | fwl_combobox.h | 89 CFX_Graphics* m_pGraphics;
|
D | fwl_listbox.h | 55 CFX_Graphics* m_pGraphics;
|
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_widgetimp.cpp | 877 param.m_pGraphics = pGraphics; in DrawBackground() 893 param.m_pGraphics = pGraphics; in DrawBorder() 909 param.m_pGraphics = pGraphics; in DrawEdge() 1030 evt.m_pGraphics = pGraphics; in OnDrawWidget()
|