Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcfx_path.h41 void AddEllipse(const CFX_RectF& rect);
Dcfx_path.cpp88 void CFX_Path::AddEllipse(const CFX_RectF& rect) { in AddEllipse() function in CFX_Path
/external/pdfium/xfa/fde/
Dcfde_path.h24 void AddEllipse(const CFX_RectF& rect);
Dfde_gedevice.cpp240 path.AddEllipse(rect); in DrawEllipse()
310 path.AddEllipse(rect); in FillEllipse()
Dcfde_path.cpp146 void CFDE_Path::AddEllipse(const CFX_RectF& rect) { in AddEllipse() function in CFDE_Path
/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.cpp82 path.AddEllipse(*pRtSign); in DrawSignCircle()
/external/pdfium/xfa/fxfa/app/
Dxfa_fffield.cpp86 path.AddEllipse(m_rtUI); in DrawHighlight()
Dxfa_ffwidget.cpp1209 fillPath.AddEllipse(rtDraw); in XFA_BOX_GetPath_Arc()