Home
last modified time | relevance | path

Searched refs:start_x (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_glyphblt.c42 int start_x, int y, unsigned int nglyph, in glamor_poly_glyph_blt_gl() argument
68 start_x += drawable->x; in glamor_poly_glyph_blt_gl()
85 x = start_x; in glamor_poly_glyph_blt_gl()
155 int start_x, int y, unsigned int nglyph, in glamor_poly_glyph_blt() argument
159 glamor_poly_glyph_blt_gl(drawable, gc, start_x, y, nglyph, ppci, in glamor_poly_glyph_blt()
162 miPolyGlyphBlt(drawable, gc, start_x, y, nglyph, in glamor_poly_glyph_blt()
H A Dglamor_largepixmap.c40 int start_x, start_y, end_x, end_y; in __glamor_compute_clipped_regions() local
54 start_x = MAX(x, extent->x1); in __glamor_compute_clipped_regions()
64 DEBUGF("start_x %d start_y %d end_x %d end_y %d \n", start_x, start_y, in __glamor_compute_clipped_regions()
67 if (start_x >= end_x || start_y >= end_y) { in __glamor_compute_clipped_regions()
72 start_block_x = (start_x - x) / block_w; in __glamor_compute_clipped_regions()
82 start_x, start_y, end_x, end_y); in __glamor_compute_clipped_regions()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dnconf.gui.c557 int start_x = 0, start_y = 0; in show_scroll_win() local
603 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
640 start_x--; in show_scroll_win()
644 start_x++; in show_scroll_win()
655 if (start_x < 0) in show_scroll_win()
656 start_x = 0; in show_scroll_win()
657 if (start_x >= total_cols-text_cols) in show_scroll_win()
658 start_x = total_cols-text_cols; in show_scroll_win()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dnconf.gui.c557 int start_x = 0, start_y = 0; in show_scroll_win() local
603 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
640 start_x--; in show_scroll_win()
644 start_x++; in show_scroll_win()
655 if (start_x < 0) in show_scroll_win()
656 start_x = 0; in show_scroll_win()
657 if (start_x >= total_cols-text_cols) in show_scroll_win()
658 start_x = total_cols-text_cols; in show_scroll_win()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dnconf.gui.c556 int start_x = 0, start_y = 0; in show_scroll_win() local
602 copywin(pad, win, start_y, start_x, 2, 2, text_lines, in show_scroll_win()
639 start_x--; in show_scroll_win()
643 start_x++; in show_scroll_win()
654 if (start_x < 0) in show_scroll_win()
655 start_x = 0; in show_scroll_win()
656 if (start_x >= total_cols-text_cols) in show_scroll_win()
657 start_x = total_cols-text_cols; in show_scroll_win()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_ad_nvp6324.c1771 ad->cfg.start_x = 0; in nvp6324_reinit_parameter()
1785 ad->cfg.start_x = 0; in nvp6324_reinit_parameter()
1799 ad->cfg.start_x = 0; in nvp6324_reinit_parameter()
1814 ad->cfg.start_x = 0; in nvp6324_reinit_parameter()
1829 ad->cfg.start_x = 0; in nvp6324_reinit_parameter()
1868 ad->cfg.start_x = ad->defrects[i].crop_x; in nvp6324_reinit_parameter()
H A Dvehicle_ad_7181.c259 ad->cfg.start_x = 56; in adv7181_reinit_parameter()
275 ad->cfg.start_x = 0; in adv7181_reinit_parameter()
291 ad->cfg.start_x = 0; in adv7181_reinit_parameter()
310 ad->cfg.start_x = ad->defrects[i].crop_x; in adv7181_reinit_parameter()
319 ad->cfg.start_x, ad->cfg.start_y); in adv7181_reinit_parameter()
H A Dvehicle_ad_tp2825.c565 ad->cfg.start_x = 0; in tp2825_reinit_parameter()
582 ad->cfg.start_x = 0; in tp2825_reinit_parameter()
599 ad->cfg.start_x = 8; in tp2825_reinit_parameter()
619 ad->cfg.start_x = ad->defrects[i].crop_x; in tp2825_reinit_parameter()
651 SENSOR_DG("%s,crop(%d,%d)", __func__, ad->cfg.start_x, ad->cfg.start_y); in tp2825_reinit_parameter()
H A Dvehicle_ad_max96714.c196 ad->cfg.start_x = 0; in max96714_reinit_parameter()
211 ad->cfg.start_x = 0; in max96714_reinit_parameter()
251 ad->cfg.start_x = ad->defrects[i].crop_x; in max96714_reinit_parameter()
258 VEHICLE_DG("crop(%d,%d)", ad->cfg.start_x, ad->cfg.start_y); in max96714_reinit_parameter()
H A Dvehicle_ad_gc2145.c839 ad->cfg.start_x = 0; in gc2145_reinit_parameter()
859 ad->cfg.start_x = ad->defrects[i].crop_x; in gc2145_reinit_parameter()
868 SENSOR_DG("%s,crop(%d,%d)", __func__, ad->cfg.start_x, ad->cfg.start_y); in gc2145_reinit_parameter()
H A Dvehicle_ad_nvp6188.c368 ad->cfg.start_x = 0; in nvp6188_reinit_parameter()
383 ad->cfg.start_x = 0; in nvp6188_reinit_parameter()
398 ad->cfg.start_x = 0; in nvp6188_reinit_parameter()
413 ad->cfg.start_x = 0; in nvp6188_reinit_parameter()
452 ad->cfg.start_x = ad->defrects[i].crop_x; in nvp6188_reinit_parameter()
H A Dvehicle_cfg.h132 int start_x; member
H A Dvehicle_cif.c1590 crop = (cfg->start_x | (cfg->start_y<<16)); in cif_stream_setup()
2734 channel->crop_st_x = cfg->start_x; in vehicle_cif_csi_channel_init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dring_util.hpp164 T start_x, in hot_pixel_set_left_to_right() argument
172 x_min = std::max(x_min, start_x); in hot_pixel_set_left_to_right()
201 T start_x, in hot_pixel_set_right_to_left() argument
211 x_max = std::min(x_max, start_x); in hot_pixel_set_right_to_left()
253 T start_x = bnd.last_point.x; in insert_hot_pixels_in_path() local
261 if (start_x > end_x) { in insert_hot_pixels_in_path()
277 hot_pixel_set_right_to_left(y, start_x, end_x, bnd, rings, first_itr, last_itr, in insert_hot_pixels_in_path()
296 hot_pixel_set_left_to_right(y, start_x, end_x, bnd, rings, first_itr, last_itr, in insert_hot_pixels_in_path()
/OK3568_Linux_fs/buildroot/package/rpi-firmware/
H A Drpi-firmware.mk16 $(if $(BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI_X), start_x.elf fixup_x.dat) \
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt.c3085 ushort start_x, cnt; in vt_console_print() local
3112 start_x = vc->state.x; in vt_console_print()
3118 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
3123 start_x = vc->state.x; in vt_console_print()
3130 start_x = vc->state.x; in vt_console_print()
3146 vc->vc_sw->con_putcs(vc, start, cnt, vc->state.y, start_x); in vt_console_print()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c1436 short start_x[IA_CSS_MORPH_TABLE_NUM_PLANES] = { -8, 0, -8, 0, 0, -8 }, in sh_css_params_default_morph_table() local
1457 short val_x = start_x[i]; in sh_css_params_default_morph_table()
1467 *x_ptr = val_x + 2 * start_x[i]; in sh_css_params_default_morph_table()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h6213 int start_x, start_y; member
6316 g->cur_x = g->start_x; in stbi__out_gif_code()
6494 g->start_x = x * 4; in stbi__gif_load_next()
6496 g->max_x = g->start_x + w * 4; in stbi__gif_load_next()
6498 g->cur_x = g->start_x; in stbi__gif_load_next()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h6213 int start_x, start_y; member
6316 g->cur_x = g->start_x; in stbi__out_gif_code()
6494 g->start_x = x * 4; in stbi__gif_load_next()
6496 g->max_x = g->start_x + w * 4; in stbi__gif_load_next()
6498 g->cur_x = g->start_x; in stbi__gif_load_next()