Lines Matching defs:polygon
1858 Polygon polygon = Polygon(rect);
1862 Vector4<float> point(polygon[i].x_, polygon[i].y_, 0, 1);
1865 polygon[i].x_ = COORD_MIN;
1867 polygon[i].x_ = COORD_MAX;
1869 polygon[i].x_ = MATH_ROUND(imgPoint4.x_);
1873 polygon[i].y_ = COORD_MIN;
1875 polygon[i].y_ = COORD_MAX;
1877 polygon[i].y_ = MATH_ROUND(imgPoint4.y_);
1880 transMap.SetPolygon(polygon);
1927 Polygon polygon = newTransMap.GetPolygon();
1929 p1.x = polygon[0].x_ + position.x; // 0:first point
1930 p1.y = polygon[0].y_ + position.y; // 0:first point
1932 p2.x = polygon[1].x_ + position.x; // 1:second point
1933 p2.y = polygon[1].y_ + position.y; // 1:second point
1935 p3.x = polygon[2].x_ + position.x; // 2:third point
1936 p3.y = polygon[2].y_ + position.y; // 2:third point
1950 p1.x = polygon[0].x_ + position.x; // 0:first point
1951 p1.y = polygon[0].y_ + position.y; // 0:first point
1952 p3.x = polygon[2].x_ + position.x; // 2:third point
1953 p3.y = polygon[2].y_ + position.y; // 2:third point
1955 p4.x = polygon[3].x_ + position.x; // 3:fourth point
1956 p4.y = polygon[3].y_ + position.y; // 3:fourth point