HomeSort by relevance Sort by last modified time
    Searched defs:bottom_left (Results 1 - 13 of 13) sorted by null

  /external/lldb/test/lang/c/struct_types/
main.c 18 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/ui/base/cocoa/
appkit_utils.h 21 int bottom_left; member in struct:ui::NinePartImageIds
  /external/lldb/test/lang/c/array_types/
main.c 17 struct point_tag bottom_left; member in struct:rect_tag
  /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/ui/gfx/geometry/
rect_base.h 51 PointClass bottom_left() const { return PointClass(x(), bottom()); } function in class:gfx::RectBase
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h 131 gfx::ImageSkia* bottom_left; member in struct:DownloadItemView::BodyImageSet
  /external/chromium_org/cc/resources/
picture_layer_tiling_unittest.cc 1559 TilePriority bottom_left = tiling->TileAt(0, 1)->priority(ACTIVE_TREE); local
    [all...]
  /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/ui/views/window/
custom_frame_view.cc 435 const gfx::ImageSkia* bottom_left = local
442 canvas->DrawImageInt(*bottom_left,
443 client_area_bounds.x() - bottom_left->width(),
  /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/cc/output/
gl_renderer.cc 1394 gfx::PointF bottom_left = tile_rect.bottom_left(); local
    [all...]

Completed in 764 milliseconds