Searched defs:NAME_CONVERT_BLIT (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DIndex12Gray.c84 NAME_CONVERT_BLIT(IntArgb, Index12Gray)),
149 void NAME_CONVERT_BLIT(Index12Gray, Index12Gray) function
H A DByteIndexed.c79 NAME_CONVERT_BLIT(IntArgb, ByteIndexed)),
81 NAME_CONVERT_BLIT(IntArgb, ByteIndexed)),
154 void NAME_CONVERT_BLIT(ByteIndexed, ByteIndexed) function
H A DLoopMacros.h554 #define NAME_CONVERT_BLIT(SRC, DST) SRC ## To ## DST ## Convert macro
621 BlitFunc NAME_CONVERT_BLIT(SRC, DST)
714 REGISTER_BLIT(SRC, SrcNoEa, DST, NAME_CONVERT_BLIT(SRC, DST))
717 REGISTER_BLIT_FLAGS(SRC, SrcNoEa, DST, NAME_CONVERT_BLIT(SRC, DST), \
903 void NAME_CONVERT_BLIT(SRC, DST)(void *srcBase, void *dstBase, \
928 void NAME_CONVERT_BLIT(SRC, DST)(void *srcBase, void *dstBase, \

Completed in 47 milliseconds