Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.h170 const CFX_Matrix* pUser2Device,
177 void DrawFillRect(const CFX_Matrix* pUser2Device,
181 void DrawFillRect(const CFX_Matrix* pUser2Device,
188 void DrawStrokeLine(const CFX_Matrix* pUser2Device,
193 void DrawBorder(const CFX_Matrix* pUser2Device,
Dcfx_renderdevice.cpp1048 const CFX_Matrix* pUser2Device, in DrawTextPath() argument
1078 if (!DrawPathWithBlend(&TransformedPath, pUser2Device, pGraphState, in DrawTextPath()
1085 pClippingPath->Append(&TransformedPath, pUser2Device); in DrawTextPath()
1090 void CFX_RenderDevice::DrawFillRect(const CFX_Matrix* pUser2Device, in DrawFillRect() argument
1095 DrawPath(&path, pUser2Device, nullptr, color, 0, FXFILL_WINDING); in DrawFillRect()
1122 void CFX_RenderDevice::DrawStrokeLine(const CFX_Matrix* pUser2Device, in DrawStrokeLine() argument
1134 DrawPath(&path, pUser2Device, &gsd, 0, color, FXFILL_ALTERNATE); in DrawStrokeLine()
1137 void CFX_RenderDevice::DrawFillRect(const CFX_Matrix* pUser2Device, in DrawFillRect() argument
1141 DrawFillRect(pUser2Device, rect, color.ToFXColor(nTransparency)); in DrawFillRect()
1176 void CFX_RenderDevice::DrawBorder(const CFX_Matrix* pUser2Device, in DrawBorder() argument
[all …]
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp35 const CFX_Matrix* pUser2Device, in DrawTextPath() argument
56 font_size, mtText2User, pUser2Device, in DrawTextPath()
66 font_size, mtText2User, pUser2Device, pGraphState, in DrawTextPath()
Dcpdf_textrenderer.h41 const CFX_Matrix* pUser2Device,
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp44 const CFX_Matrix* pUser2Device, in AnnotGetMatrix() argument
54 matrix->Concat(*pUser2Device); in AnnotGetMatrix()
413 const CFX_Matrix* pUser2Device, in DrawInContext() argument
426 CPDF_Form* pForm = AnnotGetMatrix(pPage, this, mode, pUser2Device, &matrix); in DrawInContext()
435 const CFX_Matrix* pUser2Device, in DrawBorder() argument
522 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type); in DrawBorder()
Dcpdf_annot.h93 const CFX_Matrix* pUser2Device,
98 const CFX_Matrix* pUser2Device,
Dcpdf_annotlist.cpp278 const CFX_Matrix* pUser2Device, in DisplayAnnots() argument
283 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, false, in DisplayAnnots()
287 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, true, in DisplayAnnots()
Dcpdf_annotlist.h41 const CFX_Matrix* pUser2Device,