Searched refs:COPY_NA (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_FourByteAbgrPre.c265 COPY_NA(dstBase, pbuff, width*sizeof(mlib_s32));
312 COPY_NA(pbuff, dstBase, width*sizeof(mlib_s32));
H A Dvis_GlyphListXor.c323 COPY_NA(dstBase, pbuff, width*sizeof(mlib_s32));
358 COPY_NA(pbuff, dstBase, width*sizeof(mlib_s32));
H A Dvis_GlyphList.c321 COPY_NA(dstBase, pbuff, width*sizeof(mlib_s32));
356 COPY_NA(pbuff, dstBase, width*sizeof(mlib_s32));
H A Dvis_AlphaMacros.h52 #define COPY_NA(src, dst, _size) { \ macro
H A Dvis_FourByteAbgr.c1942 COPY_NA(dstBase, pbuff, width*sizeof(mlib_s32));
2000 COPY_NA(dst_start, dstBase, width*sizeof(mlib_s32));

Completed in 171 milliseconds