Searched refs:NAME_SCALE_BLIT (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DIntBgr.c103 NAME_SCALE_BLIT(IntArgb, IntBgr)),
105 NAME_SCALE_BLIT(IntArgb, IntBgr)),
107 NAME_SCALE_BLIT(IntArgb, IntBgr)),
109 NAME_SCALE_BLIT(ByteIndexed, IntArgb)),
111 NAME_SCALE_BLIT(Index12Gray, IntArgb)),
123 NAME_SCALE_BLIT(ByteGray, IntRgb)),
H A DUshortIndexed.c90 NAME_SCALE_BLIT(IntArgb, UshortIndexed)),
92 NAME_SCALE_BLIT(IntArgb, UshortIndexed)),
99 NAME_SCALE_BLIT(UshortIndexed, IntArgb)),
187 void NAME_SCALE_BLIT(UshortIndexed, UshortIndexed) function
H A DIntRgb.c97 NAME_SCALE_BLIT(ByteIndexed, IntArgb)),
99 NAME_SCALE_BLIT(Index12Gray, IntArgb)),
H A DThreeByteBgr.c90 NAME_SCALE_BLIT(IntArgb, ThreeByteBgr)),
92 NAME_SCALE_BLIT(IntArgb, ThreeByteBgr)),
H A DUshort555Rgb.c92 NAME_SCALE_BLIT(IntArgb, Ushort555Rgb)),
94 NAME_SCALE_BLIT(IntArgb, Ushort555Rgb)),
H A DUshort565Rgb.c94 NAME_SCALE_BLIT(IntArgb, Ushort565Rgb)),
96 NAME_SCALE_BLIT(IntArgb, Ushort565Rgb)),
H A DByteIndexed.c88 NAME_SCALE_BLIT(IntArgb, ByteIndexed)),
90 NAME_SCALE_BLIT(IntArgb, ByteIndexed)),
196 void NAME_SCALE_BLIT(ByteIndexed, ByteIndexed) function
H A DUshort555Rgbx.c76 NAME_SCALE_BLIT(IntArgb, Ushort555Rgbx)),
H A DByteGray.c101 NAME_SCALE_BLIT(IntArgb, ByteGray)),
103 NAME_SCALE_BLIT(IntArgb, ByteGray)),
H A DIndex12Gray.c96 NAME_SCALE_BLIT(IntArgb, Index12Gray)),
184 void NAME_SCALE_BLIT(Index12Gray, Index12Gray) function
H A DIndex8Gray.c93 NAME_SCALE_BLIT(IntArgb, Index8Gray)),
181 void NAME_SCALE_BLIT(Index8Gray, Index8Gray) function
H A DIntRgbx.c91 NAME_SCALE_BLIT(IntArgb, IntRgbx)),
H A DUshortGray.c87 NAME_SCALE_BLIT(IntArgb, UshortGray)),
H A DLoopMacros.h556 #define NAME_SCALE_BLIT(SRC, DST) SRC ## To ## DST ## ScaleConvert macro
624 ScaleBlitFunc NAME_SCALE_BLIT(SRC, DST)
724 REGISTER_SCALEBLIT(SRC, SrcNoEa, DST, NAME_SCALE_BLIT(SRC, DST))
727 REGISTER_SCALEBLIT_FLAGS(SRC, SrcNoEa, DST, NAME_SCALE_BLIT(SRC, DST), \
957 void NAME_SCALE_BLIT(SRC, DST)(void *srcBase, void *dstBase, \
986 void NAME_SCALE_BLIT(SRC, DST)(void *srcBase, void *dstBase, \

Completed in 42 milliseconds