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

/openjdk9/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DTransformHelper.c51 #define LINE_SIZE 2048 macro
292 jint data[LINE_SIZE];
347 maxlinepix = LINE_SIZE;
352 maxlinepix = LINE_SIZE / 4;
357 maxlinepix = LINE_SIZE / 16;

Completed in 45 milliseconds