blob: 6ce190391903bed251f5d2666fb7c3a34abd06a8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.internal.photon;
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;
}