/third_party/toybox/kconfig/lxdialog/ |
D | textbox.c | 39 int cur_y, int cur_x) in refresh_text_box() argument 43 wmove(dialog, cur_y, cur_x); /* Restore cursor position */ in refresh_text_box() 54 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local 119 getyx(dialog, cur_y, cur_x); /* Save cursor position */ in dialog_textbox() 123 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox() 141 cur_y, cur_x); in dialog_textbox() 152 cur_y, cur_x); in dialog_textbox() 187 wmove(dialog, cur_y, cur_x); /* Restore cursor position */ in dialog_textbox() 198 cur_y, cur_x); in dialog_textbox() 211 wmove(dialog, cur_y, cur_x); /* Restore cursor position */ in dialog_textbox() [all …]
|
D | util.c | 316 int newl, cur_x, cur_y; in print_autowrap() local 337 cur_y = y; in print_autowrap() 355 cur_y++; in print_autowrap() 358 wmove(win, cur_y, cur_x); in print_autowrap() 360 getyx(win, cur_y, cur_x); in print_autowrap()
|
D | menubox.c | 114 int cur_y, cur_x; in print_arrows() local 116 getyx(win, cur_y, cur_x); in print_arrows() 148 wmove(win, cur_y, cur_x); in print_arrows()
|
/third_party/ffmpeg/libavcodec/ |
D | vmnc.c | 71 int cur_x, cur_y; member 139 if (c->height < c->cur_y + c->cur_h) in put_cursor() 140 h = c->height - c->cur_y; in put_cursor() 142 y = c->cur_y; in put_cursor() 355 if (c->height < c->cur_y + h) in decode_frame() 356 h = c->height - c->cur_y; in decode_frame() 362 dy = c->cur_y; in decode_frame() 438 c->cur_y = dy - c->cur_hy; in decode_frame() 496 if (c->height < c->cur_y + h) in decode_frame() 497 h = c->height - c->cur_y; in decode_frame() [all …]
|
D | fic.c | 215 static void fic_draw_cursor(AVCodecContext *avctx, int cur_x, int cur_y) in fic_draw_cursor() argument 246 (ctx->final_frame->linesize[i] * (cur_y >> !!i)) + in fic_draw_cursor() 250 for (i = 0; i < FFMIN(32, avctx->height - cur_y) - 1; i += 2) { in fic_draw_cursor() 278 int cur_x, cur_y; in fic_decode_frame() local 333 cur_y = AV_RL16(src + 35); in fic_decode_frame() 334 if (!skip_cursor && (cur_x > avctx->width || cur_y > avctx->height)) { in fic_decode_frame() 337 cur_x, cur_y); in fic_decode_frame() 433 fic_draw_cursor(avctx, cur_x, cur_y); in fic_decode_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/jp2kdecimator/ |
D | jp2kcodestream.c | 210 it->cur_y += it->y_step - (it->cur_y % it->y_step); in packet_iterator_next_rpcl() 211 if (it->cur_y >= it->ty1) { in packet_iterator_next_rpcl() 212 it->cur_y = it->ty0; in packet_iterator_next_rpcl() 226 if (((it->cur_y % (it->yr * it->two_ppy * it->two_nl_r) == 0) in packet_iterator_next_rpcl() 227 || (it->cur_y == it->ty0 in packet_iterator_next_rpcl() 240 (((it->cur_y + it->yr * it->two_nl_r - 1) / in packet_iterator_next_rpcl() 285 it->cur_y += it->y_step - (it->cur_y % it->y_step); in packet_iterator_next_pcrl() 286 if (it->cur_y >= it->ty1) { in packet_iterator_next_pcrl() 296 if (((it->cur_y % (it->yr * it->two_ppy * it->two_nl_r) == 0) in packet_iterator_next_pcrl() 297 || (it->cur_y == it->ty0 in packet_iterator_next_pcrl() [all …]
|
D | jp2kcodestream.h | 166 gint cur_x, cur_y; member
|
/third_party/libdrm/tests/exynos/ |
D | exynos_fimg2d_test.c | 331 int cur_x, cur_y; in g2d_move_test() local 391 cur_y = (screen_height - img_h) / 2; in g2d_move_test() 399 g2d_copy(ctx, &tmp_img, &img, 0, 0, cur_x, cur_y, img_w, img_h); in g2d_move_test() 417 if (cur_x + s->x < 0 || cur_y + s->y < 0 || in g2d_move_test() 419 cur_y + img_h + s->y >= screen_height) in g2d_move_test() 425 ret = g2d_move(ctx, &img, cur_x, cur_y, cur_x + s->x, cur_y + s->y, in g2d_move_test() 434 cur_y += s->y; in g2d_move_test()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 67 const uint8_t* cur_y = io->y; in EmitFancyRGB() local 79 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, mb_w); in EmitFancyRGB() 82 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB() 93 cur_y += 2 * io->y_stride; in EmitFancyRGB() 94 upsample(cur_y - io->y_stride, cur_y, in EmitFancyRGB() 99 cur_y += io->y_stride; in EmitFancyRGB() 102 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y)); in EmitFancyRGB() 111 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, in EmitFancyRGB()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 62 const uint8_t* cur_y = io->y; in EmitFancyRGB() local 74 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, mb_w); in EmitFancyRGB() 77 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB() 88 cur_y += 2 * io->y_stride; in EmitFancyRGB() 89 upsample(cur_y - io->y_stride, cur_y, in EmitFancyRGB() 94 cur_y += io->y_stride; in EmitFancyRGB() 97 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y)); in EmitFancyRGB() 106 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, in EmitFancyRGB()
|
/third_party/alsa-utils/alsamixer/ |
D | textbox.c | 130 int cur_y, cur_x; in update_text_lines() local 146 getyx(text_widget.window, cur_y, cur_x); in update_text_lines() 147 if (cur_y == i + 1) { in update_text_lines()
|
D | mixer_display.c | 69 int cur_y, cur_x; in display_string_in_field() local 86 getyx(mixer_widget.window, cur_y, cur_x); in display_string_in_field() 87 if (cur_y == y) { in display_string_in_field()
|
/third_party/flutter/skia/gm/ |
D | blurrect.cpp | 190 int cur_y = 0; variable 219 cur_y += max_height + fPadding; 224 canvas->translate((SkScalar)cur_x, (SkScalar)cur_y);
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_csp_enc.c | 1057 const uint8_t* cur_u = picture->u, *cur_v = picture->v, *cur_y = picture->y; in WebPPictureYUVAToARGB() local 1062 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width); in WebPPictureYUVAToARGB() 1063 cur_y += picture->y_stride; in WebPPictureYUVAToARGB() 1071 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v, in WebPPictureYUVAToARGB() 1073 cur_y += 2 * picture->y_stride; in WebPPictureYUVAToARGB() 1078 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width); in WebPPictureYUVAToARGB()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | picture_csp_enc.c | 1053 const uint8_t *cur_u = picture->u, *cur_v = picture->v, *cur_y = picture->y; in WebPPictureYUVAToARGB() local 1058 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width); in WebPPictureYUVAToARGB() 1059 cur_y += picture->y_stride; in WebPPictureYUVAToARGB() 1067 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v, in WebPPictureYUVAToARGB() 1069 cur_y += 2 * picture->y_stride; in WebPPictureYUVAToARGB() 1074 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width); in WebPPictureYUVAToARGB()
|
/third_party/skia/gm/ |
D | blurrect.cpp | 199 int cur_y = 0; variable 228 cur_y += max_height + fPadding; 233 canvas->translate((SkScalar)cur_x, (SkScalar)cur_y);
|
/third_party/freetype/src/pshinter/ |
D | pshalgo.h | 169 FT_Pos cur_y; member
|
D | pshalgo.c | 1143 point->cur_y = point->cur_u; in psh_glyph_save_points()
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshalgo.h | 169 FT_Pos cur_y; member
|
D | pshalgo.c | 1143 point->cur_y = point->cur_u; in psh_glyph_save_points()
|
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/ |
D | pshalgo.h | 173 FT_Pos cur_y; member
|
D | pshalgo.c | 1143 point->cur_y = point->cur_u; in psh_glyph_save_points()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderRendering.cpp | 3497 int cur_y = start_y + n_pixel * dy; in verify() local 3500 const unsigned char* read_data = data + cur_y * row_width + cur_x * 4 /* components */; in verify() 3514 m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data at (" << cur_x << ", " << cur_y in verify() 3621 int cur_y = start_y + n_point * dy; in verify() local 3631 const unsigned char* read_data = data + cur_y * row_width + cur_x * 4 /* components */; in verify() 3648 m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data at (" << cur_x << ", " << cur_y in verify()
|