Searched refs:REGISTER_CONVERT_BLIT (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DUshort555Rgbx.c66 REGISTER_CONVERT_BLIT(Ushort555Rgbx, IntArgb),
67 REGISTER_CONVERT_BLIT(IntArgb, Ushort555Rgbx),
70 REGISTER_CONVERT_BLIT(ThreeByteBgr, Ushort555Rgbx),
71 REGISTER_CONVERT_BLIT(ByteGray, Ushort555Rgbx),
72 REGISTER_CONVERT_BLIT(ByteIndexed, Ushort555Rgbx),
H A DFourByteAbgr.c81 REGISTER_CONVERT_BLIT(FourByteAbgr, IntArgb),
82 REGISTER_CONVERT_BLIT(IntArgb, FourByteAbgr),
83 REGISTER_CONVERT_BLIT(IntRgb, FourByteAbgr),
84 REGISTER_CONVERT_BLIT(ThreeByteBgr, FourByteAbgr),
85 REGISTER_CONVERT_BLIT(ByteGray, FourByteAbgr),
86 REGISTER_CONVERT_BLIT(ByteIndexed, FourByteAbgr),
H A DFourByteAbgrPre.c81 REGISTER_CONVERT_BLIT(FourByteAbgrPre, IntArgb),
82 REGISTER_CONVERT_BLIT(IntArgb, FourByteAbgrPre),
83 REGISTER_CONVERT_BLIT(IntRgb, FourByteAbgrPre),
84 REGISTER_CONVERT_BLIT(ThreeByteBgr, FourByteAbgrPre),
85 REGISTER_CONVERT_BLIT(ByteGray, FourByteAbgrPre),
86 REGISTER_CONVERT_BLIT(ByteIndexed, FourByteAbgrPre),
H A DIntArgbPre.c78 REGISTER_CONVERT_BLIT(IntArgbPre, IntArgb),
79 REGISTER_CONVERT_BLIT(IntArgb, IntArgbPre),
80 REGISTER_CONVERT_BLIT(IntRgb, IntArgbPre),
81 REGISTER_CONVERT_BLIT(ThreeByteBgr, IntArgbPre),
82 REGISTER_CONVERT_BLIT(ByteGray, IntArgbPre),
83 REGISTER_CONVERT_BLIT(ByteIndexed, IntArgbPre),
H A DByteBinary1Bit.c69 REGISTER_CONVERT_BLIT(ByteBinary1Bit, ByteBinary1Bit),
70 REGISTER_CONVERT_BLIT(ByteBinary1Bit, IntArgb),
71 REGISTER_CONVERT_BLIT(IntArgb, ByteBinary1Bit),
H A DByteBinary2Bit.c69 REGISTER_CONVERT_BLIT(ByteBinary2Bit, ByteBinary2Bit),
70 REGISTER_CONVERT_BLIT(ByteBinary2Bit, IntArgb),
71 REGISTER_CONVERT_BLIT(IntArgb, ByteBinary2Bit),
H A DByteBinary4Bit.c69 REGISTER_CONVERT_BLIT(ByteBinary4Bit, ByteBinary4Bit),
70 REGISTER_CONVERT_BLIT(ByteBinary4Bit, IntArgb),
71 REGISTER_CONVERT_BLIT(IntArgb, ByteBinary4Bit),
H A DIntArgbBm.c67 REGISTER_CONVERT_BLIT(IntArgbBm, IntArgb),
68 REGISTER_CONVERT_BLIT(IntArgb, IntArgbBm),
69 REGISTER_CONVERT_BLIT(ByteIndexed, IntArgbBm),
H A DIntRgbx.c79 REGISTER_CONVERT_BLIT(IntRgbx, IntArgb),
80 REGISTER_CONVERT_BLIT(IntArgb, IntRgbx),
81 REGISTER_CONVERT_BLIT(ThreeByteBgr, IntRgbx),
82 REGISTER_CONVERT_BLIT(ByteGray, IntRgbx),
85 REGISTER_CONVERT_BLIT(ByteIndexed, IntRgbx),
H A DUshort555Rgb.c80 REGISTER_CONVERT_BLIT(Ushort555Rgb, IntArgb),
81 REGISTER_CONVERT_BLIT(IntArgb, Ushort555Rgb),
86 REGISTER_CONVERT_BLIT(ThreeByteBgr, Ushort555Rgb),
87 REGISTER_CONVERT_BLIT(ByteGray, Ushort555Rgb),
88 REGISTER_CONVERT_BLIT(ByteIndexed, Ushort555Rgb),
H A DUshort565Rgb.c82 REGISTER_CONVERT_BLIT(Ushort565Rgb, IntArgb),
83 REGISTER_CONVERT_BLIT(IntArgb, Ushort565Rgb),
88 REGISTER_CONVERT_BLIT(ThreeByteBgr, Ushort565Rgb),
89 REGISTER_CONVERT_BLIT(ByteGray, Ushort565Rgb),
90 REGISTER_CONVERT_BLIT(ByteIndexed, Ushort565Rgb),
H A DUshortGray.c77 REGISTER_CONVERT_BLIT(UshortGray, IntArgb),
78 REGISTER_CONVERT_BLIT(IntArgb, UshortGray),
81 REGISTER_CONVERT_BLIT(ThreeByteBgr, UshortGray),
82 REGISTER_CONVERT_BLIT(ByteGray, UshortGray),
83 REGISTER_CONVERT_BLIT(ByteIndexed, UshortGray),
H A DByteGray.c87 REGISTER_CONVERT_BLIT(ByteGray, IntArgb),
88 REGISTER_CONVERT_BLIT(IntArgb, ByteGray),
93 REGISTER_CONVERT_BLIT(ThreeByteBgr, ByteGray),
94 REGISTER_CONVERT_BLIT(UshortGray, ByteGray),
95 REGISTER_CONVERT_BLIT(ByteIndexed, ByteGray),
96 REGISTER_CONVERT_BLIT(Index8Gray, ByteGray),
97 REGISTER_CONVERT_BLIT(Index12Gray, ByteGray),
H A DThreeByteBgr.c79 REGISTER_CONVERT_BLIT(ThreeByteBgr, IntArgb),
80 REGISTER_CONVERT_BLIT(IntArgb, ThreeByteBgr),
85 REGISTER_CONVERT_BLIT(ByteGray, ThreeByteBgr),
86 REGISTER_CONVERT_BLIT(ByteIndexed, ThreeByteBgr),
H A DIndex12Gray.c82 REGISTER_CONVERT_BLIT(IntArgb, Index12Gray),
85 REGISTER_CONVERT_BLIT(ThreeByteBgr, Index12Gray),
86 REGISTER_CONVERT_BLIT(ByteGray, Index12Gray),
87 REGISTER_CONVERT_BLIT(Index8Gray, Index12Gray),
91 REGISTER_CONVERT_BLIT(ByteIndexed, Index12Gray),
H A DIndex8Gray.c80 REGISTER_CONVERT_BLIT(IntArgb, Index8Gray),
83 REGISTER_CONVERT_BLIT(ThreeByteBgr, Index8Gray),
84 REGISTER_CONVERT_BLIT(ByteGray, Index8Gray),
85 REGISTER_CONVERT_BLIT(Index12Gray, Index8Gray),
89 REGISTER_CONVERT_BLIT(ByteIndexed, Index8Gray),
H A DUshortIndexed.c76 REGISTER_CONVERT_BLIT(IntArgb, UshortIndexed),
81 REGISTER_CONVERT_BLIT(ThreeByteBgr, UshortIndexed),
82 REGISTER_CONVERT_BLIT(ByteGray, UshortIndexed),
83 REGISTER_CONVERT_BLIT(Index12Gray, UshortIndexed),
85 REGISTER_CONVERT_BLIT(UshortIndexed, IntArgb),
H A DIntRgb.c78 REGISTER_CONVERT_BLIT(IntRgb, IntArgb),
83 REGISTER_CONVERT_BLIT(ThreeByteBgr, IntRgb),
84 REGISTER_CONVERT_BLIT(ByteGray, IntRgb),
H A DIntArgb.c64 REGISTER_CONVERT_BLIT(ByteIndexed, IntArgb),
65 REGISTER_CONVERT_BLIT(Index12Gray, IntArgb),
H A DByteIndexed.c77 REGISTER_CONVERT_BLIT(IntArgb, ByteIndexed),
82 REGISTER_CONVERT_BLIT(ThreeByteBgr, ByteIndexed),
83 REGISTER_CONVERT_BLIT(ByteGray, ByteIndexed),
84 REGISTER_CONVERT_BLIT(Index12Gray, ByteIndexed),
H A DIntBgr.c88 REGISTER_CONVERT_BLIT(IntBgr, IntArgb),
89 REGISTER_CONVERT_BLIT(IntArgb, IntBgr),
90 REGISTER_CONVERT_BLIT(ThreeByteBgr, IntBgr),
97 REGISTER_CONVERT_BLIT(ByteIndexed, IntBgr),
H A DLoopMacros.h713 #define REGISTER_CONVERT_BLIT(SRC, DST) \ macro

Completed in 47 milliseconds