blob: b787e575f8b07e6c76fd6d7081a2e9c126844205 [file] [log] [blame]
package org.eclipse.swt.internal.photon;
/*
* 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 PgAlpha_t {
public int alpha_op;
// PgMap_t src_alpha_map;
public short src_alpha_map_dim_w;
public short src_alpha_map_dim_h;
public short src_alpha_map_bpl;
public short src_alpha_map_bpp;
public int src_alpha_map_map;
// PgGradient_t src_alpha_gradient; *** unused
// PgMap_t dest_alpha_map; *** unused
// PgGradient_t dest_alpha_gradient; *** unused
public byte src_global_alpha;
public byte dest_global_alpha;
// char spare[2]; *** unused
public static final int sizeof = 104;
}