• Home
  • Raw
  • Download

Lines Matching refs:cp1

110     CFX_PointF cp1, cp2;  in GetFillPath()  local
122 cp1 = rtWidget.TopLeft(); in GetFillPath()
133 cp1 = rtWidget.TopRight(); in GetFillPath()
144 cp1 = rtWidget.BottomRight(); in GetFillPath()
155 cp1 = rtWidget.BottomLeft(); in GetFillPath()
168 fillPath->MoveTo(CFX_PointF(cp1.x, cp1.y + fRadius1)); in GetFillPath()
176 CFX_RectF rtRadius(cp1.x, cp1.y, fRadius1 * 2 * vx, fRadius1 * 2 * vy); in GetFillPath()
185 cp.x = cp1.x + fRadius1 * vx; in GetFillPath()
186 cp.y = cp1.y + fRadius1 * vy; in GetFillPath()
188 cp = cp1; in GetFillPath()
192 CFX_PointF(cp1.x + fRadius1 * sx, cp1.y + fRadius1 * sy)); in GetFillPath()
489 CFX_PointF cp1; in GetPath() local
497 cp1 = rtWidget.TopLeft(); in GetPath()
500 cpStart.x = cp1.x - halfBefore; in GetPath()
501 cpStart.y = cp1.y + fRadius1, offsetY = -halfAfter; in GetPath()
503 cpStart.x = cp1.x + fRadius1 - halfBefore, cpStart.y = cp1.y, in GetPath()
516 cp1 = rtWidget.TopRight(); in GetPath()
519 cpStart.x = cp1.x - fRadius1, cpStart.y = cp1.y - halfBefore, in GetPath()
522 cpStart.x = cp1.x, cpStart.y = cp1.y + fRadius1 - halfBefore, in GetPath()
535 cp1 = rtWidget.BottomRight(); in GetPath()
538 cpStart.x = cp1.x + halfBefore, cpStart.y = cp1.y - fRadius1, in GetPath()
541 cpStart.x = cp1.x - fRadius1 + halfBefore, cpStart.y = cp1.y, in GetPath()
554 cp1 = rtWidget.BottomLeft(); in GetPath()
557 cpStart.x = cp1.x + fRadius1, cpStart.y = cp1.y + halfBefore, in GetPath()
560 cpStart.x = cp1.x, cpStart.y = cp1.y - fRadius1 + halfBefore, in GetPath()
589 CFX_RectF rtRadius(cp1.x + offsetX * 2, cp1.y + offsetY * 2, in GetPath()
600 cp.x = cp1.x + fRadius1 * vx; in GetPath()
601 cp.y = cp1.y + fRadius1 * vy; in GetPath()
603 cp = cp1; in GetPath()
606 path.LineTo(CFX_PointF(cp1.x + fRadius1 * sx + offsetX, in GetPath()
607 cp1.y + fRadius1 * sy + offsetY)); in GetPath()