Searched defs:image_inset_x (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_header_painter_ash.cc38 // starting |image_inset_x| pixels from the left of the image.
45 int image_inset_x) {
56 canvas->DrawImageInPath(image, -image_inset_x, 0, path, paint);
67 int image_inset_x) {
80 corner_radius, image_inset_x);
97 image_inset_x, 0,
39 TileRoundRect(gfx::Canvas* canvas, const gfx::ImageSkia& image, const SkPaint& paint, const gfx::Rect& bounds, int top_left_corner_radius, int top_right_corner_radius, int image_inset_x) argument
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

Completed in 98 milliseconds