HomeSort by relevance Sort by last modified time
    Searched full:inset (Results 401 - 425 of 570) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 340 // need normals to inset/outset the off-curve pts B and C
731 r.inset(radius, radius);
SkCanvas.cpp 1488 const int inset = 1; local
    [all...]
  /external/chromium_org/ui/compositor/
layer.cc 307 void Layer::SetBackgroundZoom(float zoom, int inset) {
309 zoom_inset_ = inset;
  /external/skia/src/core/
SkStroke.cpp 340 // need normals to inset/outset the off-curve pts B and C
731 r.inset(radius, radius);
SkCanvas.cpp 1488 const int inset = 1; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Rect.java 296 * Inset the rectangle by (dx,dy). If dx is positive, then the sides are
304 public void inset(int dx, int dy) { method in class:Rect
RectF.java 260 * Inset the rectangle by (dx,dy). If dx is positive, then the sides are
268 public void inset(float dx, float dy) { method in class:RectF
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 430 expected_damage_rect.Inset(-outset_left,
508 expected_damage_rect.Inset(-outset_left,
530 expected_damage_rect.Inset(-outset_left,
566 expected_damage_rect.Inset(-outset_left + 1,
601 expected_damage_rect.Inset(-outset_left,
    [all...]
damage_tracker.cc 32 rect->Inset(-left, -top, -right, -bottom);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 516 location_bar_bounds.Inset(kNormalEdgeThickness, 0);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 206 /** Distance to inset content from sides, when needed. */
321 // decide if we need to manually inset our content, or if we should rely
322 // on parent container for inset.
341 // inset selector and divider drawables
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css     [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css     [all...]
  /external/chromium_org/ash/display/
display_manager_unittest.cc 301 // Recreate a new 2nd display. It won't apply the overscan inset because the
311 // inset.
360 // Make sure the display change events is emitted for overscan inset changes.
    [all...]
  /external/chromium_org/ash/system/user/
tray_user.cc 428 image_bounds.Inset(GetInsets());
783 // got inset.
884 // add an inset to the icon to get the spacing.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp 427 // in this order: 'double', 'solid', 'dashed', 'dotted', 'ridge', 'outset', 'groove', and the lowest: 'inset'.
    [all...]
  /external/chromium_org/ui/aura/
window.cc 726 local_bounds.Inset(aura::Env::GetInstance()->is_touch_down() ?
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 189 available_bounds.Inset(tabstrip_w, 0, 0, 0);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 60 // How inset the bookmarks bar is when displayed on the new tab page.
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
items.css 530 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  /external/chromium_org/chrome/browser/ui/
browser_window.h 384 // Returns the height inset for RenderView when detached bookmark bar is
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 390 bounds.Inset(gfx::Insets(-kShelfAuraSize, 0, 0, 0));
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 71 // How inset the bookmarks bar is when displayed on the new tab page.
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 119 contents_rect.Inset(left_margin_,
  /external/chromium_org/skia/ext/
recursive_gaussian_convolution_unittest.cc 287 deflated_rect.inset(spread, spread);

Completed in 611 milliseconds

<<11121314151617181920>>