Home
last modified time | relevance | path

Searched refs:y_off (Results 1 – 20 of 20) sorted by relevance

/third_party/pixman/pixman/
Dpixman-trap.c208 int y_off) in pixman_line_fixed_edge_init() argument
211 pixman_fixed_t y_off_fixed = pixman_int_to_fixed (y_off); in pixman_line_fixed_edge_init()
235 int16_t y_off, in pixman_add_traps() argument
253 y_off_fixed = pixman_int_to_fixed (y_off); in pixman_add_traps()
320 int y_off, in pixman_add_trapezoids() argument
337 pixman_rasterize_trapezoid (image, trap, x_off, y_off); in pixman_add_trapezoids()
349 int y_off) in pixman_rasterize_trapezoid() argument
368 y_off_fixed = pixman_int_to_fixed (y_off); in pixman_rasterize_trapezoid()
383 pixman_line_fixed_edge_init (&l, bpp, t, &trap->left, x_off, y_off); in pixman_rasterize_trapezoid()
384 pixman_line_fixed_edge_init (&r, bpp, t, &trap->right, x_off, y_off); in pixman_rasterize_trapezoid()
[all …]
Dpixman.c408 pixman_fixed_t x_off, y_off; in analyze_extent() local
455 y_off = - pixman_fixed_e - ((params[1] - pixman_fixed_1) >> 1); in analyze_extent()
463 y_off = - pixman_fixed_e - ((params[1] - pixman_fixed_1) >> 1); in analyze_extent()
472 y_off = - pixman_fixed_1 / 2; in analyze_extent()
480 y_off = - pixman_fixed_e; in analyze_extent()
492 y_off = 0; in analyze_extent()
533 !IS_16_16 (transformed.y1 + y_off - 8 * pixman_fixed_e) || in analyze_extent()
535 !IS_16_16 (transformed.y2 + y_off + 8 * pixman_fixed_e + height)) in analyze_extent()
Dpixman.h1357 int y_off);
1369 int16_t y_off,
1376 int y_off,
1384 int y_off);
1413 int32_t y_off,
Dpixman-bits-image.c268 int y_off = (params[1] - pixman_fixed_1) >> 1; in bits_image_fetch_pixel_convolution() local
280 y1 = pixman_fixed_to_int (y - pixman_fixed_e - y_off); in bits_image_fetch_pixel_convolution()
342 int y_off = ((cheight << 16) - pixman_fixed_1) >> 1; in bits_image_fetch_pixel_separable_convolution() local
363 y1 = pixman_fixed_to_int (y - pixman_fixed_e - y_off); in bits_image_fetch_pixel_separable_convolution()
Dpixman-fast-path.c2720 int y_off = ((cheight << 16) - pixman_fixed_1) >> 1; in bits_image_fetch_separable_convolution_affine() local
2768 y1 = pixman_fixed_to_int (y - pixman_fixed_e - y_off); in bits_image_fetch_separable_convolution_affine()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBUntranslatedPanel.java114 int y_off = 50; in printTable() local
118 pg.drawString("Untranslated Items: Page 1", x_off, y_off); in printTable()
122 if (y_off < page_dim.height - 50) { in printTable()
123 y_off += 15; in printTable()
126 pg.drawString(key + " -> " + translation, x_off, y_off); in printTable()
/third_party/ffmpeg/libavcodec/
Dfic.c37 int y_off; member
179 int y_off = tctx->y_off; in fic_decode_slice() local
188 uint8_t* dst = ctx->frame->data[p] + (y_off >> !!p) * stride; in fic_decode_slice()
377 int y_off = ctx->slice_h * slice; in fic_decode_frame() local
401 ctx->slice_data[slice].y_off = y_off; in fic_decode_frame()
Dvp8.c1811 int x_off, int y_off, int block_w, int block_h, in vp8_mc_luma() argument
1824 y_off += mv->y >> 2; in vp8_mc_luma()
1827 ff_thread_await_progress(ref, (3 + y_off + block_h + subpel_idx[2][my]) >> 4, 0); in vp8_mc_luma()
1828 src += y_off * linesize + x_off; in vp8_mc_luma()
1830 y_off < my_idx || y_off >= height - block_h - subpel_idx[2][my]) { in vp8_mc_luma()
1836 x_off - mx_idx, y_off - my_idx, in vp8_mc_luma()
1843 ff_thread_await_progress(ref, (3 + y_off + block_h) >> 4, 0); in vp8_mc_luma()
1844 mc_func[0][0](dst, linesize, src + y_off * linesize + x_off, in vp8_mc_luma()
1869 int x_off, int y_off, int block_w, int block_h, in vp8_mc_chroma() argument
1880 y_off += mv->y >> 3; in vp8_mc_chroma()
[all …]
Dvp9dec.h251 ptrdiff_t y_off, ptrdiff_t uv_off);
253 ptrdiff_t y_off, ptrdiff_t uv_off);
Dvmdvideo.c60 int x_off, y_off; member
209 s->y_off = frame_y; in vmd_decode()
212 frame_y -= s->y_off; in vmd_decode()
Dvp9recon.c219 static av_always_inline void intra_recon(VP9TileData *td, ptrdiff_t y_off, in intra_recon() argument
231 uint8_t *dst = td->dst[0], *dst_r = s->s.frames[CUR_FRAME].tf.f->data[0] + y_off; in intra_recon()
289 void ff_vp9_intra_recon_8bpp(VP9TileData *td, ptrdiff_t y_off, ptrdiff_t uv_off) in ff_vp9_intra_recon_8bpp() argument
291 intra_recon(td, y_off, uv_off, 1); in ff_vp9_intra_recon_8bpp()
294 void ff_vp9_intra_recon_16bpp(VP9TileData *td, ptrdiff_t y_off, ptrdiff_t uv_off) in ff_vp9_intra_recon_16bpp() argument
296 intra_recon(td, y_off, uv_off, 2); in ff_vp9_intra_recon_16bpp()
Dhevcdec.c1481 AVFrame *ref, const Mv *mv, int x_off, int y_off, in luma_mc_uni() argument
1496 y_off += mv->y >> 2; in luma_mc_uni()
1497 src += y_off * srcstride + (x_off * (1 << s->ps.sps->pixel_shift)); in luma_mc_uni()
1499 if (x_off < QPEL_EXTRA_BEFORE || y_off < QPEL_EXTRA_AFTER || in luma_mc_uni()
1501 y_off >= pic_height - block_h - QPEL_EXTRA_AFTER) { in luma_mc_uni()
1510 x_off - QPEL_EXTRA_BEFORE, y_off - QPEL_EXTRA_BEFORE, in luma_mc_uni()
1542 AVFrame *ref0, const Mv *mv0, int x_off, int y_off, in luma_mc_bi() argument
1557 int y_off0 = y_off + (mv0->y >> 2); in luma_mc_bi()
1559 int y_off1 = y_off + (mv1->y >> 2); in luma_mc_bi()
1634 …int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int chroma_weight, int… in chroma_mc_uni() argument
[all …]
Ddvbsubdec.c1460 int x, y, y_off, x_off; in save_display_set() local
1515 y_off = display->y_pos - y_pos; in save_display_set()
1537 pbuf[((y + y_off) * width) + x_off + x] = in save_display_set()
Dvp56.c474 int y_off = b==2 || b==3 ? 8 : 0; in vp56_render_mb() local
477 16*col+x_off, 16*row+y_off); in vp56_render_mb()
/third_party/python/Lib/tkinter/
Ddnd.py244 self.y_off = event.y
263 return x - self.x_off, y - self.y_off
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11sym.h315 …ay *dpy,Window dest,int dest_kind,int x_off,int y_off,Pixmap src,int op),(dpy,dest,dest_kind,x_off…
/third_party/gstreamer/gstplugins_bad/ext/assrender/
Dgstassrender.c680 guint8 * data, gint width, gint height, gint stride, gint x_off, gint y_off) in blit_bgra_premultiplied() argument
695 dst_y = ass_image->dst_y + y_off; in blit_bgra_premultiplied()
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h920 int x_off, int y_off, // another translation applied to input
3535 …loat scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, void … in stbtt_Rasterize() argument
3542 …inding_lengths, winding_count, scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, userdata); in stbtt_Rasterize()
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h920 int x_off, int y_off, // another translation applied to input
3535 …loat scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, void … in stbtt_Rasterize() argument
3542 …inding_lengths, winding_count, scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, userdata); in stbtt_Rasterize()
/third_party/flutter/skia/third_party/externals/imgui/
Dimstb_truetype.h904 int x_off, int y_off, // another translation applied to input
3509 …loat scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, void … in stbtt_Rasterize() argument
3516 …inding_lengths, winding_count, scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, userdata); in stbtt_Rasterize()