/external/pdfium/xfa/fxgraphics/ |
D | cfx_path.cpp | 12 CFX_Path::CFX_Path() {} in CFX_Path() function in CFX_Path 14 CFX_Path::~CFX_Path() {} in ~CFX_Path() 16 void CFX_Path::Clear() { in Clear() 20 void CFX_Path::Close() { in Close() 24 void CFX_Path::MoveTo(const CFX_PointF& point) { in MoveTo() 28 void CFX_Path::LineTo(const CFX_PointF& point) { in LineTo() 32 void CFX_Path::BezierTo(const CFX_PointF& c1, in BezierTo() 40 void CFX_Path::ArcTo(const CFX_PointF& pos, in ArcTo() 49 void CFX_Path::ArcToInternal(const CFX_PointF& pos, in ArcToInternal() 76 void CFX_Path::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine() [all …]
|
D | cfx_graphics.h | 21 class CFX_Path; variable 63 void StrokePath(CFX_Path* path, CFX_Matrix* matrix = nullptr); 64 void FillPath(CFX_Path* path, 89 void RenderDeviceStrokePath(CFX_Path* path, CFX_Matrix* matrix); 90 void RenderDeviceFillPath(CFX_Path* path, 97 void FillPathWithPattern(CFX_Path* path, 100 void FillPathWithShading(CFX_Path* path,
|
D | cfx_path.h | 14 class CFX_Path final { 16 CFX_Path(); 17 ~CFX_Path(); 47 void AddSubpath(CFX_Path* path);
|
D | cfx_graphics.cpp | 185 void CFX_Graphics::StrokePath(CFX_Path* path, CFX_Matrix* matrix) { in StrokePath() 192 void CFX_Graphics::FillPath(CFX_Path* path, in FillPath() 275 void CFX_Graphics::RenderDeviceStrokePath(CFX_Path* path, CFX_Matrix* matrix) { in RenderDeviceStrokePath() 294 void CFX_Graphics::RenderDeviceFillPath(CFX_Path* path, in RenderDeviceFillPath() 346 void CFX_Graphics::FillPathWithPattern(CFX_Path* path, in FillPathWithPattern() 385 void CFX_Graphics::FillPathWithShading(CFX_Path* path, in FillPathWithShading()
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 107 CFX_Path path; in DrawTotalBK() 120 CFX_Path path; in DrawHeadBk() 133 CFX_Path path; in DrawLButton() 167 CFX_Path path; in DrawRButton() 201 CFX_Path path; in DrawHSeperator() 215 CFX_Path path; in DrawWeekNumSep() 231 CFX_Path path; in DrawDatesInBK() 239 CFX_Path path; in DrawDatesInBK() 252 CFX_Path path; in DrawDatesInCircle() 265 CFX_Path path; in DrawTodayCircle()
|
D | cfwl_widgettp.cpp | 106 CFX_Path path; in DrawBorder() 134 CFX_Path path; in FillSoildRect() 147 CFX_Path* path, in DrawAxialShading() 175 CFX_Path path; in DrawFocus() 192 CFX_Path path; in DrawArrow() 240 CFX_Path path; in DrawBtn()
|
D | cfwl_checkboxtp.cpp | 81 CFX_Path path; in DrawSignCircle() 94 CFX_Path path; in DrawSignCross() 113 CFX_Path path; in DrawSignDiamond() 134 CFX_Path path; in DrawSignSquare() 148 CFX_Path path; in DrawSignStar() 221 m_pCheckPath = pdfium::MakeUnique<CFX_Path>(); in InitCheckPath()
|
D | cfwl_comboboxtp.cpp | 30 CFX_Path path; in DrawBackground() 67 CFX_Path path; in DrawStrethHandler()
|
D | cfwl_pushbuttontp.cpp | 35 CFX_Path strokePath; in DrawBackground() 51 CFX_Path fillPath; in DrawBackground()
|
D | cfwl_carettp.cpp | 42 CFX_Path path; in DrawCaretBK()
|
D | cfwl_scrollbartp.cpp | 83 CFX_Path path; in DrawThumbBtn() 125 CFX_Path path; in DrawPaw() 214 CFX_Path path; in DrawTrack()
|
D | cfwl_checkboxtp.h | 71 std::unique_ptr<CFX_Path> m_pCheckPath;
|
D | cfwl_listboxtp.cpp | 72 CFX_Path path; in DrawListBoxItem()
|
D | cfwl_edittp.cpp | 55 CFX_Path path; in DrawBackground()
|
D | cfwl_widgettp.h | 75 CFX_Path* path,
|
/external/pdfium/xfa/fwl/ |
D | cfwl_themebackground.h | 15 class CFX_Path; variable 24 CFX_Path* m_pPath;
|
D | cfwl_edit.h | 141 void AddSpellCheckObj(CFX_Path& PathData,
|
D | cfwl_edit.cpp | 47 void AddSquigglyPath(CFX_Path* pPathData, in AddSquigglyPath() 161 void CFWL_Edit::AddSpellCheckObj(CFX_Path& PathData, in AddSpellCheckObj() 196 CFX_Path pathSpell; in DrawSpellCheck() 548 CFX_Path path; in DrawContent() 578 CFX_Path path; in DrawContent()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidget.cpp | 1192 CFX_Path& fillPath, in XFA_BOX_GetPath_Arc() 1220 CFX_Path& path, in XFA_BOX_GetPath() 1389 CFX_Path& fillPath, in XFA_BOX_GetFillPath() 1539 CFX_Path& fillPath, in XFA_BOX_Fill_Radial() 1562 CFX_Path& fillPath, in XFA_BOX_Fill_Pattern() 1597 CFX_Path& fillPath, in XFA_BOX_Fill_Linear() 1642 CFX_Path fillPath; in XFA_BOX_Fill() 1679 CFX_Path* pPath, in XFA_BOX_StrokePath() 1734 CFX_Path arcPath; in XFA_BOX_StrokeArc() 1760 CFX_Path arcPath; in XFA_BOX_StrokeArc() [all …]
|
D | xfa_ffpushbutton.cpp | 218 CFX_Path path; in OnDrawWidget() 231 CFX_Path path; in OnDrawWidget()
|
D | xfa_ffpath.cpp | 89 CFX_Path linePath; in RenderWidget()
|
D | xfa_fffield.cpp | 84 CFX_Path path; in DrawHighlight() 101 CFX_Path path; in DrawFocus()
|