Home
last modified time | relevance | path

Searched refs:pos_y (Results 1 - 22 of 22) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvsrc_sierpinski.c49 int pos_x, pos_y; member
77 int pos_y = y + s->pos_y; 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()
84 pos_y /= 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()
179 if (s->pos_y < s->dest_y) in draw_sierpinski()
180 s->pos_y in draw_sierpinski()
[all...]
/third_party/backends/backend/escl/
H A Descl_crop.c59 if (scanner->caps[scanner->source].pos_y && in escl_crop_surface()
61 scanner->caps[scanner->source].pos_y)) in escl_crop_surface()
62 y_off = (int)((double)scanner->caps[scanner->source].pos_y * 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.c214 if (scanner->caps[scanner->source].pos_y > scanner->caps[scanner->source].height) in escl_newjob()
215 off_y = (scanner->caps[scanner->source].pos_y > scanner->caps[scanner->source].height) / 2; in escl_newjob()
H A Descl.h113 int pos_y; member
H A Descl_jpeg.c199 int ry = (int)((double)scanner->caps[scanner->source].pos_y * ratio); in get_JPEG_data()
H A Descl.c1623 handler->scanner->caps[handler->scanner->source].pos_y = 0; in sane_start()
1625 handler->scanner->caps[handler->scanner->source].pos_y = in sane_start()
1630 handler->scanner->caps[handler->scanner->source].pos_y, in sane_start()
/third_party/node/test/fixtures/wpt/dom/events/non-cancelable-when-passive/resources/
H A Dscrolling.js25 const pos_y = Math.floor(window.innerHeight / 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):
78 self.pos_y = pos_y
265 py = get_attrib(block, "pos_y")
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c333 builder->pos_y = ady; in cff_operator_seac()
359 builder->pos_y = 0; in cff_operator_seac()
542 y = builder->pos_y; in FT_LOCAL_DEF()
2001 y = decoder->builder.pos_y; in FT_LOCAL_DEF()
2019 y = ADD_LONG( decoder->builder.pos_y, args[1] ); in FT_LOCAL_DEF()
2031 y = ADD_LONG( decoder->builder.pos_y, args[1] ); in FT_LOCAL_DEF()
H A Dt1decode.c398 decoder->builder.pos_y = ady; in t1operator_seac()
417 decoder->builder.pos_y = 0; in t1operator_seac()
501 y = orig_y = builder->pos_y; in FT_LOCAL_DEF()
1239 orig_y = y = builder->pos_y; in FT_LOCAL_DEF()
1276 y = ADD_LONG( builder->pos_y, top[1] ); in FT_LOCAL_DEF()
H A Dpsobjs.c1605 builder->pos_y = 0; in t1_builder_init()
1880 builder->pos_y = 0; in cff_builder_init()
2137 ps_builder->pos_y = &t1builder->pos_y; in ps_builder_init()
2162 ps_builder->pos_y = &cffbuilder->pos_y; in ps_builder_init()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h532 * pos_y ::
573 FT_Pos* pos_y; member
799 * pos_y ::
837 FT_Pos pos_y; member
1073 * pos_y ::
1117 FT_Pos pos_y; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit2d.c495 nir_ssa_def *pos_y = nir_channel(b, tex_pos, 1); in build_nir_buffer_fetch() local
496 pos_y = nir_imul(b, pos_y, width); in build_nir_buffer_fetch()
497 pos_x = nir_iadd(b, pos_x, pos_y); in build_nir_buffer_fetch()
H A Dradv_meta_bufimage.c76 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_itob_compute_shader() local
78 nir_ssa_def *tmp = nir_imul(&b, pos_y, stride); in build_nir_itob_compute_shader()
233 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_btoi_compute_shader() local
235 nir_ssa_def *buf_coord = nir_imul(&b, pos_y, stride); in build_nir_btoi_compute_shader()
408 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_btoi_r32g32b32_compute_shader() local
410 nir_ssa_def *buf_coord = nir_imul(&b, pos_y, stride); in build_nir_btoi_r32g32b32_compute_shader()
H A Dradv_cmd_buffer.c1071 int32_t pos_y = sample_locs[i].y; in radv_compute_sample_locs_pixel() local
1077 sample_locs_pixel[sample_reg_idx] |= (pos_y & 0xf) << shift_y; 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
234 (void)pos_y; in HandleKey()
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py1784 pos_y = set()
1791 pos_y.add(i)
1794 self.assertEqual(len(pos_y), 2) # item1 and item2 y pos
1795 for y in pos_y:
/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()
1015 pos_y += tile_length; 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
1541 pos_y = LLVMBuildLoad2(builder, vec_type, outputs[pos][1], ""); /*y0 y1 .. yn */ in generate_clipmask()
1552 cv_y = pos_y; in generate_clipmask()
1581 test = lp_build_compare(gallivm, f32_type, PIPE_FUNC_GREATER, pos_y, pos_w); in generate_clipmask()
1587 test = LLVMBuildFAdd(builder, pos_y, pos_w, ""); in generate_clipmask()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp2287 static void SetCursorPosYAndSetupForPrevLine(float pos_y, float line_height) in SetCursorPosYAndSetupForPrevLine() argument
2294 float off_y = pos_y - window->DC.CursorPos.y; in SetCursorPosYAndSetupForPrevLine()
2295 window->DC.CursorPos.y = pos_y; in SetCursorPosYAndSetupForPrevLine()
2296 window->DC.CursorMaxPos.y = ImMax(window->DC.CursorMaxPos.y, pos_y); in SetCursorPosYAndSetupForPrevLine()
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2186 static void SetCursorPosYAndSetupDummyPrevLine(float pos_y, float line_height) in SetCursorPosYAndSetupDummyPrevLine() argument
2191 ImGui::SetCursorPosY(pos_y); in SetCursorPosYAndSetupDummyPrevLine()
/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()
22823 label.y = pos_y + line_offset; in nk_edit_draw_text()
22857 label.y = pos_y + line_offset; 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 133 milliseconds