Searched defs:pos_y (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_sierpinski.c | 49 int pos_x, pos_y; member 77 int pos_y = y + s->pos_y; in fill_sierpinski() local [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | vwebp.c | 229 static void HandleKey(unsigned char key, int pos_x, int pos_y) { in HandleKey() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 495 nir_ssa_def *pos_y = nir_channel(b, tex_pos, 1); in build_nir_buffer_fetch() local
|
H A D | radv_meta_bufimage.c | 76 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_itob_compute_shader() local 233 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_btoi_compute_shader() local 408 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_btoi_r32g32b32_compute_shader() local
|
H A D | radv_cmd_buffer.c | 1071 int32_t pos_y = sample_locs[i].y; in radv_compute_sample_locs_pixel() local
|
/third_party/backends/backend/escl/ |
H A D | escl.h | 113 int pos_y; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | tiff.c | 964 int pos_x = 0, pos_y = 0; in dng_decode_tiles() local
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | psaux.h | 573 FT_Pos* pos_y; member 837 FT_Pos pos_y; member 1117 FT_Pos pos_y; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 1505 LLVMValueRef pos_x, pos_y, pos_z, pos_w; in generate_clipmask() local
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 2186 static void SetCursorPosYAndSetupDummyPrevLine(float pos_y, float line_height) in SetCursorPosYAndSetupDummyPrevLine() argument
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 2287 static void SetCursorPosYAndSetupForPrevLine(float pos_y, float line_height) in SetCursorPosYAndSetupForPrevLine() argument
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 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 113 milliseconds