Home
last modified time | relevance | path

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

/external/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.c406 pixman_fixed_t x_off, y_off; in analyze_extent() local
453 y_off = - pixman_fixed_e - ((params[1] - pixman_fixed_1) >> 1); in analyze_extent()
461 y_off = - pixman_fixed_e - ((params[1] - pixman_fixed_1) >> 1); in analyze_extent()
470 y_off = - pixman_fixed_1 / 2; in analyze_extent()
478 y_off = - pixman_fixed_e; in analyze_extent()
490 y_off = 0; in analyze_extent()
540 !IS_16_16 (transformed.y1 + y_off - 8 * pixman_fixed_e) || in analyze_extent()
542 !IS_16_16 (transformed.y2 + y_off + 8 * pixman_fixed_e + height)) in analyze_extent()
Dpixman.h1063 int y_off);
1071 int16_t y_off,
1076 int y_off,
1082 int y_off);
1105 int32_t y_off,
Dpixman-bits-image.c363 int y_off = (params[1] - pixman_fixed_1) >> 1; in bits_image_fetch_pixel_convolution() local
375 y1 = pixman_fixed_to_int (y - pixman_fixed_e - y_off); in bits_image_fetch_pixel_convolution()
446 int y_off = ((cheight << 16) - pixman_fixed_1) >> 1; in bits_image_fetch_pixel_separable_convolution() local
467 y1 = pixman_fixed_to_int (y - pixman_fixed_e - y_off); in bits_image_fetch_pixel_separable_convolution()
742 int y_off = ((cheight << 16) - pixman_fixed_1) >> 1; in bits_image_fetch_separable_convolution_affine() local
790 y1 = pixman_fixed_to_int (y - pixman_fixed_e - y_off); in bits_image_fetch_separable_convolution_affine()
/external/libyuv/files/unit_test/
Drotate_test.cc1209 int y_off = b * (yw + b * 2) + b; in TEST_F() local
1215 NV12ToI420Rotate(orig_y+y_off, y_st, in TEST_F()
1216 orig_uv+y_off, y_st, in TEST_F()
1217 ro180_y+y_off, y_st, in TEST_F()
1223 I420Rotate(ro180_y+y_off, y_st, in TEST_F()
1226 ro0_y+y_off, y_st, in TEST_F()
1470 int y_off = b * (yw + b * 2) + b; in TEST_F() local
1476 NV12ToI420Rotate(orig_y+y_off, y_st, in TEST_F()
1477 orig_uv+y_off, y_st, in TEST_F()
1478 roa_y+y_off, y_st, in TEST_F()
[all …]
/external/mesa3d/src/glx/
Ddri_glx.c226 int x_off, y_off; in __glXReportDamage() local
237 y_off = y; in __glXReportDamage()
242 y_off = 0; in __glXReportDamage()
252 xrects[i].y = rects[i].y1 + y_off; in __glXReportDamage()
/external/chromium_org/third_party/mesa/src/src/glx/
Ddri_glx.c226 int x_off, y_off; in __glXReportDamage() local
237 y_off = y; in __glXReportDamage()
242 y_off = 0; in __glXReportDamage()
252 xrects[i].y = rects[i].y1 + y_off; in __glXReportDamage()
/external/chromium_org/third_party/libyuv/unit_test/
Dplanar_test.cc1337 int y_off = b * (yw + b * 2) + b; in TEST_F() local
1346 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh); in TEST_F()
1354 CopyPlane(orig_y + y_off, y_st, dst_opt + y_off, stride, yw, yh); in TEST_F()