Searched defs:rtFill (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_linear.cpp57 const CFX_RectF& rtFill,
66 ptStart = CFX_PointF(rtFill.left, rtFill.top);
67 ptEnd = CFX_PointF(rtFill.right(), rtFill.top);
70 ptStart = CFX_PointF(rtFill.left, rtFill.top);
71 ptEnd = CFX_PointF(rtFill.left, rtFill.bottom());
74 ptStart = CFX_PointF(rtFill
54 Draw(CXFA_Graphics* pGS, CXFA_GEPath* fillPath, FX_ARGB crStart, const CFX_RectF& rtFill, const CFX_Matrix& matrix) argument
[all...]
H A Dcxfa_pattern.cpp55 const CFX_RectF& rtFill,
52 Draw(CXFA_Graphics* pGS, CXFA_GEPath* fillPath, FX_ARGB crStart, const CFX_RectF& rtFill, const CFX_Matrix& matrix) argument
H A Dcxfa_radial.cpp59 const CFX_RectF& rtFill,
66 float endRadius = sqrt(rtFill.Width() * rtFill.Width() +
67 rtFill.Height() * rtFill.Height()) /
69 CXFA_GEShading shading(rtFill.Center(), rtFill.Center(), 0, endRadius, true,
56 Draw(CXFA_Graphics* pGS, CXFA_GEPath* fillPath, FX_ARGB crStart, const CFX_RectF& rtFill, const CFX_Matrix& matrix) argument
H A Dcxfa_stipple.cpp54 const CFX_RectF& rtFill,
52 Draw(CXFA_Graphics* pGS, CXFA_GEPath* fillPath, const CFX_RectF& rtFill, const CFX_Matrix& matrix) argument

Completed in 224 milliseconds