Searched refs:DECLARE_CONVERT_BLIT (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DUshort555Rgbx.c44 DECLARE_CONVERT_BLIT(Ushort555Rgbx, IntArgb);
45 DECLARE_CONVERT_BLIT(IntArgb, Ushort555Rgbx);
46 DECLARE_CONVERT_BLIT(ThreeByteBgr, Ushort555Rgbx);
47 DECLARE_CONVERT_BLIT(ByteGray, Ushort555Rgbx);
48 DECLARE_CONVERT_BLIT(ByteIndexed, Ushort555Rgbx);
H A DFourByteAbgr.c47 DECLARE_CONVERT_BLIT(FourByteAbgr, IntArgb);
48 DECLARE_CONVERT_BLIT(IntArgb, FourByteAbgr);
49 DECLARE_CONVERT_BLIT(IntRgb, FourByteAbgr);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, FourByteAbgr);
51 DECLARE_CONVERT_BLIT(ByteGray, FourByteAbgr);
52 DECLARE_CONVERT_BLIT(ByteIndexed, FourByteAbgr);
H A DFourByteAbgrPre.c47 DECLARE_CONVERT_BLIT(FourByteAbgrPre, IntArgb);
48 DECLARE_CONVERT_BLIT(IntArgb, FourByteAbgrPre);
49 DECLARE_CONVERT_BLIT(IntRgb, FourByteAbgrPre);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, FourByteAbgrPre);
51 DECLARE_CONVERT_BLIT(ByteGray, FourByteAbgrPre);
52 DECLARE_CONVERT_BLIT(ByteIndexed, FourByteAbgrPre);
H A DIntArgbPre.c45 DECLARE_CONVERT_BLIT(IntArgbPre, IntArgb);
46 DECLARE_CONVERT_BLIT(IntArgb, IntArgbPre);
47 DECLARE_CONVERT_BLIT(IntRgb, IntArgbPre);
48 DECLARE_CONVERT_BLIT(ThreeByteBgr, IntArgbPre);
49 DECLARE_CONVERT_BLIT(ByteGray, IntArgbPre);
50 DECLARE_CONVERT_BLIT(ByteIndexed, IntArgbPre);
H A DByteBinary1Bit.c49 DECLARE_CONVERT_BLIT(ByteBinary1Bit, ByteBinary1Bit);
50 DECLARE_CONVERT_BLIT(ByteBinary1Bit, IntArgb);
51 DECLARE_CONVERT_BLIT(IntArgb, ByteBinary1Bit);
H A DByteBinary2Bit.c49 DECLARE_CONVERT_BLIT(ByteBinary2Bit, ByteBinary2Bit);
50 DECLARE_CONVERT_BLIT(ByteBinary2Bit, IntArgb);
51 DECLARE_CONVERT_BLIT(IntArgb, ByteBinary2Bit);
H A DByteBinary4Bit.c49 DECLARE_CONVERT_BLIT(ByteBinary4Bit, ByteBinary4Bit);
50 DECLARE_CONVERT_BLIT(ByteBinary4Bit, IntArgb);
51 DECLARE_CONVERT_BLIT(IntArgb, ByteBinary4Bit);
H A DIntArgbBm.c43 DECLARE_CONVERT_BLIT(IntArgbBm, IntArgb);
44 DECLARE_CONVERT_BLIT(IntArgb, IntArgbBm);
45 DECLARE_CONVERT_BLIT(ByteIndexed, IntArgbBm);
H A DIntRgbx.c47 DECLARE_CONVERT_BLIT(IntRgbx, IntArgb);
48 DECLARE_CONVERT_BLIT(IntArgb, IntRgbx);
49 DECLARE_CONVERT_BLIT(ThreeByteBgr, IntRgbx);
50 DECLARE_CONVERT_BLIT(ByteGray, IntRgbx);
51 DECLARE_CONVERT_BLIT(ByteIndexed, IntRgbx);
H A DUshort555Rgb.c47 DECLARE_CONVERT_BLIT(Ushort555Rgb, IntArgb);
48 DECLARE_CONVERT_BLIT(IntArgb, Ushort555Rgb);
49 DECLARE_CONVERT_BLIT(ThreeByteBgr, Ushort555Rgb);
50 DECLARE_CONVERT_BLIT(ByteGray, Ushort555Rgb);
51 DECLARE_CONVERT_BLIT(ByteIndexed, Ushort555Rgb);
H A DUshort565Rgb.c48 DECLARE_CONVERT_BLIT(Ushort565Rgb, IntArgb);
49 DECLARE_CONVERT_BLIT(IntArgb, Ushort565Rgb);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, Ushort565Rgb);
51 DECLARE_CONVERT_BLIT(ByteGray, Ushort565Rgb);
52 DECLARE_CONVERT_BLIT(ByteIndexed, Ushort565Rgb);
H A DUshortGray.c47 DECLARE_CONVERT_BLIT(UshortGray, IntArgb);
48 DECLARE_CONVERT_BLIT(IntArgb, UshortGray);
49 DECLARE_CONVERT_BLIT(ThreeByteBgr, UshortGray);
50 DECLARE_CONVERT_BLIT(ByteGray, UshortGray);
51 DECLARE_CONVERT_BLIT(ByteIndexed, UshortGray);
H A DByteGray.c49 DECLARE_CONVERT_BLIT(ByteGray, IntArgb);
50 DECLARE_CONVERT_BLIT(IntArgb, ByteGray);
51 DECLARE_CONVERT_BLIT(ThreeByteBgr, ByteGray);
52 DECLARE_CONVERT_BLIT(UshortGray, ByteGray);
53 DECLARE_CONVERT_BLIT(ByteIndexed, ByteGray);
54 DECLARE_CONVERT_BLIT(Index8Gray, ByteGray);
55 DECLARE_CONVERT_BLIT(Index12Gray, ByteGray);
H A DIndex12Gray.c49 DECLARE_CONVERT_BLIT(Index12Gray, IntArgb);
50 DECLARE_CONVERT_BLIT(IntArgb, Index12Gray);
51 DECLARE_CONVERT_BLIT(ThreeByteBgr, Index12Gray);
52 DECLARE_CONVERT_BLIT(ByteGray, Index12Gray);
53 DECLARE_CONVERT_BLIT(Index8Gray, Index12Gray);
54 DECLARE_CONVERT_BLIT(ByteIndexed, Index12Gray);
55 DECLARE_CONVERT_BLIT(Index12Gray, Index12Gray);
H A DIntRgb.c46 DECLARE_CONVERT_BLIT(IntRgb, IntArgb);
47 DECLARE_CONVERT_BLIT(ThreeByteBgr, IntRgb);
48 DECLARE_CONVERT_BLIT(ByteGray, IntRgb);
49 DECLARE_CONVERT_BLIT(Index12Gray, IntArgb);
H A DThreeByteBgr.c46 DECLARE_CONVERT_BLIT(ThreeByteBgr, IntArgb);
47 DECLARE_CONVERT_BLIT(IntArgb, ThreeByteBgr);
48 DECLARE_CONVERT_BLIT(ByteGray, ThreeByteBgr);
49 DECLARE_CONVERT_BLIT(ByteIndexed, ThreeByteBgr);
H A DIndex8Gray.c49 DECLARE_CONVERT_BLIT(IntArgb, Index8Gray);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, Index8Gray);
51 DECLARE_CONVERT_BLIT(ByteGray, Index8Gray);
52 DECLARE_CONVERT_BLIT(Index12Gray, Index8Gray);
53 DECLARE_CONVERT_BLIT(ByteIndexed, Index8Gray);
54 DECLARE_CONVERT_BLIT(Index8Gray, Index8Gray);
H A DIntBgr.c48 DECLARE_CONVERT_BLIT(IntBgr, IntArgb);
49 DECLARE_CONVERT_BLIT(IntArgb, IntBgr);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, IntBgr);
51 DECLARE_CONVERT_BLIT(ByteIndexed, IntBgr);
65 DECLARE_CONVERT_BLIT(ByteGray, IntRgb);
67 DECLARE_CONVERT_BLIT(Index12Gray, IntArgb);
H A DUshortIndexed.c49 DECLARE_CONVERT_BLIT(IntArgb, UshortIndexed);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, UshortIndexed);
51 DECLARE_CONVERT_BLIT(ByteGray, UshortIndexed);
52 DECLARE_CONVERT_BLIT(UshortIndexed, UshortIndexed);
53 DECLARE_CONVERT_BLIT(Index12Gray, UshortIndexed);
54 DECLARE_CONVERT_BLIT(UshortIndexed, IntArgb);
H A DByteIndexed.c49 DECLARE_CONVERT_BLIT(IntArgb, ByteIndexed);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, ByteIndexed);
51 DECLARE_CONVERT_BLIT(ByteGray, ByteIndexed);
52 DECLARE_CONVERT_BLIT(ByteIndexed, ByteIndexed);
53 DECLARE_CONVERT_BLIT(Index12Gray, ByteIndexed);
H A DAnyInt.h66 DECLARE_CONVERT_BLIT(ByteIndexed, IntArgb);
H A DIntArgb.c45 DECLARE_CONVERT_BLIT(Index12Gray, IntArgb);
H A DLoopMacros.h620 #define DECLARE_CONVERT_BLIT(SRC, DST) \ macro

Completed in 47 milliseconds