Lines Matching defs:height

1409 // width, height and stride measure a number of elements, not necessarily a
1417 size_t height; \
1498 size_t height,
1503 ret.height = height;
1511 size_t height,
1516 ret.height = height;
1524 size_t height,
1529 ret.height = height;
1537 size_t height,
1542 ret.height = height;
1552 ret.height = 0;
1562 ret.height = 0;
1572 ret.height = 0;
1582 ret.height = 0;
1638 (iy <= jy) && (jy <= SIZE_MAX) && (jy <= t.height)) {
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'
1669 // naive (height * stride = 30) computation. Indeed, advancing 29 elements from
1678 size_t height,
1680 if (height == 0) {
1683 return ((height - 1) * stride) + width;
2372 inline uint32_t height() const;
2505 wuffs_base__rect_ie_u32::height() const {
4129 uint32_t height;
4136 uint32_t height);
4143 inline uint32_t height() const;
4155 ret.private_impl.height = 0;
4165 uint32_t height) {
4170 uint64_t wh = ((uint64_t)width) * ((uint64_t)height);
4176 c->private_impl.height = height;
4184 c->private_impl.height = 0;
4193 c->private_impl.height = 0;
4219 ret.max_excl_y = c->private_impl.height;
4238 return c ? c->private_impl.height : 0;
4262 ((uint64_t)c->private_impl.width) * ((uint64_t)c->private_impl.height);
4285 uint32_t height) {
4286 wuffs_base__pixel_config__set(this, pixfmt_repr, pixsub_repr, width, height);
4320 wuffs_base__pixel_config::height() const {
4347 uint32_t height,
4373 uint32_t height,
4383 c->pixcfg.private_impl.height = height;
4392 c->pixcfg.private_impl.height = 0;
4403 c->pixcfg.private_impl.height = 0;
4432 uint32_t height,
4435 wuffs_base__image_config__set(this, pixfmt_repr, pixsub_repr, width, height,
4506 inline uint32_t height() const;
4672 wuffs_base__frame_config::height() const {
4795 (pixcfg->private_impl.height > primary_memory.height)) {
4807 tab->height = 1;
4853 tab->height = 1;
4860 ((uint64_t)pixcfg->private_impl.height);
4877 tab->height = pixcfg->private_impl.height;
4908 (pixcfg->private_impl.height > primary_memory.height)) {
4929 (tab->height == 1)) {
4947 (tab->height == 1)) {
4972 ret.height = 0;
10856 // width or height is greater than max_incl_dimension or if any opted-in (via
11191 if (y < t.height) {
16165 // non-0-height) WBMP image.
16215 (y >= pb->pixcfg.private_impl.height)) {
16309 (y >= pb->pixcfg.private_impl.height)) {
16411 uint32_t height = wuffs_base__rect_ie_u32__height(&rect);
16413 for (n = ((size_t)width) * ((size_t)height); n > 0; n--) {
16442 uint32_t height = wuffs_base__rect_ie_u32__height(&rect);
16444 for (n = ((size_t)width) * ((size_t)height); n > 0; n--) {
16473 uint32_t height = wuffs_base__rect_ie_u32__height(&rect);
16475 for (n = ((size_t)width) * ((size_t)height); n > 0; n--) {
16504 uint32_t height = wuffs_base__rect_ie_u32__height(&rect);
16506 for (n = ((size_t)width) * ((size_t)height); n > 0; n--) {
41674 ((uint64_t)(v_tab.height)));
41681 ((uint64_t)(v_tab.height)));
44733 uint32_t h = image_config.pixcfg.height();
45055 uint32_t h = image_config.pixcfg.height();