Searched refs:bottom_edge (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dconstrained_window_views.cc440 SkBitmap* bottom_edge = resources_->GetPartBitmap(FRAME_BOTTOM_EDGE); local
457 left_edge->width(), height() - bottom_edge->height(),
459 bottom_edge->height());
480 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(),
481 height() - bottom_edge->height(),
483 bottom_edge->height());
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc332 SkBitmap* bottom_edge = rb.GetBitmapNamed(IDR_WINDOW_BOTTOM_CENTER); local
356 height() - bottom_edge->height(),
358 bottom_edge->height());
379 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(),
380 height() - bottom_edge->height(),
382 bottom_edge->height());
H A Dopaque_browser_frame_view.cc566 SkBitmap* bottom_edge = tp->GetBitmapNamed(IDR_WINDOW_BOTTOM_CENTER); local
617 height() - bottom_edge->height(),
619 bottom_edge->height());
658 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(),
659 height() - bottom_edge->height(),
661 bottom_edge->height());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc328 gfx::ImageSkia* bottom_edge = rb.GetImageSkiaNamed(IDR_WINDOW_BOTTOM_CENTER); local
358 height() - bottom_edge->height(), center_width,
359 bottom_edge->height()), frame_color);
382 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(),
383 height() - bottom_edge->height(),
385 bottom_edge->height());
H A Dimmersive_mode_controller_ash.cc80 int bottom_edge = view->bounds().bottom(); local
81 cursor_pos = gfx::Point(0, bottom_edge + 100);
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc778 const int bottom_edge = work_area.bottom(); local
789 } else if (ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size) &&
790 bounds->height() < (bottom_edge - top_edge)) {
794 bounds->set_y(bottom_edge - bounds->height());
808 const int bottom_edge = work_area.bottom(); local
820 ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size)) {
821 bounds->set_height(bottom_edge - bounds->y());
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1180 LayerQuad::Edge bottom_edge(bottom_right, bottom_left);
1193 bottom_edge = device_layer_edges.bottom();
1196 bottom_edge.scale(sign);
1202 LayerQuad device_quad(left_edge, top_edge, right_edge, bottom_edge);

Completed in 188 milliseconds