Lines Matching defs:f_width

6598     uint32_t f_width;
7591 uint32_t f_width;
7879 uint32_t f_width;
8770 uint32_t f_width;
9337 uint32_t f_width;
9797 uint32_t f_width;
10140 uint32_t f_width;
22522 self->private_impl.f_width = t_3;
22649 self->private_impl.f_width = v_width;
22780 self->private_impl.f_width = v_width;
23191 v_byte_width = ((self->private_impl.f_width >> 3) + (((self->private_impl.f_width & 7) + 7) >> 3));
23194 v_byte_width = ((self->private_impl.f_width >> 2) + (((self->private_impl.f_width & 3) + 3) >> 2));
23197 v_byte_width = ((self->private_impl.f_width >> 1) + (self->private_impl.f_width & 1));
23200 self->private_impl.f_pad_per_row = ((4 - (self->private_impl.f_width & 3)) & 3);
23202 self->private_impl.f_pad_per_row = ((self->private_impl.f_width & 1) * 2);
23204 self->private_impl.f_pad_per_row = (self->private_impl.f_width & 3);
23221 self->private_impl.f_width,
23324 self->private_impl.f_width,
23435 if ((self->private_impl.f_width > 0) && (self->private_impl.f_height > 0)) {
23583 v_dst_bytes_per_row = (((uint64_t)(self->private_impl.f_width)) * v_dst_bytes_per_pixel);
23598 if (self->private_impl.f_dst_x == self->private_impl.f_width) {
23690 v_dst_bytes_per_row = (((uint64_t)(self->private_impl.f_width)) * v_dst_bytes_per_pixel);
23836 if (self->private_impl.f_dst_x > self->private_impl.f_width) {
23952 v_dst_bytes_per_row = (((uint64_t)(self->private_impl.f_width)) * v_dst_bytes_per_pixel);
23967 if (self->private_impl.f_dst_x == self->private_impl.f_width) {
23980 v_p1_temp = ((uint32_t)(self->private_impl.f_width - self->private_impl.f_dst_x));
24088 v_dst_bytes_per_row = (((uint64_t)(self->private_impl.f_width)) * v_dst_bytes_per_pixel);
24093 if (self->private_impl.f_dst_x == self->private_impl.f_width) {
24111 v_chunk_count = ((wuffs_base__u32__sat_sub(self->private_impl.f_width, self->private_impl.f_dst_x) + 31) / 32);
24152 v_chunk_count = ((wuffs_base__u32__sat_sub(self->private_impl.f_width, self->private_impl.f_dst_x) + 15) / 16);
24177 v_chunk_count = ((wuffs_base__u32__sat_sub(self->private_impl.f_width, self->private_impl.f_dst_x) + 7) / 8);
24194 v_p0 = wuffs_base__u32__min(v_p0, wuffs_base__u32__sat_sub(self->private_impl.f_width, self->private_impl.f_dst_x));
24232 self->private_impl.f_width,
28943 self->private_impl.f_width = (self->private_impl.f_literal_width + 1);
29036 v_width = self->private_impl.f_width;
29163 self->private_impl.f_width = v_width;
29595 (self->private_impl.f_frame_rect_x1 == self->private_impl.f_width) &&
29608 self->private_impl.f_width,
29869 wuffs_base__u32__min(self->private_impl.f_frame_rect_x0, self->private_impl.f_width),
29871 wuffs_base__u32__min(self->private_impl.f_frame_rect_x1, self->private_impl.f_width),
30034 wuffs_base__u32__min(self->private_impl.f_frame_rect_x0, self->private_impl.f_width),
30036 wuffs_base__u32__min(self->private_impl.f_frame_rect_x1, self->private_impl.f_width),
30500 self->private_impl.f_width = t_0;
31297 self->private_impl.f_width = wuffs_base__u32__max(self->private_impl.f_width, self->private_impl.f_frame_rect_x1);
31751 v_width_in_bytes = (((uint64_t)(self->private_impl.f_width)) * ((uint64_t)(v_bytes_per_pixel)));
34872 self->private_impl.f_width = v_a;
34912 self->private_impl.f_width,
35016 self->private_impl.f_width,
35190 v_dst_bytes_per_row = (((uint64_t)(self->private_impl.f_width)) * v_dst_bytes_per_pixel);
35194 if (self->private_impl.f_dst_x == self->private_impl.f_width) {
35251 self->private_impl.f_width,
38043 self->private_impl.f_width,
38052 self->private_impl.f_first_rect_x1 = self->private_impl.f_width;
38145 self->private_impl.f_width = v_a32;
38262 self->private_impl.f_overall_workbuf_length = (((uint64_t)(self->private_impl.f_height)) * (1 + wuffs_png__decoder__calculate_bytes_per_row(self, self->private_impl.f_width)));
39314 (v_x0 > self->private_impl.f_width) ||
39315 (v_x1 > self->private_impl.f_width) ||
40544 v_pass_width = (16777215 & ((((uint32_t)(WUFFS_PNG__INTERLACING[self->private_impl.f_interlace_pass][1])) + self->private_impl.f_width) >> WUFFS_PNG__INTERLACING[self->private_impl.f_interlace_pass][0]));
42342 self->private_impl.f_width = t_6;
42571 self->private_impl.f_width,
42676 self->private_impl.f_width,
42834 v_lit_length = self->private_impl.f_width;
42848 while (v_dst_x < self->private_impl.f_width) {
42894 if ((v_lit_length + v_dst_x) > self->private_impl.f_width) {
42940 if ((v_run_length + v_dst_x) > self->private_impl.f_width) {
42984 if ((v_lit_length + v_dst_x) > self->private_impl.f_width) {
43005 if ((v_run_length + v_dst_x) > self->private_impl.f_width) {
43020 v_lit_length = self->private_impl.f_width;
43074 self->private_impl.f_width,
43458 self->private_impl.f_width = v_x32;
43470 self->private_impl.f_width,
43576 self->private_impl.f_width,
43715 if (self->private_impl.f_width > 0) {
43720 while (v_dst_x < self->private_impl.f_width) {
43795 self->private_impl.f_width,