Searched defs:SurfaceDataBounds (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/
H A DSurfaceData.h52 } SurfaceDataBounds; typedef in typeref:struct:__anon811
60 * SurfaceDataBounds bounds;
154 SurfaceDataBounds bounds; /* bounds of raster array */
604 SurfaceData_IntersectBounds(SurfaceDataBounds *dst, SurfaceDataBounds *src);
613 SurfaceData_IntersectBoundsXYXY(SurfaceDataBounds *bounds,
623 SurfaceData_IntersectBoundsXYWH(SurfaceDataBounds *bounds,
636 SurfaceData_IntersectBlitBounds(SurfaceDataBounds *Abounds,
637 SurfaceDataBounds *Bbounds,

Completed in 44 milliseconds