Lines Matching defs:bounds

1595 // It returns an empty slice if i is out of bounds.
1606 // It returns an empty slice if j is out of bounds.
1617 // It returns an empty slice if i or j is out of bounds.
1630 // It returns an empty table if i or j is out of bounds.
1670 // the first 'i' would venture past 'z', out of bounds of the original table.
4141 inline wuffs_base__rect_ie_u32 bounds() const;
4310 wuffs_base__pixel_config::bounds() const {
4485 wuffs_base__rect_ie_u32 bounds;
4496 inline void set(wuffs_base__rect_ie_u32 bounds,
4504 inline wuffs_base__rect_ie_u32 bounds() const;
4521 ret.private_impl.bounds = wuffs_base__make_rect_ie_u32(0, 0, 0, 0);
4534 wuffs_base__rect_ie_u32 bounds,
4546 c->private_impl.bounds = bounds;
4559 return c->private_impl.bounds;
4572 return c ? wuffs_base__rect_ie_u32__width(&c->private_impl.bounds) : 0;
4577 return c ? wuffs_base__rect_ie_u32__height(&c->private_impl.bounds) : 0;
4609 // within the frame's bounds are fully opaque. It makes no claim about pixels
4610 // outside the frame bounds but still inside the overall image. The two
4627 // bounds) when drawing this incremental frame. Equivalently, whether to use
4648 wuffs_base__rect_ie_u32 bounds,
4656 wuffs_base__frame_config__set(this, bounds, duration, index, io_position,
4662 wuffs_base__frame_config::bounds() const {
5550 // write out of bounds.
5566 // although it will not read or write out of bounds.
11740 const char wuffs_base__error__out_of_bounds[] = "#base: out of bounds";
13245 // bounds are further away from zero than ±(324 + 800), where 800 and 2047 is
13903 // Compute lower and upper bounds such that any number between them (possibly
13940 // The lower and upper bounds are possible outputs only if the original
14535 // Calculating that (man, exp10) pair needs to stay within s's bounds.
14540 // *p a valid digit" than "is p within bounds and *p a valid digit".
16535 wuffs_base__rect_ie_u32 bounds =
16537 if (!wuffs_base__rect_ie_u32__contains_rect(&bounds, rect)) {
35881 const char wuffs_png__error__internal_error_inconsistent_frame_bounds[] = "#png: internal error: inconsistent frame bounds";
45088 pixel_buffer.pixcfg.bounds(), background_color);
45298 // out of bounds.