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

/external/chromium_org/ui/base/cocoa/
H A Dappkit_utils.h21 int bottom_left; member in struct:ui::NinePartImageIds
/external/lldb/test/lang/c/struct_types/
H A Dmain.c18 struct point_tag bottom_left; member in struct:rect_tag
/external/lldb/test/macosx/debug-info/apple_types/
H A Dmain.c17 struct point_tag bottom_left; member in struct:rect_tag
/external/chromium_org/ash/system/user/
H A Drounded_image_view.cc41 int bottom_left) {
45 corner_radius_[3] = bottom_left;
38 SetCornerRadii(int top_left, int top_right, int bottom_right, int bottom_left) argument
/external/chromium_org/ui/views/window/
H A Dframe_background.cc46 const gfx::ImageSkia* bottom_left,
50 bottom_left_corner_ = bottom_left;
44 SetCornerImages(const gfx::ImageSkia* top_left, const gfx::ImageSkia* top_right, const gfx::ImageSkia* bottom_left, const gfx::ImageSkia* bottom_right) argument
H A Dcustom_frame_view.cc440 const gfx::ImageSkia* bottom_left = local
447 canvas->DrawImageInt(*bottom_left,
448 shadowed_area_bounds.x() - bottom_left->width(),
/external/lldb/test/lang/c/array_types/
H A Dmain.c17 struct point_tag bottom_left; member in struct:rect_tag
/external/chromium_org/cc/layers/
H A Dui_resource_layer.cc84 void UIResourceLayer::SetVertexOpacity(float bottom_left, argument
92 if (vertex_opacity_[0] == bottom_left &&
97 vertex_opacity_[0] = bottom_left;
H A Dtexture_layer.cc77 void TextureLayer::SetVertexOpacity(float bottom_left, argument
85 if (vertex_opacity_[0] == bottom_left &&
90 vertex_opacity_[0] = bottom_left;
/external/chromium_org/chrome/browser/ui/ash/
H A Dwindow_positioner_unittest.cc247 gfx::Rect bottom_left = window_positioner()->GetPopupPosition( local
252 bottom_left); local
/external/chromium_org/ui/gfx/geometry/
H A Drect_base.h51 PointClass bottom_left() const { return PointClass(x(), bottom()); } function in class:gfx::RectBase
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.h135 gfx::ImageSkia* bottom_left; member in struct:DownloadItemView::BodyImageSet
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view_unittest.cc447 gfx::Point to = GetItemTileRectAt(0, 0).bottom_left();
512 gfx::Point bottom_left = GetItemTileRectAt(1, 0).CenterPoint(); local
515 SimulateDrag(AppsGridView::MOUSE, bottom_left, bottom_left + drag_vector);
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_unittest.cc1804 TilePriority bottom_left = tiling->TileAt(0, 1)->priority(ACTIVE_TREE); local
1809 EXPECT_GT(bottom_left.distance_to_visible, top_left.distance_to_visible);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc427 gfx::ImageSkia* bottom_left = local
429 canvas->DrawImageInt(*bottom_left,
430 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
H A Dopaque_browser_frame_view.cc814 gfx::ImageSkia* bottom_left = local
816 canvas->DrawImageInt(*bottom_left,
817 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_icon.cc46 bottom_left(NULL),
51 const gfx::ImageSkia* bottom_left; member in struct:ui::network_icon::__anon16687::Badges
250 if (badges_.bottom_left) {
251 canvas.DrawImageInt(*badges_.bottom_left,
252 0, icon_.height() - badges_.bottom_left->height());
536 badges.bottom_left = ConnectingVpnBadge(animation);
704 badges->bottom_left = vpn_badge_;
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1421 gfx::PointF bottom_left = tile_rect.bottom_left(); local
1428 bottom_left = MathUtil::MapPoint(device_transform, bottom_left, &clipped);
1435 LayerQuad::Edge bottom_edge(bottom_right, bottom_left);
1436 LayerQuad::Edge left_edge(bottom_left, top_left);

Completed in 479 milliseconds