Searched defs:fPenWidth (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/xfa/fde/ |
H A D | fde_gedevice.cpp | 208 FX_FLOAT fPenWidth, 221 return DrawPath(pPen, fPenWidth, &path, pMatrix); 225 FX_FLOAT fPenWidth, 232 return DrawPath(pPen, fPenWidth, &path, pMatrix); 236 FX_FLOAT fPenWidth, 241 return DrawPath(pPen, fPenWidth, &path, pMatrix); 245 FX_FLOAT fPenWidth, 250 return DrawPath(pPen, fPenWidth, &path, pMatrix); 254 FX_FLOAT fPenWidth, 260 return DrawPath(pPen, fPenWidth, 207 DrawBezier(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const CFX_PointF& pt1, const CFX_PointF& pt2, const CFX_PointF& pt3, const CFX_PointF& pt4, const CFX_Matrix* pMatrix) argument 224 DrawCurve(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const std::vector<CFX_PointF>& points, bool bClosed, FX_FLOAT fTension, const CFX_Matrix* pMatrix) argument 235 DrawEllipse(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const CFX_RectF& rect, const CFX_Matrix* pMatrix) argument 244 DrawLines(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const std::vector<CFX_PointF>& points, const CFX_Matrix* pMatrix) argument 253 DrawLine(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const CFX_PointF& pt1, const CFX_PointF& pt2, const CFX_Matrix* pMatrix) argument 263 DrawPath(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const CFDE_Path* pPath, const CFX_Matrix* pMatrix) argument 279 DrawPolygon(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const std::vector<CFX_PointF>& points, const CFX_Matrix* pMatrix) argument 288 DrawRectangle(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const CFX_RectF& rect, const CFX_Matrix* pMatrix) argument 330 CreatePen(CFDE_Pen* pPen, FX_FLOAT fPenWidth, CFX_GraphStateData& graphState) argument [all...] |
Completed in 50 milliseconds