Lines Matching defs:width

1409 // width, height and stride measure a number of elements, not necessarily a
1416 size_t width; \
1497 size_t width,
1502 ret.width = width;
1510 size_t width,
1515 ret.width = width;
1523 size_t width,
1528 ret.width = width;
1536 size_t width,
1541 ret.width = width;
1551 ret.width = 0;
1561 ret.width = 0;
1571 ret.width = 0;
1581 ret.width = 0;
1637 if ((ix <= jx) && (jx <= SIZE_MAX) && (jx <= t.width) && //
1649 // elements inside the table and, when width != stride, the elements outside
1652 // For example, consider a width 10, height 4, stride 10 table. Mark its first
1667 // This function (called with width 6, height 3, stride 10) returns 26: 18 'i'
1677 wuffs_base__table__flattened_length(size_t width,
1683 return ((height - 1) * stride) + width;
2371 inline uint32_t width() const;
2500 wuffs_base__rect_ie_u32::width() const {
4128 uint32_t width;
4135 uint32_t width,
4142 inline uint32_t width() const;
4154 ret.private_impl.width = 0;
4164 uint32_t width,
4170 uint64_t wh = ((uint64_t)width) * ((uint64_t)height);
4175 c->private_impl.width = width;
4183 c->private_impl.width = 0;
4192 c->private_impl.width = 0;
4218 ret.max_excl_x = c->private_impl.width;
4233 return c ? c->private_impl.width : 0;
4262 ((uint64_t)c->private_impl.width) * ((uint64_t)c->private_impl.height);
4284 uint32_t width,
4286 wuffs_base__pixel_config__set(this, pixfmt_repr, pixsub_repr, width, height);
4315 wuffs_base__pixel_config::width() const {
4346 uint32_t width,
4372 uint32_t width,
4382 c->pixcfg.private_impl.width = width;
4391 c->pixcfg.private_impl.width = 0;
4402 c->pixcfg.private_impl.width = 0;
4431 uint32_t width,
4435 wuffs_base__image_config__set(this, pixfmt_repr, pixsub_repr, width, height,
4505 inline uint32_t width() const;
4667 wuffs_base__frame_config::width() const {
4793 ((uint64_t)pixcfg->private_impl.width) * bytes_per_pixel;
4794 if ((width_in_bytes > primary_memory.width) ||
4806 tab->width = WUFFS_BASE__PIXEL_FORMAT__INDEXED__PALETTE_BYTE_LENGTH;
4852 tab->width = WUFFS_BASE__PIXEL_FORMAT__INDEXED__PALETTE_BYTE_LENGTH;
4859 uint64_t wh = ((uint64_t)pixcfg->private_impl.width) *
4861 size_t width = (size_t)(pixcfg->private_impl.width);
4863 (width > (SIZE_MAX / bytes_per_pixel))) {
4867 width = ((size_t)(width * bytes_per_pixel));
4876 tab->width = width;
4878 tab->stride = width;
4906 ((uint64_t)pixcfg->private_impl.width) * bytes_per_pixel;
4907 if ((width_in_bytes > primary_memory.width) ||
4927 if ((tab->width ==
4945 if ((tab->width ==
4971 ret.width = 0;
10856 // width or height is greater than max_incl_dimension or if any opted-in (via
11192 return wuffs_base__make_slice_u8(t.ptr + (t.stride * y), t.width);
16164 // Roughly speaking, this could be a non-degenerate (non-0-width and
16214 if (!pb || (x >= pb->pixcfg.private_impl.width) ||
16308 if ((x >= pb->pixcfg.private_impl.width) ||
16407 uint32_t width = wuffs_base__rect_ie_u32__width(&rect);
16408 if ((stride == (2 * ((uint64_t)width))) && (rect.min_incl_x == 0)) {
16413 for (n = ((size_t)width) * ((size_t)height); n > 0; n--) {
16425 for (n = width; n > 0; n--) {
16438 uint32_t width = wuffs_base__rect_ie_u32__width(&rect);
16439 if ((stride == (3 * ((uint64_t)width))) && (rect.min_incl_x == 0)) {
16444 for (n = ((size_t)width) * ((size_t)height); n > 0; n--) {
16456 for (n = width; n > 0; n--) {
16469 uint32_t width = wuffs_base__rect_ie_u32__width(&rect);
16470 if ((stride == (4 * ((uint64_t)width))) && (rect.min_incl_x == 0)) {
16475 for (n = ((size_t)width) * ((size_t)height); n > 0; n--) {
16487 for (n = width; n > 0; n--) {
16500 uint32_t width = wuffs_base__rect_ie_u32__width(&rect);
16501 if ((stride == (8 * ((uint64_t)width))) && (rect.min_incl_x == 0)) {
16506 for (n = ((size_t)width) * ((size_t)height); n > 0; n--) {
16518 for (n = width; n > 0; n--) {
29277 const char wuffs_gif__error__bad_literal_width[] = "#gif: bad literal width";
41669 if (v_dst_bytes_per_row1 < ((uint64_t)(v_tab.width))) {
41676 if (v_dst_bytes_per_row0 < ((uint64_t)(v_tab.width))) {
41680 ((uint64_t)(v_tab.width)),
44732 uint32_t w = image_config.pixcfg.width();
45054 uint32_t w = image_config.pixcfg.width();