Searched defs:fTension (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_geobject.cpp135 FX_FLOAT fTension) const {
141 FX_FLOAT fCoefficient = fTension / 3.0f;
159 FX_FLOAT fTension) {
165 GetCurveTangents(points, tangents, bClosed, fTension);
157 AddCurve(const CFX_PointsF& points, FX_BOOL bClosed, FX_FLOAT fTension) argument
H A Dfde_gdidevice.cpp262 FX_FLOAT fTension,
273 points.GetSize(), fTension)
276 points.GetSize(), fTension);
418 FX_FLOAT fTension,
427 Gdiplus::FillModeAlternate, fTension);
258 DrawCurve(IFDE_Pen* pPen, FX_FLOAT fPenWidth, const CFX_PointsF& points, FX_BOOL bClosed, FX_FLOAT fTension, const CFX_Matrix* pMatrix) argument
416 FillClosedCurve(IFDE_Brush* pBrush, const CFX_PointsF& points, FX_FLOAT fTension, const CFX_Matrix* pMatrix) argument
H A Dfde_gedevice.cpp245 FX_FLOAT fTension,
248 path.AddCurve(points, bClosed, fTension);
309 FX_FLOAT fTension,
312 path.AddCurve(points, TRUE, fTension);
241 DrawCurve(IFDE_Pen* pPen, FX_FLOAT fPenWidth, const CFX_PointsF& points, FX_BOOL bClosed, FX_FLOAT fTension, const CFX_Matrix* pMatrix) argument
307 FillClosedCurve(IFDE_Brush* pBrush, const CFX_PointsF& points, FX_FLOAT fTension, const CFX_Matrix* pMatrix) argument

Completed in 238 milliseconds