Lines Matching refs:height
151 int x, y, width, height;
161 height = area->tr_end.tp_row * vw->vw_font->vf_height + vw->vw_draw_area.tr_begin.tp_row - y;
163 vtgpu_transfer_to_host_2d(sc, x, y, width, height);
164 vtgpu_resource_flush(sc, x, y, width, height);
170 unsigned int width, unsigned int height,
179 vt_fb_bitblt_bitmap(vd, vw, pattern, mask, width, height, x, y, fg, bg);
181 vtgpu_transfer_to_host_2d(sc, x, y, width, height);
182 vtgpu_resource_flush(sc, x, y, width, height);
188 unsigned int width, unsigned int height,
201 int width, height;
209 height = y2 - y1 + 1;
210 vtgpu_transfer_to_host_2d(sc, x1, y1, width, height);
211 vtgpu_resource_flush(sc, x1, y1, width, height);
510 le32toh(s.resp.pmodes[i].r.height);
542 s.req.height = htole32(sc->vtgpu_fb_info.fb_height);
599 uint32_t width, uint32_t height)
616 s.req.r.height = htole32(height);
637 uint32_t width, uint32_t height)
654 s.req.r.height = htole32(height);
676 uint32_t width, uint32_t height)
693 s.req.r.height = htole32(height);