/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffpath.cpp | 50 void CXFA_FFLine::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 96 pGS->SaveGraphState(); in RenderWidget() 97 pGS->SetLineWidth(fLineWidth, TRUE); in RenderWidget() 98 XFA_StrokeTypeSetLineDash(pGS, iStrokeType, iCap); in RenderWidget() 99 pGS->SetStrokeColor(&color); in RenderWidget() 100 pGS->SetLineCap(XFA_LineCapToFXGE(iCap)); in RenderWidget() 101 pGS->StrokePath(&linePath, &mtRotate); in RenderWidget() 102 pGS->RestoreGraphState(); in RenderWidget() 107 void CXFA_FFArc::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 129 DrawBorder(pGS, arcObj, rtArc, &mtRotate); in RenderWidget() [all …]
|
D | xfa_ffwidget.cpp | 97 void CXFA_FFWidget::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 113 DrawBorder(pGS, border, rtBorder, pMatrix); in RenderWidget() 132 void CXFA_FFWidget::DrawBorder(CFX_Graphics* pGS, in DrawBorder() argument 137 XFA_DrawBox(box, pGS, rtBorder, pMatrix, dwFlags); in DrawBorder() 756 void XFA_DrawImage(CFX_Graphics* pGS, in XFA_DrawImage() argument 812 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in XFA_DrawImage() 1450 CFX_Graphics* pGS, in XFA_BOX_Fill_Radial() argument 1470 pGS->SetFillColor(&cr); in XFA_BOX_Fill_Radial() 1471 pGS->FillPath(&fillPath, FXFILL_WINDING, pMatrix); in XFA_BOX_Fill_Radial() 1474 CFX_Graphics* pGS, in XFA_BOX_Fill_Pattern() argument [all …]
|
D | xfa_ffsignature.cpp | 21 void CXFA_FFSignature::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 33 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus); in RenderWidget() 35 DrawBorder(pGS, borderUI, m_rtUI, &mtRotate); in RenderWidget() 36 RenderCaption(pGS, &mtRotate); in RenderWidget() 37 DrawHighlight(pGS, &mtRotate, dwStatus, FALSE); in RenderWidget() 41 pDocProvider->RenderCustomWidget(this, pGS, &mtRotate, rtWidget); in RenderWidget()
|
D | xfa_ffpath.h | 13 virtual void RenderWidget(CFX_Graphics* pGS, 25 virtual void RenderWidget(CFX_Graphics* pGS, 34 virtual void RenderWidget(CFX_Graphics* pGS,
|
D | xfa_ffimage.cpp | 33 void CXFA_FFImage::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 45 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus); in RenderWidget() 64 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi, in RenderWidget()
|
D | xfa_ffpushbutton.cpp | 27 void CXFA_FFPushButton::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 39 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus); in RenderWidget() 40 RenderHighlightCaption(pGS, &mtRotate); in RenderWidget() 47 pGS, &mt); in RenderWidget() 174 void CXFA_FFPushButton::RenderHighlightCaption(CFX_Graphics* pGS, in RenderHighlightCaption() argument 180 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in RenderHighlightCaption()
|
D | xfa_rendercontext.cpp | 28 CFX_Graphics* pGS, in StartRender() argument 32 m_pGS = pGS; in StartRender() 36 pGS->GetClipRect(rtPage); in StartRender()
|
D | xfa_fffield.cpp | 55 void CXFA_FFField::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 67 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus); in RenderWidget() 69 DrawBorder(pGS, borderUI, m_rtUI, &mtRotate); in RenderWidget() 70 RenderCaption(pGS, &mtRotate); in RenderWidget() 71 DrawHighlight(pGS, &mtRotate, dwStatus, FALSE); in RenderWidget() 78 pGS, &mt); in RenderWidget() 80 void CXFA_FFField::DrawHighlight(CFX_Graphics* pGS, in DrawHighlight() argument 91 pGS->SetFillColor(&crHighlight); in DrawHighlight() 99 pGS->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawHighlight() 102 void CXFA_FFField::DrawFocus(CFX_Graphics* pGS, CFX_Matrix* pMatrix) { in DrawFocus() argument [all …]
|
D | xfa_ffimageedit.cpp | 43 void CXFA_FFImageEdit::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 55 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus); in RenderWidget() 57 DrawBorder(pGS, borderUI, m_rtUI, &mtRotate); in RenderWidget() 58 RenderCaption(pGS, &mtRotate); in RenderWidget() 77 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi, in RenderWidget()
|
D | xfa_fffield.h | 20 virtual void RenderWidget(CFX_Graphics* pGS, 59 void RenderCaption(CFX_Graphics* pGS, CFX_Matrix* pMatrix = NULL); 66 void DrawHighlight(CFX_Graphics* pGS, 70 void DrawFocus(CFX_Graphics* pGS, CFX_Matrix* pMatrix);
|
D | xfa_ffexclgroup.cpp | 18 void CXFA_FFExclGroup::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 30 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus); in RenderWidget()
|
D | xfa_ffbarcode.cpp | 40 void CXFA_FFBarcode::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 52 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus); in RenderWidget() 54 DrawBorder(pGS, borderUI, m_rtUI, &mtRotate); in RenderWidget() 55 RenderCaption(pGS, &mtRotate); in RenderWidget() 61 m_pNormalWidget->DrawWidget(pGS, &mt); in RenderWidget()
|
D | xfa_ffcheckbutton.cpp | 211 void CXFA_FFCheckButton::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 223 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus); in RenderWidget() 225 DrawBorder(pGS, borderUI, m_rtUI, &mtRotate, in RenderWidget() 229 RenderCaption(pGS, &mtRotate); in RenderWidget() 230 DrawHighlight(pGS, &mtRotate, dwStatus, in RenderWidget() 236 pGS, &mt); in RenderWidget()
|
D | xfa_ffpushbutton.h | 17 virtual void RenderWidget(CFX_Graphics* pGS, 33 void RenderHighlightCaption(CFX_Graphics* pGS, CFX_Matrix* pMatrix = NULL);
|
D | xfa_ffwidget.h | 56 virtual void RenderWidget(CFX_Graphics* pGS, 129 void DrawBorder(CFX_Graphics* pGS, 151 void XFA_DrawImage(CFX_Graphics* pGS, 182 CFX_Graphics* pGS,
|
D | xfa_fftext.cpp | 19 void CXFA_FFText::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument 32 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus); in RenderWidget() 35 CFX_RenderDevice* pRenderDevice = pGS->GetRenderDevice(); in RenderWidget()
|
D | xfa_ffexclgroup.h | 14 virtual void RenderWidget(CFX_Graphics* pGS,
|
D | xfa_ffimage.h | 13 virtual void RenderWidget(CFX_Graphics* pGS,
|
D | xfa_rendercontext.h | 15 CFX_Graphics* pGS,
|
D | xfa_ffimageedit.h | 14 virtual void RenderWidget(CFX_Graphics* pGS,
|
D | xfa_fftext.h | 18 virtual void RenderWidget(CFX_Graphics* pGS,
|
D | xfa_ffcheckbutton.h | 14 virtual void RenderWidget(CFX_Graphics* pGS,
|
D | xfa_ffbarcode.h | 15 virtual void RenderWidget(CFX_Graphics* pGS,
|
D | xfa_ffsignature.h | 14 virtual void RenderWidget(CFX_Graphics* pGS,
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 458 void CPDF_AllStates::ProcessExtGS(CPDF_Dictionary* pGS, in ProcessExtGS() argument 461 for (const auto& it : *pGS) { in ProcessExtGS() 509 if (pGS->KeyExist("TR2")) { in ProcessExtGS() 544 if (!pGS->KeyExist("op")) { in ProcessExtGS() 555 if (pGS->KeyExist("BG2")) { in ProcessExtGS() 562 if (pGS->KeyExist("UCR2")) { in ProcessExtGS()
|