Home
last modified time | relevance | path

Searched refs:closeFigure (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_pathdata.h68 void AppendPoint(const CFX_PointF& point, FXPT_TYPE type, bool closeFigure);
Dcfx_pathdata.cpp222 bool closeFigure) { in AppendPoint() argument
223 m_Points.push_back(FX_PATHPOINT(point, type, closeFigure)); in AppendPoint()