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

/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.c168 #define GETMIN(v1, v2) (((v1) > (t=(v2))) && ((v1) = t)) macro
177 GETMIN(dst->x2, src->x2);
178 GETMIN(dst->y2, src->y2);
188 GETMIN(bounds->x2, x2);
189 GETMIN(bounds->y2, y2);
226 GETMIN(dst->x2, src->x2 + dx);
227 GETMIN(dst->y2, src->y2 + dy);
230 GETMIN(src->x2, dst->x2 - dx);
231 GETMIN(src->y2, dst->y2 - dy);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp58 #define GETMIN(v1, v2) (((v1) > (t=(v2))) && ((v1) = t)) macro
69 GETMIN(dst->x2, src->x2);
70 GETMIN(dst->y2, src->y2);
80 GETMIN(bounds->x2, x2);
81 GETMIN(bounds->y2, y2);
118 GETMIN(dst->x2, src->x2 + dx);
119 GETMIN(dst->y2, src->y2 + dy);
122 GETMIN(src->x2, dst->x2 - dx);
123 GETMIN(src->y2, dst->y2 - dy);

Completed in 32 milliseconds