Searched refs:bottom_edge (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ash/frame/ |
D | default_header_painter.cc | 265 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/ |
D | tray_background_view.cc | 467 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/ |
D | workspace_window_resizer.cc | 828 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/ |
D | gl_renderer.cc | 1408 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()
|