Home
last modified time | relevance | path

Searched refs:AddCurve (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fdp/include/
Dfde_pth.h19 virtual void AddCurve(const CFX_PointsF& points,
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.h21 virtual void AddCurve(const CFX_PointsF& points,
Dfde_gedevice.cpp248 path.AddCurve(points, bClosed, fTension); in DrawCurve()
312 path.AddCurve(points, TRUE, fTension); in FillClosedCurve()
Dfde_geobject.cpp157 void CFDE_Path::AddCurve(const CFX_PointsF& points, in AddCurve() function in CFDE_Path