Searched refs:rtRadius (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 178 CFX_RectF rtRadius(cp1.x, cp1.y, fRadius1 * 2 * vx, fRadius1 * 2 * vy); in GetFillPath() local 179 rtRadius.Normalize(); in GetFillPath() 181 rtRadius.Offset(-fRadius1 * vx, -fRadius1 * vy); in GetFillPath() 183 fillPath->ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in GetFillPath() 590 CFX_RectF rtRadius(cp1.x + offsetX * 2, cp1.y + offsetY * 2, in GetPath() local 593 rtRadius.Normalize(); in GetPath() 595 rtRadius.Offset(-fRadius1 * vx, -fRadius1 * vy); in GetPath() 597 path.ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in GetPath()
|