Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp176 CFX_RectF rtRadius(cp1.x, cp1.y, fRadius1 * 2 * vx, fRadius1 * 2 * vy); in GetFillPath() local
177 rtRadius.Normalize(); in GetFillPath()
179 rtRadius.Offset(-fRadius1 * vx, -fRadius1 * vy); in GetFillPath()
181 fillPath->ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in GetFillPath()
589 CFX_RectF rtRadius(cp1.x + offsetX * 2, cp1.y + offsetY * 2, in GetPath() local
592 rtRadius.Normalize(); in GetPath()
594 rtRadius.Offset(-fRadius1 * vx, -fRadius1 * vy); in GetPath()
596 path.ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in GetPath()