Home
last modified time | relevance | path

Searched refs:image_x (Results 1 – 21 of 21) 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/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()
1096 x += image_x; 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()
1141 x += image_x; 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()
1220 x + image_x + map->x, 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()
556 x1 = image_x; in intel_set_teximage_alpha_to_one()
558 x2 = image_x + width; 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()
1096 x += image_x; 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()
1141 x += image_x; 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()
1220 x + image_x + map->x, 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()
556 x1 = image_x; in intel_set_teximage_alpha_to_one()
558 x2 = image_x + width; 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()
1096 x += image_x; 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()
1141 x += image_x; 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()
1220 x + image_x + map->x, 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()
556 x1 = image_x; in intel_set_teximage_alpha_to_one()
558 x2 = image_x + width; 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()
1096 x += image_x; 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()
1141 x += image_x; 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()
1220 x + image_x + map->x, 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()
556 x1 = image_x; in intel_set_teximage_alpha_to_one()
558 x2 = image_x + width; 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()
1096 x += image_x; 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()
1141 x += image_x; 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()
1220 x + image_x + map->x, 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()
556 x1 = image_x; in intel_set_teximage_alpha_to_one()
558 x2 = image_x + width; in intel_set_teximage_alpha_to_one()
/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()
1096 x += image_x; 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()
1141 x += image_x; 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()
1220 x + image_x + map->x, 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()
556 x1 = image_x; in intel_set_teximage_alpha_to_one()
558 x2 = image_x + width; in intel_set_teximage_alpha_to_one()
/external/ceres-solver/examples/
Dlibmv_bundle_adjuster.cc464 T *image_x, in ApplyRadialDistortionCameraIntrinsics() argument
478 *image_x = focal_length_x * xd + principal_point_x; in ApplyRadialDistortionCameraIntrinsics()
/external/chromium_org/ui/views/controls/table/
Dtable_view.cc516 int image_x = GetMirroredXWithWidthInView(text_x, kImageSize); in OnPaint() local
519 image_x, in OnPaint()