Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_pathdata.h64 void AppendPoint(const CFX_PointF& pos, FXPT_TYPE type, bool closeFigure);
Dcfx_pathdata.cpp201 bool closeFigure) { in AppendPoint() argument
202 m_Points.push_back(FX_PATHPOINT(point, type, closeFigure)); in AppendPoint()