HomeSort by relevance Sort by last modified time
    Searched refs:pGS (Results 1 - 25 of 31) sorted by null

1 2

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

Completed in 160 milliseconds

1 2