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

  /external/python/cpython2/Lib/lib-tk/
Tkdnd.py 243 self.x_off = event.x
263 return x - self.x_off, y - self.y_off
  /external/python/cpython3/Lib/tkinter/
dnd.py 243 self.x_off = event.x
263 return x - self.x_off, y - self.y_off
  /external/u-boot/drivers/video/
video_bmp.c 42 uchar *fb, int x_off, int y_off)
80 * priv->line_length + (x + x_off) * 2);
stb_truetype.h     [all...]
  /external/libhevc/encoder/
hme_subpel.c 565 S32 x_off, y_off, x_pic, y_pic; local
595 x_off = ps_cu_results->u1_x_off;
604 x_pic = x_off + ps_inter_ctb_prms->i4_ctb_x_off;
4058 S32 x_off, y_off; local
    [all...]
hme_utils.c 3248 WORD32 x_off, y_off; local
    [all...]
hme_refine.c 592 S32 x_off, y_off; local
809 x_off = ps_merge_prms->ps_results_tl->u1_x_off;
811 i4_offset = x_off + i4_ctb_x_off + ((y_off + i4_ctb_y_off) * i4_ref_stride);
886 ps_wt_inp_prms->apu1_wt_inp[i1_ref_idx] + x_off + y_off * ps_subpel_prms->i4_inp_stride;
    [all...]
hme_err_compute.c 445 S32 x_off = step, y_off = step * ps_prms->i4_ref_stride; local
467 pu1_ref = pu1_ref_c + x_off * gai1_grid_id_to_x[i];
    [all...]
  /external/skqp/modules/skottie/src/
SkottieAdapter.cpp 321 const auto x_off = align_fract != 0
324 const auto& buf = builder.allocRun(font, line_glyph_buffer.count(), x_off, y_off);
  /external/mesa3d/src/glx/
dri_glx.c 318 int x_off, y_off; local
328 x_off = x;
333 x_off = 0;
343 xrects[i].x = rects[i].x1 + x_off;
  /external/u-boot/common/
lcd.c 454 uchar *fb, int x_off, int y_off)
490 * lcd_line_length + (x + x_off) * 2);
  /external/libhevc/encoder/arm/
ihevce_me_neon.c 418 S32 x_off = ps_prms->i4_step; local
438 pu1_ref += x_off * gai1_grid_id_to_x[i];
  /external/ImageMagick/coders/
png.c 696 x_off[MNG_MAX_OBJECTS],
694 x_off[MNG_MAX_OBJECTS], member in struct:_MngInfo
    [all...]

Completed in 816 milliseconds