Home
last modified time | relevance | path

Searched refs:pos_x (Results 1 - 20 of 20) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvsrc_sierpinski.c49 int pos_x, pos_y; member
76 int pos_x = x + s->pos_x; in fill_sierpinski() local
79 while (pos_x != 0 && pos_y != 0) { in fill_sierpinski()
80 if (FFABS(pos_x % 3) == 1 && FFABS(pos_y % 3) == 1) in fill_sierpinski()
83 pos_x /= 3; in fill_sierpinski()
102 if ((s->pos_x + x) & (s->pos_y + y)) { in draw_triangle_slice()
167 if (s->pos_x == s->dest_x && s->pos_y == s->dest_y) { in draw_sierpinski()
174 if (s->pos_x < s->dest_x) in draw_sierpinski()
175 s->pos_x in draw_sierpinski()
[all...]
/third_party/backends/backend/escl/
H A Descl_crop.c50 if (scanner->caps[scanner->source].pos_x < 0) in escl_crop_surface()
51 scanner->caps[scanner->source].pos_x = 0; in escl_crop_surface()
52 if (scanner->caps[scanner->source].pos_x && in escl_crop_surface()
54 scanner->caps[scanner->source].pos_x)) in escl_crop_surface()
55 x_off = (int)((double)scanner->caps[scanner->source].pos_x * ratio); in escl_crop_surface()
65 DBG( 1, "Escl Image Crop [%dx%d|%dx%d]\n", scanner->caps[scanner->source].pos_x, scanner->caps[scanner->source].pos_y, in escl_crop_surface()
H A Descl_newjob.c212 if (scanner->caps[scanner->source].pos_x > scanner->caps[scanner->source].width) in escl_newjob()
213 off_x = (scanner->caps[scanner->source].pos_x > scanner->caps[scanner->source].width) / 2; in escl_newjob()
H A Descl.h112 int pos_x; member
H A Descl_jpeg.c198 int rx = (int)((double)scanner->caps[scanner->source].pos_x * ratio); in get_JPEG_data()
H A Descl.c1617 handler->scanner->caps[handler->scanner->source].pos_x = 0; in sane_start()
1619 handler->scanner->caps[handler->scanner->source].pos_x = in sane_start()
1629 handler->scanner->caps[handler->scanner->source].pos_x, in sane_start()
/third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/
H A Dscrolling.js24 const pos_x = Math.floor(window.innerWidth / 2);
30 .scroll(pos_x, pos_y, delta_x, delta_y).send();
/third_party/astc-encoder/Test/
H A Dastc_trace_analysis.py76 def __init__(self, pos_x, pos_y, pos_z, error_target):
77 self.pos_x = pos_x
264 px = get_attrib(block, "pos_x")
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c332 builder->pos_x = SUB_LONG( adx, asb ); in cff_operator_seac()
358 builder->pos_x = 0; in cff_operator_seac()
541 x = builder->pos_x; in FT_LOCAL_DEF()
2000 x = ADD_LONG( decoder->builder.pos_x, args[0] ); in FT_LOCAL_DEF()
2018 x = ADD_LONG( decoder->builder.pos_x, args[0] ); in FT_LOCAL_DEF()
2030 x = ADD_LONG( decoder->builder.pos_x, args[0] ); in FT_LOCAL_DEF()
H A Dt1decode.c397 decoder->builder.pos_x = adx - asb; in t1operator_seac()
416 decoder->builder.pos_x = 0; in t1operator_seac()
500 x = orig_x = builder->pos_x; in FT_LOCAL_DEF()
1238 orig_x = x = ADD_LONG( builder->pos_x, top[0] ); in FT_LOCAL_DEF()
1275 x = ADD_LONG( builder->pos_x, top[0] ); in FT_LOCAL_DEF()
H A Dpsobjs.c1604 builder->pos_x = 0; in t1_builder_init()
1879 builder->pos_x = 0; in cff_builder_init()
2136 ps_builder->pos_x = &t1builder->pos_x; in ps_builder_init()
2161 ps_builder->pos_x = &cffbuilder->pos_x; in ps_builder_init()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h529 * pos_x ::
572 FT_Pos* pos_x; member
796 * pos_x ::
836 FT_Pos pos_x; member
1070 * pos_x ::
1116 FT_Pos pos_x; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit2d.c494 nir_ssa_def *pos_x = nir_channel(b, tex_pos, 0); in build_nir_buffer_fetch() local
497 pos_x = nir_iadd(b, pos_x, pos_y); in build_nir_buffer_fetch()
505 tex->src[0].src = nir_src_for_ssa(pos_x); in build_nir_buffer_fetch()
H A Dradv_meta_bufimage.c75 nir_ssa_def *pos_x = nir_channel(&b, global_id, 0); in build_nir_itob_compute_shader() local
79 tmp = nir_iadd(&b, tmp, pos_x); in build_nir_itob_compute_shader()
232 nir_ssa_def *pos_x = nir_channel(&b, global_id, 0); in build_nir_btoi_compute_shader() local
236 buf_coord = nir_iadd(&b, buf_coord, pos_x); in build_nir_btoi_compute_shader()
407 nir_ssa_def *pos_x = nir_channel(&b, global_id, 0); in build_nir_btoi_r32g32b32_compute_shader() local
411 buf_coord = nir_iadd(&b, buf_coord, pos_x); in build_nir_btoi_r32g32b32_compute_shader()
H A Dradv_cmd_buffer.c1070 int32_t pos_x = sample_locs[i].x; in radv_compute_sample_locs_pixel() local
1076 sample_locs_pixel[sample_reg_idx] |= (pos_x & 0xf) << shift_x; in radv_compute_sample_locs_pixel()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dvwebp.c229 static void HandleKey(unsigned char key, int pos_x, int pos_y) { in HandleKey() argument
233 (void)pos_x; in HandleKey()
/third_party/ffmpeg/libavcodec/
H A Dtiff.c964 int pos_x = 0, pos_y = 0; in dng_decode_tiles() local
1006 ret = dng_decode_jpeg(avctx, frame, tile_byte_count, pos_x, pos_y, tile_width, tile_length); in dng_decode_tiles()
1012 pos_x += tile_width; in dng_decode_tiles()
1014 pos_x = 0; in dng_decode_tiles()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1505 LLVMValueRef pos_x, pos_y, pos_z, pos_w; in generate_clipmask() local
1540 pos_x = LLVMBuildLoad2(builder, vec_type, outputs[pos][0], ""); /*x0 x1 .. xn */ in generate_clipmask()
1551 cv_x = pos_x; in generate_clipmask()
1568 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_x , pos_w); in generate_clipmask()
1574 test = LLVMBuildFAdd(builder, pos_x, pos_w, ""); in generate_clipmask()
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp6608 // pos_x == 0 : follow right after previous item
6609 // pos_x != 0 : align to specified x position (relative to window/group left)
6610 // spacing_w < 0 : use default spacing if pos_x == 0, no spacing if pos_x != 0
6612 void ImGui::SameLine(float pos_x, float spacing_w) in SameLine() argument
6619 if (pos_x != 0.0f) in SameLine()
6622 window->DC.CursorPos.x = window->Pos.x - window->Scroll.x + pos_x + spacing_w + window->DC.GroupOffset.x + window->DC.ColumnsOffset.x; in SameLine()
/third_party/glfw/deps/
H A Dnuklear.h5972 NK_LIB void nk_edit_draw_text(struct nk_command_buffer *out, const struct nk_style_edit *style, float pos_x, float pos_y, float x_offset, const char *text, int byte_len, float row_height, const struct nk_user_font *font, struct nk_color background, struct nk_color foreground, int is_selected);
22792 const struct nk_style_edit *style, float pos_x, float pos_y, in nk_edit_draw_text()
22826 label.x = pos_x; in nk_edit_draw_text()
22860 label.x = pos_x; in nk_edit_draw_text()
22791 nk_edit_draw_text(struct nk_command_buffer *out, const struct nk_style_edit *style, float pos_x, float pos_y, float x_offset, const char *text, int byte_len, float row_height, const struct nk_user_font *font, struct nk_color background, struct nk_color foreground, int is_selected) nk_edit_draw_text() argument

Completed in 104 milliseconds