Searched refs:fTension (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.h | 23 FX_FLOAT fTension = 0.5f); 51 FX_FLOAT fTension) const;
|
D | fde_geobject.cpp | 135 FX_FLOAT fTension) const { in GetCurveTangents() 141 FX_FLOAT fCoefficient = fTension / 3.0f; in GetCurveTangents() 159 FX_FLOAT fTension) { in AddCurve() argument 165 GetCurveTangents(points, tangents, bClosed, fTension); in AddCurve()
|
D | fde_gedevice.h | 50 FX_FLOAT fTension = 0.5f, 79 FX_FLOAT fTension = 0.5f,
|
D | fde_gdidevice.h | 65 FX_FLOAT fTension = 0.5f, 111 FX_FLOAT fTension = 0.5f,
|
D | fde_gdidevice.cpp | 262 FX_FLOAT fTension, in DrawCurve() argument 273 points.GetSize(), fTension) in DrawCurve() 276 points.GetSize(), fTension); in DrawCurve() 418 FX_FLOAT fTension, in FillClosedCurve() argument 427 Gdiplus::FillModeAlternate, fTension); in FillClosedCurve()
|
D | fde_gedevice.cpp | 245 FX_FLOAT fTension, in DrawCurve() argument 248 path.AddCurve(points, bClosed, fTension); in DrawCurve() 309 FX_FLOAT fTension, in FillClosedCurve() argument 312 path.AddCurve(points, TRUE, fTension); in FillClosedCurve()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_rdv.h | 59 FX_FLOAT fTension = 0.5f, 88 FX_FLOAT fTension = 0.5f,
|
D | fde_pth.h | 21 FX_FLOAT fTension = 0.5f) = 0;
|