Lines Matching defs:width
528 wdf->width = sc->sc_width;
1090 int x, y, width, height;
1097 width = x2 - x1;
1100 r = udl_draw_image(sc, image, x, y, width, height);
1116 uint32_t x, uint32_t y, uint32_t width, uint32_t height)
1127 width_cur = width;
2116 uint32_t y, uint16_t width)
2127 lwidth = width * 2;
2132 udl_cmd_insert_int_1(sc, width >= UDL_CMD_MAX_PIXEL_COUNT ? 0 : width);
2141 uint32_t y, uint32_t width, uint32_t height)
2147 r = udl_fb_line_write(sc, rgb16, x, y + i, width);
2157 uint32_t y, uint32_t width)
2164 while (width) {
2165 if (width > UDL_CMD_MAX_PIXEL_COUNT)
2168 block = width;
2175 width -= block;
2183 uint16_t width)
2195 lwidth = width * 2;
2200 udl_cmd_insert_int_1(sc, width >= UDL_CMD_MAX_PIXEL_COUNT ? 0 : width);
2214 uint32_t dst_x, uint32_t dst_y, uint32_t width, uint32_t height)
2220 width);
2231 uint32_t dst_x, uint32_t dst_y, uint32_t width)
2239 while (width) {
2240 if (width > UDL_CMD_MAX_PIXEL_COUNT)
2243 block = width;
2251 width -= block;
2259 uint16_t width)
2274 udl_cmd_insert_int_1(sc, width >= UDL_CMD_MAX_PIXEL_COUNT ? 0 : width);
2282 uint32_t y, uint16_t width)
2295 lwidth = width * 2;
2313 width >= UDL_CMD_MAX_PIXEL_COUNT ? 0 : width);
2320 width -= r / 2;
2330 uint32_t y, uint32_t width, uint32_t height)
2336 r = udl_fb_line_write_comp(sc, rgb16, x, y + i, width);
2346 uint32_t y, uint32_t width)
2353 while (width) {
2354 if (width > UDL_CMD_MAX_PIXEL_COUNT)
2357 block = width;
2364 width -= block;
2372 uint16_t width)
2386 lwidth = width * 2;
2409 width >= UDL_CMD_MAX_PIXEL_COUNT ? 0 : width);
2416 width -= r / 2;
2426 uint32_t dst_x, uint32_t dst_y, uint32_t width, uint32_t height)
2432 dst_x, dst_y + i, width);
2442 uint32_t dst_x, uint32_t dst_y, uint32_t width)
2450 while (width) {
2451 if (width > UDL_CMD_MAX_PIXEL_COUNT)
2454 block = width;
2462 width -= block;
2470 uint16_t width)
2497 width >= UDL_CMD_MAX_PIXEL_COUNT ? 0 : width);