Home
last modified time | relevance | path

Searched refs:bottom_edge (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/frame/
Ddefault_header_painter.cc265 gfx::ImageSkia bottom_edge = *rb.GetImageSkiaNamed( in PaintHighlightForInactiveRestoredWindow() local
281 int bottom_height = bottom_edge.height(); in PaintHighlightForInactiveRestoredWindow()
283 bottom_edge, in PaintHighlightForInactiveRestoredWindow()
/external/chromium_org/ash/system/tray/
Dtray_background_view.cc467 int left_edge, top_edge, right_edge, bottom_edge; in SetTrayBorder() local
471 bottom_edge = kShelfSize - in SetTrayBorder()
478 bottom_edge = on_edge ? kPaddingFromEdgeOfShelf : 0; in SetTrayBorder()
483 bottom_edge = on_edge ? kPaddingFromEdgeOfShelf : 0; in SetTrayBorder()
488 top_edge, left_edge, bottom_edge, right_edge)); in SetTrayBorder()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc828 const int bottom_edge = work_area.bottom(); in StickToWorkAreaOnMove() local
840 } else if (ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size) && in StickToWorkAreaOnMove()
841 bounds->height() < (bottom_edge - top_edge)) { in StickToWorkAreaOnMove()
845 bounds->set_y(bottom_edge - bounds->height()); in StickToWorkAreaOnMove()
860 const int bottom_edge = work_area.bottom(); in StickToWorkAreaOnResize() local
872 ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size)) { in StickToWorkAreaOnResize()
873 bounds->set_height(bottom_edge - bounds->y()); in StickToWorkAreaOnResize()
/external/chromium_org/cc/output/
Dgl_renderer.cc1408 LayerQuad::Edge bottom_edge(bottom_right, bottom_left); in SetupQuadForAntialiasing() local
1421 bottom_edge = device_layer_edges.bottom(); in SetupQuadForAntialiasing()
1424 bottom_edge.scale(sign); in SetupQuadForAntialiasing()
1430 LayerQuad device_quad(left_edge, top_edge, right_edge, bottom_edge); in SetupQuadForAntialiasing()