1 /*
2  * Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved.
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * This code is free software; you can redistribute it and/or modify it
6  * under the terms of the GNU General Public License version 2 only, as
7  * published by the Free Software Foundation.  Oracle designates this
8  * particular file as subject to the "Classpath" exception as provided
9  * by Oracle in the LICENSE file that accompanied this code.
10  *
11  * This code is distributed in the hope that it will be useful, but WITHOUT
12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14  * version 2 for more details (a copy is included in the LICENSE file that
15  * accompanied this code).
16  *
17  * You should have received a copy of the GNU General Public License version
18  * 2 along with this work; if not, write to the Free Software Foundation,
19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20  *
21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22  * or visit www.oracle.com if you need additional information or have any
23  * questions.
24  */
25 
26 #include "Any3Byte.h"
27 #include "ThreeByteBgr.h"
28 #include "AlphaMacros.h"
29 
30 #include "IntArgb.h"
31 #include "IntArgbBm.h"
32 #include "IntArgbPre.h"
33 #include "IntRgb.h"
34 #include "ByteGray.h"
35 #include "ByteIndexed.h"
36 
37 /*
38  * This file declares, registers, and defines the various graphics
39  * primitive loops to manipulate surfaces of type "ThreeByteBgr".
40  *
41  * See also LoopMacros.h
42  */
43 
44 RegisterFunc RegisterThreeByteBgr;
45 
46 DECLARE_CONVERT_BLIT(ThreeByteBgr, IntArgb);
47 DECLARE_CONVERT_BLIT(IntArgb, ThreeByteBgr);
48 DECLARE_CONVERT_BLIT(ByteGray, ThreeByteBgr);
49 DECLARE_CONVERT_BLIT(ByteIndexed, ThreeByteBgr);
50 DECLARE_SCALE_BLIT(ThreeByteBgr, IntArgb);
51 DECLARE_SCALE_BLIT(IntArgb, ThreeByteBgr);
52 DECLARE_SCALE_BLIT(ByteGray, ThreeByteBgr);
53 DECLARE_SCALE_BLIT(ByteIndexed, ThreeByteBgr);
54 DECLARE_XPAR_CONVERT_BLIT(ByteIndexedBm, ThreeByteBgr);
55 DECLARE_XPAR_SCALE_BLIT(ByteIndexedBm, ThreeByteBgr);
56 DECLARE_XPAR_SCALE_BLIT(IntArgbBm, ThreeByteBgr);
57 DECLARE_XPAR_BLITBG(ByteIndexedBm, ThreeByteBgr);
58 DECLARE_XPAR_CONVERT_BLIT(IntArgbBm, ThreeByteBgr);
59 DECLARE_XPAR_BLITBG(IntArgbBm, ThreeByteBgr);
60 
61 DECLARE_XOR_BLIT(IntArgb, ThreeByteBgr);
62 DECLARE_SRC_MASKFILL(ThreeByteBgr);
63 DECLARE_SRCOVER_MASKFILL(ThreeByteBgr);
64 DECLARE_ALPHA_MASKFILL(ThreeByteBgr);
65 DECLARE_SRCOVER_MASKBLIT(IntArgb, ThreeByteBgr);
66 DECLARE_ALPHA_MASKBLIT(IntArgb, ThreeByteBgr);
67 DECLARE_SRCOVER_MASKBLIT(IntArgbPre, ThreeByteBgr);
68 DECLARE_ALPHA_MASKBLIT(IntArgbPre, ThreeByteBgr);
69 DECLARE_ALPHA_MASKBLIT(IntRgb, ThreeByteBgr);
70 DECLARE_SOLID_DRAWGLYPHLISTAA(ThreeByteBgr);
71 DECLARE_SOLID_DRAWGLYPHLISTLCD(ThreeByteBgr);
72 
73 DECLARE_TRANSFORMHELPER_FUNCS(ThreeByteBgr);
74 
75 NativePrimitive ThreeByteBgrPrimitives[] = {
76     REGISTER_ANY3BYTE_ISOCOPY_BLIT(ThreeByteBgr),
77     REGISTER_ANY3BYTE_ISOSCALE_BLIT(ThreeByteBgr),
78     REGISTER_ANY3BYTE_ISOXOR_BLIT(ThreeByteBgr),
79     REGISTER_CONVERT_BLIT(ThreeByteBgr, IntArgb),
80     REGISTER_CONVERT_BLIT(IntArgb, ThreeByteBgr),
81     REGISTER_CONVERT_BLIT_EQUIV(IntRgb, ThreeByteBgr,
82                                 NAME_CONVERT_BLIT(IntArgb, ThreeByteBgr)),
83     REGISTER_CONVERT_BLIT_EQUIV(IntArgbBm, ThreeByteBgr,
84                                 NAME_CONVERT_BLIT(IntArgb, ThreeByteBgr)),
85     REGISTER_CONVERT_BLIT(ByteGray, ThreeByteBgr),
86     REGISTER_CONVERT_BLIT(ByteIndexed, ThreeByteBgr),
87     REGISTER_SCALE_BLIT(ThreeByteBgr, IntArgb),
88     REGISTER_SCALE_BLIT(IntArgb, ThreeByteBgr),
89     REGISTER_SCALE_BLIT_EQUIV(IntRgb, ThreeByteBgr,
90                               NAME_SCALE_BLIT(IntArgb, ThreeByteBgr)),
91     REGISTER_SCALE_BLIT_EQUIV(IntArgbBm, ThreeByteBgr,
92                               NAME_SCALE_BLIT(IntArgb, ThreeByteBgr)),
93     REGISTER_SCALE_BLIT(ByteGray, ThreeByteBgr),
94     REGISTER_SCALE_BLIT(ByteIndexed, ThreeByteBgr),
95     REGISTER_XPAR_CONVERT_BLIT(ByteIndexedBm, ThreeByteBgr),
96     REGISTER_XPAR_SCALE_BLIT(ByteIndexedBm, ThreeByteBgr),
97     REGISTER_XPAR_SCALE_BLIT(IntArgbBm, ThreeByteBgr),
98     REGISTER_XPAR_BLITBG(ByteIndexedBm, ThreeByteBgr),
99     REGISTER_XPAR_CONVERT_BLIT(IntArgbBm, ThreeByteBgr),
100     REGISTER_XPAR_BLITBG(IntArgbBm, ThreeByteBgr),
101 
102     REGISTER_XOR_BLIT(IntArgb, ThreeByteBgr),
103     REGISTER_SRC_MASKFILL(ThreeByteBgr),
104     REGISTER_SRCOVER_MASKFILL(ThreeByteBgr),
105     REGISTER_ALPHA_MASKFILL(ThreeByteBgr),
106     REGISTER_SRCOVER_MASKBLIT(IntArgb, ThreeByteBgr),
107     REGISTER_ALPHA_MASKBLIT(IntArgb, ThreeByteBgr),
108     REGISTER_SRCOVER_MASKBLIT(IntArgbPre, ThreeByteBgr),
109     REGISTER_ALPHA_MASKBLIT(IntArgbPre, ThreeByteBgr),
110     REGISTER_ALPHA_MASKBLIT(IntRgb, ThreeByteBgr),
111     REGISTER_SOLID_DRAWGLYPHLISTAA(ThreeByteBgr),
112     REGISTER_SOLID_DRAWGLYPHLISTLCD(ThreeByteBgr),
113 
114     REGISTER_TRANSFORMHELPER_FUNCS(ThreeByteBgr),
115 };
116 
RegisterThreeByteBgr(JNIEnv * env)117 jboolean RegisterThreeByteBgr(JNIEnv *env)
118 {
119     return RegisterPrimitives(env, ThreeByteBgrPrimitives,
120                               ArraySize(ThreeByteBgrPrimitives));
121 }
122 
123 DEFINE_CONVERT_BLIT(ThreeByteBgr, IntArgb, 1IntArgb)
124 
125 DEFINE_CONVERT_BLIT(IntArgb, ThreeByteBgr, 1IntRgb)
126 
127 DEFINE_CONVERT_BLIT(ByteGray, ThreeByteBgr, 3ByteRgb)
128 
129 DEFINE_CONVERT_BLIT_LUT8(ByteIndexed, ThreeByteBgr, ConvertOnTheFly)
130 
131 DEFINE_SCALE_BLIT(ThreeByteBgr, IntArgb, 1IntArgb)
132 
133 DEFINE_SCALE_BLIT(IntArgb, ThreeByteBgr, 1IntRgb)
134 
135 DEFINE_SCALE_BLIT(ByteGray, ThreeByteBgr, 3ByteRgb)
136 
137 DEFINE_SCALE_BLIT_LUT8(ByteIndexed, ThreeByteBgr, ConvertOnTheFly)
138 
139 DEFINE_XPAR_CONVERT_BLIT_LUT8(ByteIndexedBm, ThreeByteBgr, ConvertOnTheFly)
140 
141 DEFINE_XPAR_SCALE_BLIT_LUT8(ByteIndexedBm, ThreeByteBgr, ConvertOnTheFly)
142 
143 DEFINE_XPAR_SCALE_BLIT(IntArgbBm, ThreeByteBgr, 1IntRgb)
144 
145 DEFINE_XPAR_BLITBG_LUT8(ByteIndexedBm, ThreeByteBgr, ConvertOnTheFly)
146 
147 DEFINE_XPAR_CONVERT_BLIT(IntArgbBm, ThreeByteBgr, 1IntRgb)
148 
149 DEFINE_XPAR_BLITBG(IntArgbBm, ThreeByteBgr, 1IntRgb)
150 
151 DEFINE_XOR_BLIT(IntArgb, ThreeByteBgr, Any3Byte)
152 
153 DEFINE_SRC_MASKFILL(ThreeByteBgr, 4ByteArgb)
154 
155 DEFINE_SRCOVER_MASKFILL(ThreeByteBgr, 4ByteArgb)
156 
157 DEFINE_ALPHA_MASKFILL(ThreeByteBgr, 4ByteArgb)
158 
159 DEFINE_SRCOVER_MASKBLIT(IntArgb, ThreeByteBgr, 4ByteArgb)
160 
161 DEFINE_ALPHA_MASKBLIT(IntArgb, ThreeByteBgr, 4ByteArgb)
162 
163 DEFINE_SRCOVER_MASKBLIT(IntArgbPre, ThreeByteBgr, 4ByteArgb)
164 
165 DEFINE_ALPHA_MASKBLIT(IntArgbPre, ThreeByteBgr, 4ByteArgb)
166 
167 DEFINE_ALPHA_MASKBLIT(IntRgb, ThreeByteBgr, 4ByteArgb)
168 
169 DEFINE_SOLID_DRAWGLYPHLISTAA(ThreeByteBgr, 3ByteRgb)
170 
171 DEFINE_SOLID_DRAWGLYPHLISTLCD(ThreeByteBgr, 3ByteRgb)
172 
173 DEFINE_TRANSFORMHELPERS(ThreeByteBgr)
174