Home
last modified time | relevance | path

Searched refs:pGS (Results 1 – 25 of 33) sorted by relevance

12

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffpath.cpp50 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 …]
Dxfa_ffwidget.cpp97 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 …]
Dxfa_ffsignature.cpp21 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()
Dxfa_ffpath.h13 virtual void RenderWidget(CFX_Graphics* pGS,
25 virtual void RenderWidget(CFX_Graphics* pGS,
34 virtual void RenderWidget(CFX_Graphics* pGS,
Dxfa_ffimage.cpp33 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()
Dxfa_ffpushbutton.cpp27 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()
Dxfa_rendercontext.cpp28 CFX_Graphics* pGS, in StartRender() argument
32 m_pGS = pGS; in StartRender()
36 pGS->GetClipRect(rtPage); in StartRender()
Dxfa_fffield.cpp55 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 …]
Dxfa_ffimageedit.cpp43 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()
Dxfa_fffield.h20 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);
Dxfa_ffexclgroup.cpp18 void CXFA_FFExclGroup::RenderWidget(CFX_Graphics* pGS, in RenderWidget() argument
30 CXFA_FFWidget::RenderWidget(pGS, &mtRotate, dwStatus); in RenderWidget()
Dxfa_ffbarcode.cpp40 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()
Dxfa_ffcheckbutton.cpp211 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()
Dxfa_ffpushbutton.h17 virtual void RenderWidget(CFX_Graphics* pGS,
33 void RenderHighlightCaption(CFX_Graphics* pGS, CFX_Matrix* pMatrix = NULL);
Dxfa_ffwidget.h56 virtual void RenderWidget(CFX_Graphics* pGS,
129 void DrawBorder(CFX_Graphics* pGS,
151 void XFA_DrawImage(CFX_Graphics* pGS,
182 CFX_Graphics* pGS,
Dxfa_fftext.cpp19 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()
Dxfa_ffexclgroup.h14 virtual void RenderWidget(CFX_Graphics* pGS,
Dxfa_ffimage.h13 virtual void RenderWidget(CFX_Graphics* pGS,
Dxfa_rendercontext.h15 CFX_Graphics* pGS,
Dxfa_ffimageedit.h14 virtual void RenderWidget(CFX_Graphics* pGS,
Dxfa_fftext.h18 virtual void RenderWidget(CFX_Graphics* pGS,
Dxfa_ffcheckbutton.h14 virtual void RenderWidget(CFX_Graphics* pGS,
Dxfa_ffbarcode.h15 virtual void RenderWidget(CFX_Graphics* pGS,
Dxfa_ffsignature.h14 virtual void RenderWidget(CFX_Graphics* pGS,
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp458 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()

12