Home
last modified time | relevance | path

Searched refs:pUser2Device (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_renderdevice.h222 const CFX_Matrix* pUser2Device,
229 void DrawFillRect(const CFX_Matrix* pUser2Device,
233 void DrawFillRect(const CFX_Matrix* pUser2Device,
236 void DrawStrokeRect(const CFX_Matrix* pUser2Device,
240 void DrawStrokeLine(const CFX_Matrix* pUser2Device,
245 void DrawBorder(const CFX_Matrix* pUser2Device,
253 void DrawFillArea(const CFX_Matrix* pUser2Device,
257 void DrawShadow(const CFX_Matrix* pUser2Device,
Dcfx_renderdevice.cpp1091 const CFX_Matrix* pUser2Device, in DrawTextPath() argument
1121 if (!DrawPathWithBlend(&TransformedPath, pUser2Device, pGraphState, in DrawTextPath()
1128 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()
1133 void CFX_RenderDevice::DrawFillRect(const CFX_Matrix* pUser2Device, in DrawFillRect() argument
1139 DrawPath(&path, pUser2Device, nullptr, color, 0, FXFILL_WINDING); in DrawFillRect()
1142 void CFX_RenderDevice::DrawFillArea(const CFX_Matrix* pUser2Device, in DrawFillArea() argument
1151 DrawPath(&path, pUser2Device, nullptr, color, 0, FXFILL_ALTERNATE); in DrawFillArea()
1154 void CFX_RenderDevice::DrawStrokeRect(const CFX_Matrix* pUser2Device, in DrawStrokeRect() argument
1165 DrawPath(&path, pUser2Device, &gsd, 0, color, FXFILL_ALTERNATE); in DrawStrokeRect()
1168 void CFX_RenderDevice::DrawStrokeLine(const CFX_Matrix* pUser2Device, in DrawStrokeLine() argument
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp49 const CFX_Matrix* pUser2Device, in AnnotGetMatrix() argument
59 matrix->Concat(*pUser2Device); in AnnotGetMatrix()
379 const CFX_Matrix* pUser2Device, in DrawInContext() argument
392 CPDF_Form* pForm = AnnotGetMatrix(pPage, this, mode, pUser2Device, &matrix); in DrawInContext()
401 const CFX_Matrix* pUser2Device, in DrawBorder() argument
497 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type); in DrawBorder()
Dcpdf_annotlist.cpp215 const CFX_Matrix* pUser2Device, in DisplayAnnots() argument
220 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, false, in DisplayAnnots()
224 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, true, in DisplayAnnots()
Dcpdf_annot.h89 const CFX_Matrix* pUser2Device,
94 const CFX_Matrix* pUser2Device,
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp33 const CFX_Matrix* pUser2Device, in DrawTextPath() argument
55 font_size, pText2User, pUser2Device, pGraphState, in DrawTextPath()
65 font_size, pText2User, pUser2Device, pGraphState, in DrawTextPath()
Dcpdf_textrenderer.h42 const CFX_Matrix* pUser2Device,
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp77 CFX_Matrix* pUser2Device, argument
84 m_curMatrix = *pUser2Device;
100 CXFA_RenderContext renderContext(xfaView, rectClip, *pUser2Device);
111 *pUser2Device, false);
120 this, pSDKAnnot.Get(), pDevice, pUser2Device,
Dcpdfsdk_pageview.h31 CFX_Matrix* pUser2Device,
36 CFX_Matrix* pUser2Device,
Dcpdfsdk_widgethandler.cpp94 CFX_Matrix* pUser2Device, in OnDraw() argument
98 pDevice, *pUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
101 m_pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device); in OnDraw()
Dcpdfsdk_baannothandler.cpp68 CFX_Matrix* pUser2Device, in OnDraw() argument
76 pDevice, *pUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
Dcpdfsdk_xfawidgethandler.cpp52 CFX_Matrix* pUser2Device, in OnDraw() argument
59 CFX_Matrix mt = *pUser2Device; in OnDraw()
Dcpdfsdk_annothandlermgr.cpp110 CFX_Matrix* pUser2Device, in Annot_OnDraw() argument
113 GetAnnotHandler(pAnnot)->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, in Annot_OnDraw()
Dcpdfsdk_baannot.cpp95 const CFX_Matrix* pUser2Device, in DrawBorder() argument
97 m_pAnnot->DrawBorder(pDevice, pUser2Device, pOptions); in DrawBorder()
Dcpdfsdk_baannot.h88 const CFX_Matrix* pUser2Device,
Dipdfsdk_annothandler.h47 CFX_Matrix* pUser2Device,
Dcpdfsdk_annothandlermgr.h52 CFX_Matrix* pUser2Device,
Dcpdfsdk_baannothandler.h47 CFX_Matrix* pUser2Device,
Dcpdfsdk_xfawidgethandler.h43 CFX_Matrix* pUser2Device,
Dcpdfsdk_widgethandler.h48 CFX_Matrix* pUser2Device,
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp59 CFX_Matrix* pUser2Device) { in OnDraw() argument
67 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, *pUser2Device); in OnDraw()
94 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0), in OnDraw()
101 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, *pUser2Device); in OnDraw()
103 pWidget->DrawAppearance(pDevice, *pUser2Device, CPDF_Annot::Normal, in OnDraw()
Dcffl_interactiveformfiller.h37 CFX_Matrix* pUser2Device);