Searched refs:frame_image (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_header_painter_ash.h64 // Sets |frame_image| and |frame_overlay_image| to the frame image and the
68 gfx::ImageSkia* frame_image,
71 // Sets |frame_image| and |frame_overlay_image| to the frame image and the
76 gfx::ImageSkia* frame_image,
H A Dbrowser_header_painter_ash.cc59 // Tiles |frame_image| and |frame_overlay_image| into an area, rounding the top
62 const gfx::ImageSkia& frame_image,
72 // crossfading), we must create a new canvas to overlay |frame_image| and
79 TileRoundRect(canvas, frame_image, paint, bounds, corner_radius,
96 temporary_canvas.TileImageInt(frame_image,
343 gfx::ImageSkia* frame_image,
346 GetFrameImagesForTabbedBrowser(mode, frame_image, frame_overlay_image);
348 *frame_image = GetFrameImageForNonTabbedBrowser(mode);
355 gfx::ImageSkia* frame_image,
374 *frame_image
61 PaintFrameImagesInRoundRect(gfx::Canvas* canvas, const gfx::ImageSkia& frame_image, const gfx::ImageSkia& frame_overlay_image, const SkPaint& paint, const gfx::Rect& bounds, int corner_radius, int image_inset_x) argument
341 GetFrameImages( Mode mode, gfx::ImageSkia* frame_image, gfx::ImageSkia* frame_overlay_image) const argument
353 GetFrameImagesForTabbedBrowser( Mode mode, gfx::ImageSkia* frame_image, gfx::ImageSkia* frame_overlay_image) const argument
[all...]
H A Dopaque_browser_frame_view.cc909 gfx::ImageSkia* frame_image = GetFrameImage(); local
910 int top_area_height = frame_image->height();
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc350 const gfx::ImageSkia* frame_image = GetFrameImage(); local
351 frame_background_->set_theme_image(frame_image);
352 frame_background_->set_top_area_height(frame_image->height());
371 const gfx::ImageSkia* frame_image = GetFrameImage(); local
372 frame_background_->set_theme_image(frame_image);
373 frame_background_->set_top_area_height(frame_image->height());
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c3746 DiCursor frame_image = ML_(cur_from_sli)(escn_frame); /* fixed */ local
3748 DiCursor data = frame_image;
3808 if (ML_(cur_cmpEQ)(data, ML_(cur_plus)(frame_image, frame_size)))
3812 if (ML_(cur_cmpGT)(data, ML_(cur_plus)(frame_image, frame_size))) {
3822 VG_(printf)("\ncie/fde.start = (frame_image + 0x%llx)\n",
3823 ML_(cur_minus)(ciefde_start, frame_image));
3836 ML_(cur_minus)(ciefde_start, frame_image));
3890 = (ULong)ML_(cur_minus)(ciefde_start, frame_image);
3894 (Addr)ML_(cur_minus)(ciefde_start, frame_image),
4052 adi.ehframe_image = frame_image;
[all...]

Completed in 163 milliseconds