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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.h40 SurfaceDataBounds rasbounds; member in struct:_BufImgSDOps
H A DBufImgSurfaceData.c137 bisdo->rasbounds.x1 = 0;
138 bisdo->rasbounds.y1 = 0;
139 bisdo->rasbounds.x2 = width;
140 bisdo->rasbounds.y2 = height;
189 SurfaceData_IntersectBounds(&pRasInfo->bounds, &bisdo->rasbounds);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.m1683 SurfaceData_IntersectBounds(&pRasInfo->bounds, &bisdo->rasbounds);
1812 bisdo->rasbounds.x1 = 0;
1813 bisdo->rasbounds.y1 = 0;
1814 bisdo->rasbounds.x2 = width;
1815 bisdo->rasbounds.y2 = height;

Completed in 34 milliseconds