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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DTransformHelper.c51 #define LINE_SIZE 2048 macro
292 jint data[LINE_SIZE];
344 maxlinepix = LINE_SIZE;
349 maxlinepix = LINE_SIZE / 4;
354 maxlinepix = LINE_SIZE / 16;

Completed in 42 milliseconds