blob: b070f3aabc7a9a171506a441bb4c2a523b5c86f1 [file] [log] [blame]
package org.eclipse.swt.internal.carbon;
/*
* Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
public class ATSTrapezoid {
//FixedPoint upperLeft;
public int upperLeft_x;
public int upperLeft_y;
//FixedPoint upperRight;
public int upperRight_x;
public int upperRight_y;
//FixedPoint lowerRight;
public int lowerRight_x;
public int lowerRight_y;
//FixedPoint lowerLeft;
public int lowerLeft_x;
public int lowerLeft_y;
public static final int sizeof = 32;
}