Searched refs:bClosed (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.cpp | 134 FX_BOOL bClosed, in GetCurveTangents() argument 148 r = bClosed ? (r - iCount) : (iCount - 1); in GetCurveTangents() 151 s = bClosed ? (s + iCount) : 0; in GetCurveTangents() 158 FX_BOOL bClosed, in AddCurve() argument 165 GetCurveTangents(points, tangents, bClosed, fTension); in AddCurve() 179 if (bClosed) { in AddCurve()
|
D | fde_geobject.h | 22 FX_BOOL bClosed, 50 FX_BOOL bClosed,
|
D | fde_gedevice.h | 49 FX_BOOL bClosed,
|
D | fde_gdidevice.h | 64 FX_BOOL bClosed,
|
D | fde_gedevice.cpp | 244 FX_BOOL bClosed, in DrawCurve() argument 248 path.AddCurve(points, bClosed, fTension); in DrawCurve()
|
D | fde_gdidevice.cpp | 261 FX_BOOL bClosed, in DrawCurve() argument 270 bClosed in DrawCurve()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_pth.h | 20 FX_BOOL bClosed,
|
D | fde_rdv.h | 58 FX_BOOL bClosed,
|