Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1191 CFX_RectF rtDraw, in XFA_BOX_GetPath_Arc() argument
1195 a = rtDraw.width / 2.0f; in XFA_BOX_GetPath_Arc()
1196 b = rtDraw.height / 2.0f; in XFA_BOX_GetPath_Arc()
1200 CFX_PointF center = rtDraw.Center(); in XFA_BOX_GetPath_Arc()
1201 rtDraw.left = center.x - a; in XFA_BOX_GetPath_Arc()
1202 rtDraw.top = center.y - b; in XFA_BOX_GetPath_Arc()
1203 rtDraw.width = a + a; in XFA_BOX_GetPath_Arc()
1204 rtDraw.height = b + b; in XFA_BOX_GetPath_Arc()
1209 fillPath.AddEllipse(rtDraw); in XFA_BOX_GetPath_Arc()
1214 fillPath.AddArc(rtDraw.TopLeft(), rtDraw.Size(), startAngle, sweepAngle); in XFA_BOX_GetPath_Arc()