Searched refs:dhix (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/solaris/native/sun/jdga/ |
H A D | dgalock.c | 233 int dlox, dloy, dhix, dhiy; local 335 dga_draw_bbox(dgaDrawable, &dlox, &dloy, &dhix, &dhiy); 336 pDevInfo->winInfo.mapWidth = dhix; 359 dga_draw_bbox(dgaDrawable, &dlox, &dloy, &dhix, &dhiy); 363 dhix += dlox; 365 DEBUG_PRINT(("window at (%d, %d) => (%d, %d)\n", dlox, dloy, dhix, dhiy)); 368 pSurface->window.hix = dhix; 383 pSurface->visible.hix = min(dhix, hix);
|
Completed in 1313 milliseconds