/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 170 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,
|
D | cfx_renderdevice.cpp | 1048 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/ |
D | cpdf_textrenderer.cpp | 35 const CFX_Matrix* pUser2Device, in DrawTextPath() argument 56 font_size, mtText2User, pUser2Device, in DrawTextPath() 66 font_size, mtText2User, pUser2Device, pGraphState, in DrawTextPath()
|
D | cpdf_textrenderer.h | 41 const CFX_Matrix* pUser2Device,
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annot.cpp | 44 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()
|
D | cpdf_annot.h | 93 const CFX_Matrix* pUser2Device, 98 const CFX_Matrix* pUser2Device,
|
D | cpdf_annotlist.cpp | 278 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()
|
D | cpdf_annotlist.h | 41 const CFX_Matrix* pUser2Device,
|