Searched refs:bottom_left (Results 1 - 25 of 29) sorted by relevance

12

/external/lldb/test/lang/c/struct_types/
H A Dmain.c18 struct point_tag bottom_left; member in struct:rect_tag
/external/lldb/test/lang/c/array_types/
H A Dmain.c17 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.h33 int bottom_left);
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/base/cocoa/
H A Dappkit_utils.h21 int bottom_left; member in struct:ui::NinePartImageIds
/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 Dui_resource_layer.h39 void SetVertexOpacity(float bottom_left,
H A Dtexture_layer.cc74 void TextureLayer::SetVertexOpacity(float bottom_left, argument
82 if (vertex_opacity_[0] == bottom_left &&
87 vertex_opacity_[0] = bottom_left;
H A Dtexture_layer.h106 void SetVertexOpacity(float bottom_left,
/external/chromium_org/ui/views/window/
H A Dframe_background.h61 const gfx::ImageSkia* bottom_left,
H A Dframe_background.cc47 const gfx::ImageSkia* bottom_left,
51 bottom_left_corner_ = bottom_left;
45 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.cc435 const gfx::ImageSkia* bottom_left = local
442 canvas->DrawImageInt(*bottom_left,
443 client_area_bounds.x() - bottom_left->width(),
/external/chromium_org/ui/app_list/
H A Dapp_list_folder_item.cc157 gfx::Rect bottom_left(
159 top_icon_bounds.push_back(bottom_left);
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_icon.cc46 bottom_left(NULL),
51 const gfx::ImageSkia* bottom_left; member in struct:ash::network_icon::__anon1982::Badges
251 if (badges_.bottom_left) {
252 canvas.DrawImageInt(*badges_.bottom_left,
253 0, icon_.height() - badges_.bottom_left->height());
537 badges.bottom_left = ConnectingVpnBadge(animation);
704 badges->bottom_left = vpn_badge_;
/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/ui/gfx/
H A Dtransform_util_unittest.cc152 point = Point3F(viewport.bottom_left());
H A Dtransform_util.cc269 CheckViewportPointMapsWithinOnePixel(viewport.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/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc418 gfx::ImageSkia* bottom_left = local
420 canvas->DrawImageInt(*bottom_left,
421 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
H A Dopaque_browser_frame_view.cc809 gfx::ImageSkia* bottom_left = local
811 canvas->DrawImageInt(*bottom_left,
812 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button_unittest.cc344 generator.MoveMouseTo(kWorkAreaBoundsInScreen.bottom_left());
395 generator.MoveMouseTo(kWorkAreaBoundsInScreen.bottom_left());
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner.cc51 anchor = screen_rect.bottom_left();
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.h131 gfx::ImageSkia* bottom_left; member in struct:DownloadItemView::BodyImageSet
H A Ddownload_item_view.cc204 normal_body_image_set_.bottom_left->height());
707 // (hot_)body_image_set->bottom_left, and drop_down_image_set,
715 body_image_set->bottom_left,
737 hot_body_image_set_.bottom_left,

Completed in 754 milliseconds

12