Path: blob/master/src/java.desktop/windows/native/libawt/windows/awt_CustomPaletteDef.h
43153 views
/*1* Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved.2* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.3*4* This code is free software; you can redistribute it and/or modify it5* under the terms of the GNU General Public License version 2 only, as6* published by the Free Software Foundation. Oracle designates this7* particular file as subject to the "Classpath" exception as provided8* by Oracle in the LICENSE file that accompanied this code.9*10* This code is distributed in the hope that it will be useful, but WITHOUT11* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or12* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License13* version 2 for more details (a copy is included in the LICENSE file that14* accompanied this code).15*16* You should have received a copy of the GNU General Public License version17* 2 along with this work; if not, write to the Free Software Foundation,18* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.19*20* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA21* or visit www.oracle.com if you need additional information or have any22* questions.23*/2425/**26* This file exists just to get the length definition of AwtPalette's27* custom palette out of the AwtPalette code. This file should only28* be included by awt_Palette.cpp.29*/30#ifndef _AWT_CUSTOMPALETTEDEF_H31#define _AWT_CUSTOMPALETTEDEF_H323334PALETTEENTRY AwtPalette::customPalette[] = {35{ 0x04, 0x04, 0x04, PC_NOCOLLAPSE },36{ 0x08, 0x08, 0x08, PC_NOCOLLAPSE },37{ 0x0c, 0x0c, 0x0c, PC_NOCOLLAPSE },38{ 0x11, 0x11, 0x11, PC_NOCOLLAPSE },39{ 0x16, 0x16, 0x16, PC_NOCOLLAPSE },40{ 0x1c, 0x1c, 0x1c, PC_NOCOLLAPSE },41{ 0x22, 0x22, 0x22, PC_NOCOLLAPSE },42{ 0x29, 0x29, 0x29, PC_NOCOLLAPSE },43{ 0x55, 0x55, 0x55, PC_NOCOLLAPSE },44{ 0x4d, 0x4d, 0x4d, PC_NOCOLLAPSE },45{ 0x42, 0x42, 0x42, PC_NOCOLLAPSE },46{ 0x39, 0x39, 0x39, PC_NOCOLLAPSE },47{ 0xff, 0x7c, 0x80, PC_NOCOLLAPSE },48{ 0xff, 0x50, 0x50, PC_NOCOLLAPSE },49{ 0xd6, 0x00, 0x93, PC_NOCOLLAPSE },50{ 0xcc, 0xec, 0xff, PC_NOCOLLAPSE },51{ 0xef, 0xd6, 0xc6, PC_NOCOLLAPSE },52{ 0xe7, 0xe7, 0xd6, PC_NOCOLLAPSE },53{ 0xad, 0xa9, 0x90, PC_NOCOLLAPSE },54{ 0x33, 0x00, 0x00, PC_NOCOLLAPSE },55{ 0x66, 0x00, 0x00, PC_NOCOLLAPSE },56{ 0x99, 0x00, 0x00, PC_NOCOLLAPSE },57{ 0xcc, 0x00, 0x00, PC_NOCOLLAPSE },58{ 0x00, 0x33, 0x00, PC_NOCOLLAPSE },59{ 0x33, 0x33, 0x00, PC_NOCOLLAPSE },60{ 0x66, 0x33, 0x00, PC_NOCOLLAPSE },61{ 0x99, 0x33, 0x00, PC_NOCOLLAPSE },62{ 0xcc, 0x33, 0x00, PC_NOCOLLAPSE },63{ 0xff, 0x33, 0x00, PC_NOCOLLAPSE },64{ 0x00, 0x66, 0x00, PC_NOCOLLAPSE },65{ 0x33, 0x66, 0x00, PC_NOCOLLAPSE },66{ 0x66, 0x66, 0x00, PC_NOCOLLAPSE },67{ 0x99, 0x66, 0x00, PC_NOCOLLAPSE },68{ 0xcc, 0x66, 0x00, PC_NOCOLLAPSE },69{ 0xff, 0x66, 0x00, PC_NOCOLLAPSE },70{ 0x00, 0x99, 0x00, PC_NOCOLLAPSE },71{ 0x33, 0x99, 0x00, PC_NOCOLLAPSE },72{ 0x66, 0x99, 0x00, PC_NOCOLLAPSE },73{ 0x99, 0x99, 0x00, PC_NOCOLLAPSE },74{ 0xcc, 0x99, 0x00, PC_NOCOLLAPSE },75{ 0xff, 0x99, 0x00, PC_NOCOLLAPSE },76{ 0x00, 0xcc, 0x00, PC_NOCOLLAPSE },77{ 0x33, 0xcc, 0x00, PC_NOCOLLAPSE },78{ 0x66, 0xcc, 0x00, PC_NOCOLLAPSE },79{ 0x99, 0xcc, 0x00, PC_NOCOLLAPSE },80{ 0xcc, 0xcc, 0x00, PC_NOCOLLAPSE },81{ 0xff, 0xcc, 0x00, PC_NOCOLLAPSE },82{ 0x66, 0xff, 0x00, PC_NOCOLLAPSE },83{ 0x99, 0xff, 0x00, PC_NOCOLLAPSE },84{ 0xcc, 0xff, 0x00, PC_NOCOLLAPSE },85{ 0x00, 0x00, 0x33, PC_NOCOLLAPSE },86{ 0x33, 0x00, 0x33, PC_NOCOLLAPSE },87{ 0x66, 0x00, 0x33, PC_NOCOLLAPSE },88{ 0x99, 0x00, 0x33, PC_NOCOLLAPSE },89{ 0xcc, 0x00, 0x33, PC_NOCOLLAPSE },90{ 0xff, 0x00, 0x33, PC_NOCOLLAPSE },91{ 0x00, 0x33, 0x33, PC_NOCOLLAPSE },92{ 0x33, 0x33, 0x33, PC_NOCOLLAPSE },93{ 0x66, 0x33, 0x33, PC_NOCOLLAPSE },94{ 0x99, 0x33, 0x33, PC_NOCOLLAPSE },95{ 0xcc, 0x33, 0x33, PC_NOCOLLAPSE },96{ 0xff, 0x33, 0x33, PC_NOCOLLAPSE },97{ 0x00, 0x66, 0x33, PC_NOCOLLAPSE },98{ 0x33, 0x66, 0x33, PC_NOCOLLAPSE },99{ 0x66, 0x66, 0x33, PC_NOCOLLAPSE },100{ 0x99, 0x66, 0x33, PC_NOCOLLAPSE },101{ 0xcc, 0x66, 0x33, PC_NOCOLLAPSE },102{ 0xff, 0x66, 0x33, PC_NOCOLLAPSE },103{ 0x00, 0x99, 0x33, PC_NOCOLLAPSE },104{ 0x33, 0x99, 0x33, PC_NOCOLLAPSE },105{ 0x66, 0x99, 0x33, PC_NOCOLLAPSE },106{ 0x99, 0x99, 0x33, PC_NOCOLLAPSE },107{ 0xcc, 0x99, 0x33, PC_NOCOLLAPSE },108{ 0xff, 0x99, 0x33, PC_NOCOLLAPSE },109{ 0x00, 0xcc, 0x33, PC_NOCOLLAPSE },110{ 0x33, 0xcc, 0x33, PC_NOCOLLAPSE },111{ 0x66, 0xcc, 0x33, PC_NOCOLLAPSE },112{ 0x99, 0xcc, 0x33, PC_NOCOLLAPSE },113{ 0xcc, 0xcc, 0x33, PC_NOCOLLAPSE },114{ 0xff, 0xcc, 0x33, PC_NOCOLLAPSE },115{ 0x33, 0xff, 0x33, PC_NOCOLLAPSE },116{ 0x66, 0xff, 0x33, PC_NOCOLLAPSE },117{ 0x99, 0xff, 0x33, PC_NOCOLLAPSE },118{ 0xcc, 0xff, 0x33, PC_NOCOLLAPSE },119{ 0xff, 0xff, 0x33, PC_NOCOLLAPSE },120{ 0x00, 0x00, 0x66, PC_NOCOLLAPSE },121{ 0x33, 0x00, 0x66, PC_NOCOLLAPSE },122{ 0x66, 0x00, 0x66, PC_NOCOLLAPSE },123{ 0x99, 0x00, 0x66, PC_NOCOLLAPSE },124{ 0xcc, 0x00, 0x66, PC_NOCOLLAPSE },125{ 0xff, 0x00, 0x66, PC_NOCOLLAPSE },126{ 0x00, 0x33, 0x66, PC_NOCOLLAPSE },127{ 0x33, 0x33, 0x66, PC_NOCOLLAPSE },128{ 0x66, 0x33, 0x66, PC_NOCOLLAPSE },129{ 0x99, 0x33, 0x66, PC_NOCOLLAPSE },130{ 0xcc, 0x33, 0x66, PC_NOCOLLAPSE },131{ 0xff, 0x33, 0x66, PC_NOCOLLAPSE },132{ 0x00, 0x66, 0x66, PC_NOCOLLAPSE },133{ 0x33, 0x66, 0x66, PC_NOCOLLAPSE },134{ 0x66, 0x66, 0x66, PC_NOCOLLAPSE },135{ 0x99, 0x66, 0x66, PC_NOCOLLAPSE },136{ 0xcc, 0x66, 0x66, PC_NOCOLLAPSE },137{ 0x00, 0x99, 0x66, PC_NOCOLLAPSE },138{ 0x33, 0x99, 0x66, PC_NOCOLLAPSE },139{ 0x66, 0x99, 0x66, PC_NOCOLLAPSE },140{ 0x99, 0x99, 0x66, PC_NOCOLLAPSE },141{ 0xcc, 0x99, 0x66, PC_NOCOLLAPSE },142{ 0xff, 0x99, 0x66, PC_NOCOLLAPSE },143{ 0x00, 0xcc, 0x66, PC_NOCOLLAPSE },144{ 0x33, 0xcc, 0x66, PC_NOCOLLAPSE },145{ 0x99, 0xcc, 0x66, PC_NOCOLLAPSE },146{ 0xcc, 0xcc, 0x66, PC_NOCOLLAPSE },147{ 0xff, 0xcc, 0x66, PC_NOCOLLAPSE },148{ 0x00, 0xff, 0x66, PC_NOCOLLAPSE },149{ 0x33, 0xff, 0x66, PC_NOCOLLAPSE },150{ 0x99, 0xff, 0x66, PC_NOCOLLAPSE },151{ 0xcc, 0xff, 0x66, PC_NOCOLLAPSE },152{ 0xff, 0x00, 0xcc, PC_NOCOLLAPSE },153{ 0xcc, 0x00, 0xff, PC_NOCOLLAPSE },154{ 0x00, 0x99, 0x99, PC_NOCOLLAPSE },155{ 0x99, 0x33, 0x99, PC_NOCOLLAPSE },156{ 0x99, 0x00, 0x99, PC_NOCOLLAPSE },157{ 0xcc, 0x00, 0x99, PC_NOCOLLAPSE },158{ 0x00, 0x00, 0x99, PC_NOCOLLAPSE },159{ 0x33, 0x33, 0x99, PC_NOCOLLAPSE },160{ 0x66, 0x00, 0x99, PC_NOCOLLAPSE },161{ 0xcc, 0x33, 0x99, PC_NOCOLLAPSE },162{ 0xff, 0x00, 0x99, PC_NOCOLLAPSE },163{ 0x00, 0x66, 0x99, PC_NOCOLLAPSE },164{ 0x33, 0x66, 0x99, PC_NOCOLLAPSE },165{ 0x66, 0x33, 0x99, PC_NOCOLLAPSE },166{ 0x99, 0x66, 0x99, PC_NOCOLLAPSE },167{ 0xcc, 0x66, 0x99, PC_NOCOLLAPSE },168{ 0xff, 0x33, 0x99, PC_NOCOLLAPSE },169{ 0x33, 0x99, 0x99, PC_NOCOLLAPSE },170{ 0x66, 0x99, 0x99, PC_NOCOLLAPSE },171{ 0x99, 0x99, 0x99, PC_NOCOLLAPSE },172{ 0xcc, 0x99, 0x99, PC_NOCOLLAPSE },173{ 0xff, 0x99, 0x99, PC_NOCOLLAPSE },174{ 0x00, 0xcc, 0x99, PC_NOCOLLAPSE },175{ 0x33, 0xcc, 0x99, PC_NOCOLLAPSE },176{ 0x66, 0xcc, 0x66, PC_NOCOLLAPSE },177{ 0x99, 0xcc, 0x99, PC_NOCOLLAPSE },178{ 0xcc, 0xcc, 0x99, PC_NOCOLLAPSE },179{ 0xff, 0xcc, 0x99, PC_NOCOLLAPSE },180{ 0x00, 0xff, 0x99, PC_NOCOLLAPSE },181{ 0x33, 0xff, 0x99, PC_NOCOLLAPSE },182{ 0x66, 0xcc, 0x99, PC_NOCOLLAPSE },183{ 0x99, 0xff, 0x99, PC_NOCOLLAPSE },184{ 0xcc, 0xff, 0x99, PC_NOCOLLAPSE },185{ 0xff, 0xff, 0x99, PC_NOCOLLAPSE },186{ 0x00, 0x00, 0xcc, PC_NOCOLLAPSE },187{ 0x33, 0x00, 0x99, PC_NOCOLLAPSE },188{ 0x66, 0x00, 0xcc, PC_NOCOLLAPSE },189{ 0x99, 0x00, 0xcc, PC_NOCOLLAPSE },190{ 0xcc, 0x00, 0xcc, PC_NOCOLLAPSE },191{ 0x00, 0x33, 0x99, PC_NOCOLLAPSE },192{ 0x33, 0x33, 0xcc, PC_NOCOLLAPSE },193{ 0x66, 0x33, 0xcc, PC_NOCOLLAPSE },194{ 0x99, 0x33, 0xcc, PC_NOCOLLAPSE },195{ 0xcc, 0x33, 0xcc, PC_NOCOLLAPSE },196{ 0xff, 0x33, 0xcc, PC_NOCOLLAPSE },197{ 0x00, 0x66, 0xcc, PC_NOCOLLAPSE },198{ 0x33, 0x66, 0xcc, PC_NOCOLLAPSE },199{ 0x66, 0x66, 0x99, PC_NOCOLLAPSE },200{ 0x99, 0x66, 0xcc, PC_NOCOLLAPSE },201{ 0xcc, 0x66, 0xcc, PC_NOCOLLAPSE },202{ 0xff, 0x66, 0x99, PC_NOCOLLAPSE },203{ 0x00, 0x99, 0xcc, PC_NOCOLLAPSE },204{ 0x33, 0x99, 0xcc, PC_NOCOLLAPSE },205{ 0x66, 0x99, 0xcc, PC_NOCOLLAPSE },206{ 0x99, 0x99, 0xcc, PC_NOCOLLAPSE },207{ 0xcc, 0x99, 0xcc, PC_NOCOLLAPSE },208{ 0xff, 0x99, 0xcc, PC_NOCOLLAPSE },209{ 0x00, 0xcc, 0xcc, PC_NOCOLLAPSE },210{ 0x33, 0xcc, 0xcc, PC_NOCOLLAPSE },211{ 0x66, 0xcc, 0xcc, PC_NOCOLLAPSE },212{ 0x99, 0xcc, 0xcc, PC_NOCOLLAPSE },213{ 0xcc, 0xcc, 0xcc, PC_NOCOLLAPSE },214{ 0xff, 0xcc, 0xcc, PC_NOCOLLAPSE },215{ 0x00, 0xff, 0xcc, PC_NOCOLLAPSE },216{ 0x33, 0xff, 0xcc, PC_NOCOLLAPSE },217{ 0x66, 0xff, 0x99, PC_NOCOLLAPSE },218{ 0x99, 0xff, 0xcc, PC_NOCOLLAPSE },219{ 0xcc, 0xff, 0xcc, PC_NOCOLLAPSE },220{ 0xff, 0xff, 0xcc, PC_NOCOLLAPSE },221{ 0x33, 0x00, 0xcc, PC_NOCOLLAPSE },222{ 0x66, 0x00, 0xff, PC_NOCOLLAPSE },223{ 0x99, 0x00, 0xff, PC_NOCOLLAPSE },224{ 0x00, 0x33, 0xcc, PC_NOCOLLAPSE },225{ 0x33, 0x33, 0xff, PC_NOCOLLAPSE },226{ 0x66, 0x33, 0xff, PC_NOCOLLAPSE },227{ 0x99, 0x33, 0xff, PC_NOCOLLAPSE },228{ 0xcc, 0x33, 0xff, PC_NOCOLLAPSE },229{ 0xff, 0x33, 0xff, PC_NOCOLLAPSE },230{ 0x00, 0x66, 0xff, PC_NOCOLLAPSE },231{ 0x33, 0x66, 0xff, PC_NOCOLLAPSE },232{ 0x66, 0x66, 0xcc, PC_NOCOLLAPSE },233{ 0x99, 0x66, 0xff, PC_NOCOLLAPSE },234{ 0xcc, 0x66, 0xff, PC_NOCOLLAPSE },235{ 0xff, 0x66, 0xcc, PC_NOCOLLAPSE },236{ 0x00, 0x99, 0xff, PC_NOCOLLAPSE },237{ 0x33, 0x99, 0xff, PC_NOCOLLAPSE },238{ 0x66, 0x99, 0xff, PC_NOCOLLAPSE },239{ 0x99, 0x99, 0xff, PC_NOCOLLAPSE },240{ 0xcc, 0x99, 0xff, PC_NOCOLLAPSE },241{ 0xff, 0x99, 0xff, PC_NOCOLLAPSE },242{ 0x00, 0xcc, 0xff, PC_NOCOLLAPSE },243{ 0x33, 0xcc, 0xff, PC_NOCOLLAPSE },244{ 0x66, 0xcc, 0xff, PC_NOCOLLAPSE },245{ 0x99, 0xcc, 0xff, PC_NOCOLLAPSE },246{ 0xcc, 0xcc, 0xff, PC_NOCOLLAPSE },247{ 0xff, 0xcc, 0xff, PC_NOCOLLAPSE },248{ 0x33, 0xff, 0xff, PC_NOCOLLAPSE },249{ 0x66, 0xff, 0xcc, PC_NOCOLLAPSE },250{ 0x99, 0xff, 0xff, PC_NOCOLLAPSE },251{ 0xcc, 0xff, 0xff, PC_NOCOLLAPSE },252{ 0xff, 0x66, 0x66, PC_NOCOLLAPSE },253{ 0x66, 0xff, 0x66, PC_NOCOLLAPSE },254{ 0xff, 0xff, 0x66, PC_NOCOLLAPSE },255{ 0x66, 0x66, 0xff, PC_NOCOLLAPSE },256{ 0xff, 0x66, 0xff, PC_NOCOLLAPSE },257{ 0x66, 0xff, 0xff, PC_NOCOLLAPSE },258{ 0xa5, 0x00, 0x21, PC_NOCOLLAPSE },259{ 0x5f, 0x5f, 0x5f, PC_NOCOLLAPSE },260{ 0x77, 0x77, 0x77, PC_NOCOLLAPSE },261{ 0x86, 0x86, 0x86, PC_NOCOLLAPSE },262{ 0x96, 0x96, 0x96, PC_NOCOLLAPSE },263{ 0xcb, 0xcb, 0xcb, PC_NOCOLLAPSE },264{ 0xb2, 0xb2, 0xb2, PC_NOCOLLAPSE },265{ 0xd7, 0xd7, 0xd7, PC_NOCOLLAPSE },266{ 0xdd, 0xdd, 0xdd, PC_NOCOLLAPSE },267{ 0xe3, 0xe3, 0xe3, PC_NOCOLLAPSE },268{ 0xea, 0xea, 0xea, PC_NOCOLLAPSE },269{ 0xf1, 0xf1, 0xf1, PC_NOCOLLAPSE },270{ 0xf8, 0xf8, 0xf8, PC_NOCOLLAPSE },271};272273#endif _AWT_CUSTOMPALETTEDEF_H274275276