/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 222 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,
|
D | cfx_renderdevice.cpp | 1091 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/ |
D | cpdf_annot.cpp | 49 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()
|
D | cpdf_annotlist.cpp | 215 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()
|
D | cpdf_annot.h | 89 const CFX_Matrix* pUser2Device, 94 const CFX_Matrix* pUser2Device,
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 33 const CFX_Matrix* pUser2Device, in DrawTextPath() argument 55 font_size, pText2User, pUser2Device, pGraphState, in DrawTextPath() 65 font_size, pText2User, pUser2Device, pGraphState, in DrawTextPath()
|
D | cpdf_textrenderer.h | 42 const CFX_Matrix* pUser2Device,
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_pageview.cpp | 77 CFX_Matrix* pUser2Device, argument 84 m_curMatrix = *pUser2Device; 100 CXFA_RenderContext renderContext(xfaView, rectClip, *pUser2Device); 111 *pUser2Device, false); 120 this, pSDKAnnot.Get(), pDevice, pUser2Device,
|
D | cpdfsdk_pageview.h | 31 CFX_Matrix* pUser2Device, 36 CFX_Matrix* pUser2Device,
|
D | cpdfsdk_widgethandler.cpp | 94 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()
|
D | cpdfsdk_baannothandler.cpp | 68 CFX_Matrix* pUser2Device, in OnDraw() argument 76 pDevice, *pUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()
|
D | cpdfsdk_baannot.h | 88 const CFX_Matrix* pUser2Device,
|
D | cpdfsdk_baannot.cpp | 95 const CFX_Matrix* pUser2Device, in DrawBorder() argument 97 m_pAnnot->DrawBorder(pDevice, pUser2Device, pOptions); in DrawBorder()
|
D | cpdfsdk_xfawidgethandler.cpp | 52 CFX_Matrix* pUser2Device, in OnDraw() argument 59 CFX_Matrix mt = *pUser2Device; in OnDraw()
|
D | cpdfsdk_annothandlermgr.cpp | 110 CFX_Matrix* pUser2Device, in Annot_OnDraw() argument 113 GetAnnotHandler(pAnnot)->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, in Annot_OnDraw()
|
D | ipdfsdk_annothandler.h | 47 CFX_Matrix* pUser2Device,
|
D | cpdfsdk_baannothandler.h | 47 CFX_Matrix* pUser2Device,
|
D | cpdfsdk_annothandlermgr.h | 52 CFX_Matrix* pUser2Device,
|
D | cpdfsdk_widgethandler.h | 48 CFX_Matrix* pUser2Device,
|
D | cpdfsdk_xfawidgethandler.h | 43 CFX_Matrix* pUser2Device,
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.cpp | 59 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()
|
D | cffl_interactiveformfiller.h | 37 CFX_Matrix* pUser2Device);
|