HomeSort by relevance Sort by last modified time
    Searched refs:cur_x (Results 1 - 15 of 15) sorted by null

  /external/toybox/kconfig/lxdialog/
textbox.c 39 int cur_y, int cur_x)
43 wmove(dialog, cur_y, cur_x); /* Restore cursor position */
54 int i, x, y, cur_x, cur_y, key = 0; local
119 getyx(dialog, cur_y, cur_x); /* Save cursor position */
123 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x);
141 cur_y, cur_x);
152 cur_y, cur_x);
187 wmove(dialog, cur_y, cur_x); /* Restore cursor position */
198 cur_y, cur_x);
211 wmove(dialog, cur_y, cur_x); /* Restore cursor position *
    [all...]
util.c 316 int newl, cur_x, cur_y; local
336 cur_x = x;
348 room = width - cur_x;
356 cur_x = x;
358 wmove(win, cur_y, cur_x);
360 getyx(win, cur_y, cur_x);
361 cur_x++;
363 cur_x++; /* double space */
menubox.c 114 int cur_y, cur_x; local
116 getyx(win, cur_y, cur_x);
148 wmove(win, cur_y, cur_x);
  /external/webp/src/dsp/
upsampling_sse2.c 108 top_dst, bottom_dst, cur_x, num_pixels) { \
111 FUNC(top_y[(cur_x) + n], r_u[n], r_v[n], \
112 top_dst + ((cur_x) + n) * XSTEP); \
116 FUNC(bottom_y[(cur_x) + n], r_u[64 + n], r_v[64 + n], \
117 bottom_dst + ((cur_x) + n) * XSTEP); \
123 top_dst, bottom_dst, cur_x) do { \
124 FUNC##32(top_y + (cur_x), r_u, r_v, top_dst + (cur_x) * XSTEP); \
126 FUNC##32(bottom_y + (cur_x), r_u + 64, r_v + 64, \
127 bottom_dst + (cur_x) * XSTEP);
    [all...]
upsampling_neon.c 135 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) do { \
138 const int off = ((cur_x) + i) * XSTEP; \
139 const uint8x8_t y = vld1_u8((src_y) + (cur_x) + i); \
165 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \
168 const int off = ((cur_x) + i) * XSTEP; \
169 const int y = src_y[(cur_x) + i]; \
177 top_dst, bottom_dst, cur_x, len) { \
178 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \
180 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
185 top_dst, bottom_dst, cur_x, len) {
    [all...]
  /external/skia/gm/
blurrect.cpp 184 int cur_x = 0; local
212 if (cur_x + bm.width() >= fGMWidth - fMargin) {
213 cur_x = 0;
219 canvas->translate((SkScalar)cur_x, (SkScalar)cur_y);
224 cur_x += bm.width() + fPadding;
  /external/opencv/cv/src/
cvemd.cpp 754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; local
802 cur_x = &head;
803 while( (next_x = cur_x->next[0]) != leave_x )
805 cur_x = next_x;
806 assert( cur_x );
808 cur_x->next[0] = next_x->next[0];
812 cur_x = &head;
813 while( (next_x = cur_x->next[1]) != leave_x )
815 cur_x = next_x;
816 assert( cur_x );
    [all...]
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 324 int cur_x, cur_y; local
383 cur_x = (screen_width - img_w) / 2;
392 g2d_copy(ctx, &tmp_img, &img, 0, 0, cur_x, cur_y, img_w, img_h);
410 if (cur_x + s->x < 0 || cur_y + s->y < 0 ||
411 cur_x + img_w + s->x >= screen_width ||
418 ret = g2d_move(ctx, &img, cur_x, cur_y, cur_x + s->x, cur_y + s->y,
426 cur_x += s->x;
  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 358 WORD32 cur_x, cur_y; local
363 cur_x = ps_tu->b4_pos_x;
367 >> (31 - (1 + cur_x - 1))) & 1;
368 u1_left_avail = (pu4_intra_nbr_avail[1 + cur_y] >> (31 - (1 + cur_x - 1)))
370 u1_top_avail = (pu4_intra_nbr_avail[1 + cur_y - 1] >> (31 - (1 + cur_x)))
373 >> (31 - (1 + cur_x + trans_size / MIN_TU_SIZE))) & 1;
375 >> (31 - (1 + cur_x - 1))) & 1;
377 x_cur = ps_proc->i4_ctb_x * ctb_size + cur_x * MIN_TU_SIZE;
    [all...]
  /external/vboot_reference/firmware/lib/
vboot_display.c 104 uint32_t cur_x = x, cur_y = y; local
118 cur_x = x;
127 cur_x -= image_info->width;
129 if (VBERROR_SUCCESS != VbExDisplayImage(cur_x, cur_y, buffer,
136 cur_x += image_info->width;
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.c 850 int cur_x, cur_y, max_x, max_y; local
855 cur_x = 0;
864 layout->lods[lv].x = cur_x;
876 cur_x += lod_w;
885 cur_x += lod_w;
892 cur_x = align(cur_x, 64);
    [all...]
  /external/freetype/src/pshinter/
pshalgo.h 171 FT_Pos cur_x; member in struct:PSH_PointRec_
pshalgo.c 1138 point->cur_x = point->cur_u;
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.h 171 FT_Pos cur_x; member in struct:PSH_PointRec_
pshalgo.c 1138 point->cur_x = point->cur_u;
    [all...]

Completed in 619 milliseconds