Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/tests/
Dtest_graphics_2d.cc463 int image_x = 51, image_y = 72; in TestScroll() local
464 dc.PaintImageData(test_image, pp::Point(image_x, image_y)); in TestScroll()
473 int scroll_x = image_x + dx, scroll_y = image_y + dy; in TestScroll()
474 pp::Rect clip(image_x, image_y, image_width, image_height); in TestScroll()
487 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y)); in TestScroll()
498 clip = pp::Rect(0, 0, image_x, image_y); in TestScroll()
499 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y)); in TestScroll()
509 clip = pp::Rect(0, 0, image_x + part_w, image_y + part_h); in TestScroll()
510 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y)); in TestScroll()
522 clip = pp::Rect(0, 0, image_x + image_width, image_y + image_height); in TestScroll()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_copy.c97 GLuint image_x, image_y; in intel_copy_texsubimage() local
105 &image_x, &image_y); in intel_copy_texsubimage()
133 image_x + dstx, image_y + dsty, in intel_copy_texsubimage()
Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; in intel_miptree_map_gtt() local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_gtt()
1097 y += image_y; in intel_miptree_map_gtt()
1125 unsigned int image_x, image_y; in intel_miptree_map_blit() local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_blit()
1142 y += image_y; in intel_miptree_map_blit()
1213 unsigned int image_x, image_y; in intel_miptree_map_s8() local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_s8()
1221 y + image_y + map->y, in intel_miptree_map_s8()
1231 mt, map->x + image_x, map->y + image_y, map->ptr, map->stride); in intel_miptree_map_s8()
[all …]
Dintel_blit.c534 unsigned int image_x, image_y; in intel_set_teximage_alpha_to_one() local
554 &image_x, &image_y); in intel_set_teximage_alpha_to_one()
557 y1 = image_y; in intel_set_teximage_alpha_to_one()
559 y2 = image_y + height; in intel_set_teximage_alpha_to_one()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_copy.c97 GLuint image_x, image_y; in intel_copy_texsubimage() local
105 &image_x, &image_y); in intel_copy_texsubimage()
133 image_x + dstx, image_y + dsty, in intel_copy_texsubimage()
Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; in intel_miptree_map_gtt() local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_gtt()
1097 y += image_y; in intel_miptree_map_gtt()
1125 unsigned int image_x, image_y; in intel_miptree_map_blit() local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_blit()
1142 y += image_y; in intel_miptree_map_blit()
1213 unsigned int image_x, image_y; in intel_miptree_map_s8() local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_s8()
1221 y + image_y + map->y, in intel_miptree_map_s8()
1231 mt, map->x + image_x, map->y + image_y, map->ptr, map->stride); in intel_miptree_map_s8()
[all …]
Dintel_blit.c534 unsigned int image_x, image_y; in intel_set_teximage_alpha_to_one() local
554 &image_x, &image_y); in intel_set_teximage_alpha_to_one()
557 y1 = image_y; in intel_set_teximage_alpha_to_one()
559 y2 = image_y + height; in intel_set_teximage_alpha_to_one()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_copy.c97 GLuint image_x, image_y; in intel_copy_texsubimage() local
105 &image_x, &image_y); in intel_copy_texsubimage()
133 image_x + dstx, image_y + dsty, in intel_copy_texsubimage()
Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; in intel_miptree_map_gtt() local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_gtt()
1097 y += image_y; in intel_miptree_map_gtt()
1125 unsigned int image_x, image_y; in intel_miptree_map_blit() local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_blit()
1142 y += image_y; in intel_miptree_map_blit()
1213 unsigned int image_x, image_y; in intel_miptree_map_s8() local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_s8()
1221 y + image_y + map->y, in intel_miptree_map_s8()
1231 mt, map->x + image_x, map->y + image_y, map->ptr, map->stride); in intel_miptree_map_s8()
[all …]
Dintel_blit.c534 unsigned int image_x, image_y; in intel_set_teximage_alpha_to_one() local
554 &image_x, &image_y); in intel_set_teximage_alpha_to_one()
557 y1 = image_y; in intel_set_teximage_alpha_to_one()
559 y2 = image_y + height; in intel_set_teximage_alpha_to_one()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
Dintel_tex_copy.c97 GLuint image_x, image_y; in intel_copy_texsubimage() local
105 &image_x, &image_y); in intel_copy_texsubimage()
133 image_x + dstx, image_y + dsty, in intel_copy_texsubimage()
Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; in intel_miptree_map_gtt() local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_gtt()
1097 y += image_y; in intel_miptree_map_gtt()
1125 unsigned int image_x, image_y; in intel_miptree_map_blit() local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_blit()
1142 y += image_y; in intel_miptree_map_blit()
1213 unsigned int image_x, image_y; in intel_miptree_map_s8() local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_s8()
1221 y + image_y + map->y, in intel_miptree_map_s8()
1231 mt, map->x + image_x, map->y + image_y, map->ptr, map->stride); in intel_miptree_map_s8()
[all …]
Dintel_blit.c534 unsigned int image_x, image_y; in intel_set_teximage_alpha_to_one() local
554 &image_x, &image_y); in intel_set_teximage_alpha_to_one()
557 y1 = image_y; in intel_set_teximage_alpha_to_one()
559 y2 = image_y + height; in intel_set_teximage_alpha_to_one()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dintel_tex_copy.c97 GLuint image_x, image_y; in intel_copy_texsubimage() local
105 &image_x, &image_y); in intel_copy_texsubimage()
133 image_x + dstx, image_y + dsty, in intel_copy_texsubimage()
Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; in intel_miptree_map_gtt() local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_gtt()
1097 y += image_y; in intel_miptree_map_gtt()
1125 unsigned int image_x, image_y; in intel_miptree_map_blit() local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_blit()
1142 y += image_y; in intel_miptree_map_blit()
1213 unsigned int image_x, image_y; in intel_miptree_map_s8() local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_s8()
1221 y + image_y + map->y, in intel_miptree_map_s8()
1231 mt, map->x + image_x, map->y + image_y, map->ptr, map->stride); in intel_miptree_map_s8()
[all …]
Dintel_blit.c534 unsigned int image_x, image_y; in intel_set_teximage_alpha_to_one() local
554 &image_x, &image_y); in intel_set_teximage_alpha_to_one()
557 y1 = image_y; in intel_set_teximage_alpha_to_one()
559 y2 = image_y + height; in intel_set_teximage_alpha_to_one()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Dintel_tex_copy.c97 GLuint image_x, image_y; in intel_copy_texsubimage() local
105 &image_x, &image_y); in intel_copy_texsubimage()
133 image_x + dstx, image_y + dsty, in intel_copy_texsubimage()
Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; in intel_miptree_map_gtt() local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_gtt()
1097 y += image_y; in intel_miptree_map_gtt()
1125 unsigned int image_x, image_y; in intel_miptree_map_blit() local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_blit()
1142 y += image_y; in intel_miptree_map_blit()
1213 unsigned int image_x, image_y; in intel_miptree_map_s8() local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y); in intel_miptree_map_s8()
1221 y + image_y + map->y, in intel_miptree_map_s8()
1231 mt, map->x + image_x, map->y + image_y, map->ptr, map->stride); in intel_miptree_map_s8()
[all …]
Dintel_blit.c534 unsigned int image_x, image_y; in intel_set_teximage_alpha_to_one() local
554 &image_x, &image_y); in intel_set_teximage_alpha_to_one()
557 y1 = image_y; in intel_set_teximage_alpha_to_one()
559 y2 = image_y + height; in intel_set_teximage_alpha_to_one()
/external/ceres-solver/examples/
Dlibmv_bundle_adjuster.cc465 T *image_y) { in ApplyRadialDistortionCameraIntrinsics() argument
479 *image_y = focal_length_y * yd + principal_point_y; in ApplyRadialDistortionCameraIntrinsics()