/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); 556 x1 = image_x; 558 x2 = image_x + width;
|
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 1307 uint32_t image_x; 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); 556 x1 = image_x; 558 x2 = image_x + width;
|
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 1307 uint32_t image_x; local [all...] |
/external/chromium/chrome/browser/ui/views/location_bar/ |
keyword_hint_view.cc | 83 int image_x = leading_label_->IsVisible() ? leading_label_->width() : 0; local 88 gfx::Rect tab_button_bounds(image_x,
|
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_view.cc | 145 int image_x = kDragFrameBorderSize; 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/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_org/ui/views/controls/table/ |
table_view.cc | 515 int image_x = GetMirroredXWithWidthInView(text_x, kImageSize); local 518 image_x,
|