Lines Matching refs:ptWire
1109 xkmPointDesc ptWire; in ReadXkmGeometry() local
1121 tmp = fread(&ptWire, SIZEOF(xkmPointDesc), 1, file); in ReadXkmGeometry()
1123 ol->points[p].x = ptWire.x; in ReadXkmGeometry()
1124 ol->points[p].y = ptWire.y; in ReadXkmGeometry()
1125 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry()
1126 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry()
1127 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry()
1128 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry()
1129 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry()
1130 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry()
1131 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry()
1132 shape->bounds.y2 = ptWire.y; in ReadXkmGeometry()