HomeSort by relevance Sort by last modified time
    Searched refs:bottom_left (Results 1 - 25 of 33) sorted by null

1 2

  /external/lldb/test/lang/c/struct_types/
main.c 18 struct point_tag bottom_left; member in struct:rect_tag
  /external/lldb/test/lang/c/array_types/
main.c 17 struct point_tag bottom_left; member in struct:rect_tag
  /external/lldb/test/macosx/debug-info/apple_types/
main.c 17 struct point_tag bottom_left; member in struct:rect_tag
  /external/chromium_org/ash/system/user/
rounded_image_view.h 33 int bottom_left);
rounded_image_view.cc 41 int bottom_left) {
45 corner_radius_[3] = bottom_left;
  /external/chromium_org/ui/base/cocoa/
appkit_utils.h 21 int bottom_left; member in struct:ui::NinePartImageIds
  /external/chromium_org/cc/layers/
ui_resource_layer.h 39 void SetVertexOpacity(float bottom_left,
ui_resource_layer.cc 84 void UIResourceLayer::SetVertexOpacity(float bottom_left,
92 if (vertex_opacity_[0] == bottom_left &&
97 vertex_opacity_[0] = bottom_left;
texture_layer.cc 74 void TextureLayer::SetVertexOpacity(float bottom_left,
82 if (vertex_opacity_[0] == bottom_left &&
87 vertex_opacity_[0] = bottom_left;
texture_layer.h 106 void SetVertexOpacity(float bottom_left,
  /external/chromium_org/ui/views/window/
frame_background.h 61 const gfx::ImageSkia* bottom_left,
frame_background.cc 47 const gfx::ImageSkia* bottom_left,
51 bottom_left_corner_ = bottom_left;
custom_frame_view.cc 435 const gfx::ImageSkia* bottom_left = local
442 canvas->DrawImageInt(*bottom_left,
443 client_area_bounds.x() - bottom_left->width(),
  /frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
ScrollToTest.java 53 onView(withId(is(R.id.bottom_left)))
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
ScrollToActionIntegrationTest.java 52 onView(withId(is(R.id.bottom_left)))
  /external/chromium_org/ui/app_list/
app_list_folder_item.cc 157 gfx::Rect bottom_left(
159 top_icon_bounds.push_back(bottom_left);
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 46 bottom_left(NULL),
51 const gfx::ImageSkia* bottom_left; member in struct:ash::network_icon::__anon6602::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_;
    [all...]
  /external/chromium_org/ui/gfx/geometry/
rect_base.h 51 PointClass bottom_left() const { return PointClass(x(), bottom()); } function in class:gfx::RectBase
  /external/chromium_org/ui/gfx/
transform_util_unittest.cc 152 point = Point3F(viewport.bottom_left());
  /external/chromium_org/chrome/browser/ui/ash/
window_positioner_unittest.cc 247 gfx::Rect bottom_left = window_positioner()->GetPopupPosition( local
252 bottom_left); local
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 418 gfx::ImageSkia* bottom_left = local
420 canvas->DrawImageInt(*bottom_left,
421 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
opaque_browser_frame_view.cc 809 gfx::ImageSkia* bottom_left = local
811 canvas->DrawImageInt(*bottom_left
    [all...]
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button_unittest.cc 344 generator.MoveMouseTo(kWorkAreaBoundsInScreen.bottom_left());
395 generator.MoveMouseTo(kWorkAreaBoundsInScreen.bottom_left());
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.cc 51 anchor = screen_rect.bottom_left();
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 131 gfx::ImageSkia* bottom_left; member in struct:DownloadItemView::BodyImageSet

Completed in 819 milliseconds

1 2