Lines Matching refs:cp1
112 CFX_PointF cp1, cp2; in GetFillPath() local
124 cp1 = rtWidget.TopLeft(); in GetFillPath()
135 cp1 = rtWidget.TopRight(); in GetFillPath()
146 cp1 = rtWidget.BottomRight(); in GetFillPath()
157 cp1 = rtWidget.BottomLeft(); in GetFillPath()
170 fillPath->MoveTo(CFX_PointF(cp1.x, cp1.y + fRadius1)); in GetFillPath()
178 CFX_RectF rtRadius(cp1.x, cp1.y, fRadius1 * 2 * vx, fRadius1 * 2 * vy); in GetFillPath()
187 cp.x = cp1.x + fRadius1 * vx; in GetFillPath()
188 cp.y = cp1.y + fRadius1 * vy; in GetFillPath()
190 cp = cp1; in GetFillPath()
194 CFX_PointF(cp1.x + fRadius1 * sx, cp1.y + fRadius1 * sy)); in GetFillPath()
490 CFX_PointF cp1; in GetPath() local
498 cp1 = rtWidget.TopLeft(); in GetPath()
501 cpStart.x = cp1.x - halfBefore; in GetPath()
502 cpStart.y = cp1.y + fRadius1, offsetY = -halfAfter; in GetPath()
504 cpStart.x = cp1.x + fRadius1 - halfBefore, cpStart.y = cp1.y, in GetPath()
517 cp1 = rtWidget.TopRight(); in GetPath()
520 cpStart.x = cp1.x - fRadius1, cpStart.y = cp1.y - halfBefore, in GetPath()
523 cpStart.x = cp1.x, cpStart.y = cp1.y + fRadius1 - halfBefore, in GetPath()
536 cp1 = rtWidget.BottomRight(); in GetPath()
539 cpStart.x = cp1.x + halfBefore, cpStart.y = cp1.y - fRadius1, in GetPath()
542 cpStart.x = cp1.x - fRadius1 + halfBefore, cpStart.y = cp1.y, in GetPath()
555 cp1 = rtWidget.BottomLeft(); in GetPath()
558 cpStart.x = cp1.x + fRadius1, cpStart.y = cp1.y + halfBefore, in GetPath()
561 cpStart.x = cp1.x, cpStart.y = cp1.y - fRadius1 + halfBefore, in GetPath()
590 CFX_RectF rtRadius(cp1.x + offsetX * 2, cp1.y + offsetY * 2, in GetPath()
601 cp.x = cp1.x + fRadius1 * vx; in GetPath()
602 cp.y = cp1.y + fRadius1 * vy; in GetPath()
604 cp = cp1; in GetPath()
607 path.LineTo(CFX_PointF(cp1.x + fRadius1 * sx + offsetX, in GetPath()
608 cp1.y + fRadius1 * sy + offsetY)); in GetPath()