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

<<11121314151617181920>>

  /external/skia/include/core/
SkRect.h 184 /** Inset the rectangle by (dx,dy). If dx is positive, then the sides are moved inwards,
188 void inset(int32_t dx, int32_t dy) { function in struct:SkIRect
200 void outset(int32_t dx, int32_t dy) { this->inset(-dx, -dy); }
612 /** Inset the rectangle by (dx,dy). If dx is positive, then the sides are
617 void inset(SkScalar dx, SkScalar dy) {
629 void outset(SkScalar dx, SkScalar dy) { this->inset(-dx, -dy); }
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
InsetDrawableTest.java 321 public MockInsetDrawable(Drawable drawable, int inset) {
322 super(drawable, inset);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 82 // window must be inset a bit from the edge of the screen for aesthetics;
83 // it will also be inset much more from the bottom of the screen when the
  /external/chromium_org/apps/ui/views/
shell_window_frame_view.cc 172 expanded_bounds.Inset(window->hit_test_bounds_override_outer_touch());
174 expanded_bounds.Inset(window->hit_test_bounds_override_outer_mouse());
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 133 root_bounds.Inset(0, 0, shrink, shrink);
135 src_indicator_bounds.Inset(-shrink, -shrink, -shrink, -shrink);
  /external/chromium_org/ash/wm/
base_layout_manager_unittest.cc 218 // It should have the default maximized window bounds, inset by the grid size.
222 max_bounds.Inset(grid_size, grid_size);
  /external/chromium_org/cc/resources/
picture_pile_impl.cc 123 deflated_content_rect.Inset(0, 0, 1, 1);
130 inflated_content_rect.Inset(0, 0, -1, -1);
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 60 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
175 box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 72 work_area.Inset(kScreenEdgePadding, kScreenEdgePadding);
278 work_area.Inset(kScreenEdgePadding, kScreenEdgePadding);
  /external/chromium_org/ui/app_list/views/
app_list_view.cc 375 speech_bounds.Inset(kSpeechUIMargin, kSpeechUIMargin);
378 speech_bounds.Inset(-speech_view_->GetInsets());
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 578 innerBounds.inset(x - radius, y - radius);
581 bounds.inset(-thickness, -thickness);
696 float inset = 0;
699 inset = mStrokePaint.getStrokeWidth() * 0.5f;
704 mRect.set(bounds.left + inset, bounds.top + inset,
705 bounds.right - inset, bounds.bottom - inset);
    [all...]
  /cts/tools/tradefed-host/res/report/
cts_result.css 51 border-style: inset;
  /external/chromium/chrome/browser/chromeos/login/
helper.cc 164 bounds.Inset(horizontal_diff / 2, vertical_diff / 2);
username_view.cc 49 frame_bounds.Inset(kSmallShapeFrameWidth, kSmallShapeFrameWidth,
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 71 // Horizontal/Vertical inset of the promo background.
658 location_bar_bounds.Inset(insets.left(), 0, insets.right(), 0);
661 // the border, so we inset by enough to make the edges line up, and the
663 location_bar_bounds.Inset(LocationBarView::kNormalHorizontalEdgeThickness,
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.cc 71 contents_bounds->Inset(insets.left() + kLeftMargin, insets.top() + kTopMargin,
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 120 inner_bounds.Inset(insets_);
  /external/chromium_org/chrome/browser/notifications/
balloon.h 46 // Returns the horizontal margin the content is inset by.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
drive_welcome.css 52 box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  /external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.css 159 -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.2);
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.css 195 inset 0 1px 2px rgba(255, 255, 255, 0.75);
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_button.mm 192 // Inset to leave room for shadow.
  /external/chromium_org/chrome/browser/ui/cocoa/
framed_browser_window_unittest.mm 47 // Inset to mask off left and right edges which vary in HighDPI.
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
keyword_hint_decoration.mm 20 // How far to inset the hint image from sides. Lines baseline of text
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
popup.css 20 box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5);

Completed in 815 milliseconds

<<11121314151617181920>>