/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 107 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawTotalBK() 119 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawHeadBk() 131 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawLButton() 166 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawRButton() 202 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawHSeparator() 214 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawWeekNumSep() 221 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawDatesInBK() 251 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawDatesInCircle() 263 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawTodayCircle()
|
D | cfwl_checkboxtp.cpp | 59 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignCheck() 72 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignCircle() 88 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignCross() 108 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignDiamond() 120 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignSquare() 150 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignStar()
|
D | cfwl_widgettp.cpp | 92 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawBorder() 113 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in FillSolidRect() 127 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawFocus()
|
D | cfwl_scrollbartp.cpp | 82 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawThumbBtn() 100 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawTrack()
|
D | cfwl_comboboxtp.cpp | 38 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawBackground()
|
D | cfwl_edittp.cpp | 28 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawBackground()
|
D | cfwl_listboxtp.cpp | 63 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawListBoxItem()
|
D | cfwl_pushbuttontp.cpp | 58 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawBackground()
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gegraphics.h | 28 class StateRestorer { 32 explicit StateRestorer(CFGAS_GEGraphics* graphics); 33 ~StateRestorer();
|
D | cfgas_gegraphics.cpp | 279 CFX_RenderDevice::StateRestorer restorer(m_renderDevice); in FillPathWithPattern() 399 CFX_RenderDevice::StateRestorer restorer(m_renderDevice); in FillPathWithShading() 440 CFGAS_GEGraphics::StateRestorer::StateRestorer(CFGAS_GEGraphics* graphics) in StateRestorer() function in CFGAS_GEGraphics::StateRestorer 445 CFGAS_GEGraphics::StateRestorer::~StateRestorer() { in ~StateRestorer()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 41 class StateRestorer { 43 explicit StateRestorer(CFX_RenderDevice* pDevice); 44 ~StateRestorer();
|
D | cfx_renderdevice.cpp | 1468 CFX_RenderDevice::StateRestorer::StateRestorer(CFX_RenderDevice* pDevice) in StateRestorer() function in CFX_RenderDevice::StateRestorer 1473 CFX_RenderDevice::StateRestorer::~StateRestorer() { in ~StateRestorer()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_radial.cpp | 73 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw()
|
D | cxfa_stipple.cpp | 70 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw()
|
D | cxfa_pattern.cpp | 83 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw()
|
D | cxfa_linear.cpp | 88 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw()
|
D | cxfa_box.cpp | 225 CFGAS_GEGraphics::StateRestorer restorer(pGS); in DrawFill() 310 CFGAS_GEGraphics::StateRestorer restorer(pGS); in StrokeArcOrRounded()
|
D | cxfa_fill.cpp | 99 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw()
|
D | cxfa_stroke.cpp | 183 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Stroke()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendercontext.cpp | 56 CFX_RenderDevice::StateRestorer restorer(pDevice); in Render()
|
D | cpdf_rendertiling.cpp | 133 CFX_RenderDevice::StateRestorer restorer2(pDevice); in Draw()
|
D | cpdf_renderstatus.cpp | 367 CFX_RenderDevice::StateRestorer restorer(m_pDevice); in ProcessForm() 937 CFX_RenderDevice::StateRestorer restorer(m_pDevice); in ProcessType3Text() 1091 CFX_RenderDevice::StateRestorer restorer(m_pDevice); in DrawShadingPattern() 1128 CFX_RenderDevice::StateRestorer restorer(m_pDevice); in DrawTilingPattern()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffline.cpp | 130 CFGAS_GEGraphics::StateRestorer restorer(pGS); in RenderWidget()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.cpp | 316 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawContent() 336 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawContentNonComb()
|
D | cfwl_combobox.cpp | 107 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawWidget()
|