Searched refs:DEFINE_CONVERT_BLIT (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DIntArgbBm.c97 DEFINE_CONVERT_BLIT(IntArgbBm, IntArgb, 1IntArgb)
99 DEFINE_CONVERT_BLIT(IntArgb, IntArgbBm, 1IntArgb)
101 DEFINE_CONVERT_BLIT(ByteIndexed, IntArgbBm, 1IntArgb)
H A DUshort555Rgbx.c100 DEFINE_CONVERT_BLIT(Ushort555Rgbx, IntArgb, 3ByteRgb)
102 DEFINE_CONVERT_BLIT(IntArgb, Ushort555Rgbx, 1IntRgb)
104 DEFINE_CONVERT_BLIT(ThreeByteBgr, Ushort555Rgbx, 3ByteRgb)
106 DEFINE_CONVERT_BLIT(ByteGray, Ushort555Rgbx, 3ByteRgb)
H A DFourByteAbgr.c124 DEFINE_CONVERT_BLIT(FourByteAbgr, IntArgb, 1IntArgb)
126 DEFINE_CONVERT_BLIT(IntArgb, FourByteAbgr, 4ByteArgb)
128 DEFINE_CONVERT_BLIT(IntRgb, FourByteAbgr, 3ByteRgb)
130 DEFINE_CONVERT_BLIT(ThreeByteBgr, FourByteAbgr, 3ByteRgb)
132 DEFINE_CONVERT_BLIT(ByteGray, FourByteAbgr, 3ByteRgb)
H A DFourByteAbgrPre.c132 DEFINE_CONVERT_BLIT(FourByteAbgrPre, IntArgb, 1IntArgb)
134 DEFINE_CONVERT_BLIT(IntArgb, FourByteAbgrPre, 4ByteArgb)
136 DEFINE_CONVERT_BLIT(IntRgb, FourByteAbgrPre, 3ByteRgb)
138 DEFINE_CONVERT_BLIT(ThreeByteBgr, FourByteAbgrPre, 3ByteRgb)
140 DEFINE_CONVERT_BLIT(ByteGray, FourByteAbgrPre, 3ByteRgb)
H A DIntArgbPre.c128 DEFINE_CONVERT_BLIT(IntArgbPre, IntArgb, 1IntArgb)
130 DEFINE_CONVERT_BLIT(IntArgb, IntArgbPre, 1IntArgb)
132 DEFINE_CONVERT_BLIT(IntRgb, IntArgbPre, 1IntArgb)
134 DEFINE_CONVERT_BLIT(ThreeByteBgr, IntArgbPre, 1IntArgb)
136 DEFINE_CONVERT_BLIT(ByteGray, IntArgbPre, 1IntArgb)
H A DIntRgbx.c123 DEFINE_CONVERT_BLIT(IntRgbx, IntArgb, 1IntRgb)
125 DEFINE_CONVERT_BLIT(IntArgb, IntRgbx, 1IntRgb)
127 DEFINE_CONVERT_BLIT(ThreeByteBgr, IntRgbx, 1IntRgb)
129 DEFINE_CONVERT_BLIT(ByteGray, IntRgbx, 1IntRgb)
H A DUshort555Rgb.c129 DEFINE_CONVERT_BLIT(Ushort555Rgb, IntArgb, 3ByteRgb)
131 DEFINE_CONVERT_BLIT(IntArgb, Ushort555Rgb, 1IntRgb)
133 DEFINE_CONVERT_BLIT(ThreeByteBgr, Ushort555Rgb, 3ByteRgb)
135 DEFINE_CONVERT_BLIT(ByteGray, Ushort555Rgb, 3ByteRgb)
H A DUshort565Rgb.c132 DEFINE_CONVERT_BLIT(Ushort565Rgb, IntArgb, 3ByteRgb)
134 DEFINE_CONVERT_BLIT(IntArgb, Ushort565Rgb, 1IntRgb)
136 DEFINE_CONVERT_BLIT(ThreeByteBgr, Ushort565Rgb, 3ByteRgb)
138 DEFINE_CONVERT_BLIT(ByteGray, Ushort565Rgb, 3ByteRgb)
H A DUshortGray.c121 DEFINE_CONVERT_BLIT(UshortGray, IntArgb, 1IntArgb)
123 DEFINE_CONVERT_BLIT(IntArgb, UshortGray, 3ByteRgb)
125 DEFINE_CONVERT_BLIT(ThreeByteBgr, UshortGray, 3ByteRgb)
127 DEFINE_CONVERT_BLIT(ByteGray, UshortGray, 1ByteGray)
H A DByteGray.c143 DEFINE_CONVERT_BLIT(ByteGray, IntArgb, 1IntArgb)
145 DEFINE_CONVERT_BLIT(IntArgb, ByteGray, 3ByteRgb)
147 DEFINE_CONVERT_BLIT(ThreeByteBgr, ByteGray, 3ByteRgb)
149 DEFINE_CONVERT_BLIT(UshortGray, ByteGray, 1ByteGray)
153 DEFINE_CONVERT_BLIT(Index8Gray, ByteGray, 1ByteGray)
155 DEFINE_CONVERT_BLIT(Index12Gray, ByteGray, 1ByteGray)
H A DIndex12Gray.c139 DEFINE_CONVERT_BLIT(IntArgb, Index12Gray, 3ByteRgb)
141 DEFINE_CONVERT_BLIT(ThreeByteBgr, Index12Gray, 3ByteRgb)
143 DEFINE_CONVERT_BLIT(ByteGray, Index12Gray, 1ByteGray)
145 DEFINE_CONVERT_BLIT(Index8Gray, Index12Gray, 1ByteGray)
147 DEFINE_CONVERT_BLIT(ByteIndexed, Index12Gray, 3ByteRgb)
H A DIntRgb.c135 DEFINE_CONVERT_BLIT(IntRgb, IntArgb, 1IntRgb)
137 DEFINE_CONVERT_BLIT(ThreeByteBgr, IntRgb, 1IntRgb)
139 DEFINE_CONVERT_BLIT(ByteGray, IntRgb, 1IntRgb)
H A DThreeByteBgr.c123 DEFINE_CONVERT_BLIT(ThreeByteBgr, IntArgb, 1IntArgb)
125 DEFINE_CONVERT_BLIT(IntArgb, ThreeByteBgr, 1IntRgb)
127 DEFINE_CONVERT_BLIT(ByteGray, ThreeByteBgr, 3ByteRgb)
H A DByteIndexed.c146 DEFINE_CONVERT_BLIT(IntArgb, ByteIndexed, 3ByteRgb)
148 DEFINE_CONVERT_BLIT(ThreeByteBgr, ByteIndexed, 3ByteRgb)
150 DEFINE_CONVERT_BLIT(ByteGray, ByteIndexed, 3ByteRgb)
152 DEFINE_CONVERT_BLIT(Index12Gray, ByteIndexed, 3ByteRgb)
H A DIndex8Gray.c136 DEFINE_CONVERT_BLIT(IntArgb, Index8Gray, 3ByteRgb)
138 DEFINE_CONVERT_BLIT(ThreeByteBgr, Index8Gray, 3ByteRgb)
140 DEFINE_CONVERT_BLIT(ByteGray, Index8Gray, 1ByteGray)
142 DEFINE_CONVERT_BLIT(Index12Gray, Index8Gray, 1ByteGray)
H A DUshortIndexed.c132 DEFINE_CONVERT_BLIT(IntArgb, UshortIndexed, 3ByteRgb)
134 DEFINE_CONVERT_BLIT(ThreeByteBgr, UshortIndexed, 3ByteRgb)
136 DEFINE_CONVERT_BLIT(ByteGray, UshortIndexed, 3ByteRgb)
138 DEFINE_CONVERT_BLIT(Index12Gray, UshortIndexed, 3ByteRgb)
H A DIntBgr.c156 DEFINE_CONVERT_BLIT(IntBgr, IntArgb, 1IntRgb)
158 DEFINE_CONVERT_BLIT(IntArgb, IntBgr, 1IntRgb)
160 DEFINE_CONVERT_BLIT(ThreeByteBgr, IntBgr, 3ByteRgb)
H A DLoopMacros.h49 * DEFINE_CONVERT_BLIT(SRC, DST, CONV_METHOD)
172 * This is a "conversion strategy" for use with the DEFINE_CONVERT_BLIT
186 * This is a "conversion strategy" for use with the DEFINE_CONVERT_BLIT
200 * This is a "conversion strategy" for use with the DEFINE_CONVERT_BLIT
214 * This is a "conversion strategy" for use with the DEFINE_CONVERT_BLIT
229 * This is a "conversion strategy" for use with the DEFINE_CONVERT_BLIT
902 #define DEFINE_CONVERT_BLIT(SRC, DST, STRATEGY) \ macro

Completed in 44 milliseconds