/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex_copy.c | 97 GLuint image_x, image_y; local 105 &image_x, &image_y); 133 image_x + dstx, image_y + dsty,
|
intel_blit.c | 534 unsigned int image_x, image_y; local 554 &image_x, &image_y); 557 y1 = image_y; 559 y2 = image_y + height;
|
intel_mipmap_tree.c | 1075 unsigned int image_x, image_y; local 1125 unsigned int image_x, image_y; local 1213 unsigned int image_x, image_y; local 1247 unsigned int image_x, image_y; local 1308 uint32_t image_y; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_copy.c | 97 GLuint image_x, image_y; local 105 &image_x, &image_y); 133 image_x + dstx, image_y + dsty,
|
intel_blit.c | 534 unsigned int image_x, image_y; local 554 &image_x, &image_y); 557 y1 = image_y; 559 y2 = image_y + height;
|
intel_mipmap_tree.c | 1075 unsigned int image_x, image_y; local 1125 unsigned int image_x, image_y; local 1213 unsigned int image_x, image_y; local 1247 unsigned int image_x, image_y; local 1308 uint32_t image_y; local [all...] |
/external/chromium_org/ppapi/tests/ |
test_graphics_2d.cc | 465 int image_x = 51, image_y = 72; local 466 dc.PaintImageData(test_image, pp::Point(image_x, image_y)); 475 int scroll_x = image_x + dx, scroll_y = image_y + dy; 476 pp::Rect clip(image_x, image_y, image_width, image_height); 489 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y)); 500 clip = pp::Rect(0, 0, image_x, image_y); 501 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y)); 511 clip = pp::Rect(0, 0, image_x + part_w, image_y + part_h); 512 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y)); 524 clip = pp::Rect(0, 0, image_x + image_width, image_y + image_height) [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_view.cc | 146 int image_y = tab_height; local 149 scale_canvas.FillRectInt(SK_ColorBLACK, image_x, image_y, image_w, image_h); 152 gfx::Rect(image_x, image_y, image_w, image_h));
|
/external/ceres-solver/examples/ |
libmv_bundle_adjuster.cc | 465 T *image_y) { 479 *image_y = focal_length_y * yd + principal_point_y;
|