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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c73 mlib_s32 topIdx, max_xsize = 0; local
224 topIdx = 0;
227 if (coords[i][1] < coords[topIdx][1])
228 topIdx = i;
231 dTop = coords[topIdx][1];
245 xLeft = coords[topIdx][0];
246 xRight = coords[topIdx][0];
247 nextIdx = (topIdx + 1) & 0x3;
255 nextIdx = (topIdx - 1) & 0x3;
280 mlib_d64 dY1 = coords[(topIdx
[all...]

Completed in 29 milliseconds