Lines Matching defs:bounds

45  * be inside these bounds.
60 * SurfaceDataBounds bounds;
62 * The 2 dimensional bounds of the raster array that is needed. Valid
65 * for each x, y pair such that (bounds.x1 <= x < bounds.x2) and
66 * (bounds.y1 <= y < bounds.y2).
72 * allocated memory for the requested bounds and it may even point
74 * the coordinates indicated by the requested bounds are guaranteed
154 SurfaceDataBounds bounds; /* bounds of raster array */
186 * structure in which the bounds have been initialized to the maximum
187 * bounds of the raster data that will need to be accessed later.
202 * pixels will occur just as fast regardless of the size of the bounds.
212 * it will return SD_SLOWLOCK. The bounds parameter of the
217 * bounds with a tighter rectangle as it tried to honor the
219 * operations to further restrict the bounds.
226 * This function will intersect the bounds specified in the rasInfo
228 * and modify the contents of the bounds field to represent the maximum
238 * still smaller bounds.
271 * SurfaceDataRasInfo. The bounds member of that structure should be
274 * bounds must be a subset of the raster bounds that were given to the
278 * function may reevaluate the bounds in the RasInfo structure and
283 * requested bounds without reevaluating them.
319 * The bounds should be unchanged since that call.
353 * The bounds should be unchanged since that call.
598 * This function intersects two bounds objects which exist in the same
600 * modified to contain the intersection of the two bounds while the
607 * This function intersects a bounds object with a rectangle specified
609 * contents of the first parameter (bounds) are modified to contain
613 SurfaceData_IntersectBoundsXYXY(SurfaceDataBounds *bounds,
617 * This function intersects a bounds object with a rectangle specified
619 * first parameter (bounds) are modified to contain the intersection
623 SurfaceData_IntersectBoundsXYWH(SurfaceDataBounds *bounds,
627 * This function intersects two bounds objects which exist in different
629 * related such that a given coordinate in the space of the A bounds
630 * is related to the analogous coordinate in the space of the B bounds
632 * The contents of both bounds objects are modified to represent their