Home
last modified time | relevance | path

Searched refs:rtDraw (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1114 CFX_RectF rtDraw, in XFA_BOX_GetPath_Arc() argument
1118 a = rtDraw.width / 2.0f; in XFA_BOX_GetPath_Arc()
1119 b = rtDraw.height / 2.0f; in XFA_BOX_GetPath_Arc()
1123 CFX_PointF center = rtDraw.Center(); in XFA_BOX_GetPath_Arc()
1124 rtDraw.left = center.x - a; in XFA_BOX_GetPath_Arc()
1125 rtDraw.top = center.y - b; in XFA_BOX_GetPath_Arc()
1126 rtDraw.width = a + a; in XFA_BOX_GetPath_Arc()
1127 rtDraw.height = b + b; in XFA_BOX_GetPath_Arc()
1132 fillPath.AddEllipse(rtDraw); in XFA_BOX_GetPath_Arc()
1137 fillPath.AddArc(rtDraw.left, rtDraw.top, rtDraw.width, rtDraw.height, in XFA_BOX_GetPath_Arc()