Lines Matching refs:line
1640 Rect line;
1641 line.SetLeft(FO_TO_INTEGER(part.edge1.curX));
1642 line.SetRight(FO_TO_INTEGER(part.edge1.curX));
1643 line.SetTop(FO_TO_INTEGER(part.edge1.curY));
1644 line.SetBottom(FO_TO_INTEGER(part.edge1.curY));
1651 Rect line;
1652 line.SetLeft(static_cast<int16_t>(part.edge1.curX));
1653 line.SetRight(static_cast<int16_t>(part.edge1.curX));
1654 line.SetTop(static_cast<int16_t>(part.edge1.curY));
1655 line.SetBottom(static_cast<int16_t>(part.edge1.curY));
1658 GetTransformInitState(part.transMap, part.position, line, init);