/external/chromium_org/cc/base/ |
D | simple_enclosed_region_unittest.cc | 146 q.Inset(-1, 0, 0, 0); in TEST() 148 q.Inset(1, -1, 0, 0); in TEST() 150 q.Inset(0, 1, -1, 0); in TEST() 152 q.Inset(0, 0, 1, -1); in TEST() 155 q.Inset(1, 0, 0, 1); in TEST() 157 q.Inset(-1, 1, 0, 0); in TEST() 159 q.Inset(0, -1, 1, 0); in TEST() 161 q.Inset(0, 0, -1, 1); in TEST() 186 q.Inset(-1, 0, 0, 0); in TEST() 188 q.Inset(1, -1, 0, 0); in TEST() [all …]
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
D | message_center_frame_view.cc | 33 client_bounds.Inset(GetInsets()); in GetBoundsForClientView() 40 window_bounds.Inset(GetInsets()); in GetWindowBoundsForClientBounds() 46 frame_bounds.Inset(GetInsets()); in NonClientHitTest()
|
/external/chromium_org/chrome/browser/chromeos/ui/ |
D | focus_ring_controller.cc | 64 view_bounds.Inset(2, 2, 2, 2); in UpdateFocusRing() 71 view_bounds.Inset(1, 1, 3, 3); in UpdateFocusRing() 73 view_bounds.Inset(1, 1, 3, 3); in UpdateFocusRing() 77 view_bounds.Inset(2, 1, 2, 2); in UpdateFocusRing()
|
D | focus_ring_layer.cc | 38 layer_bounds.Inset(inset, inset, inset, inset); in Set() 74 outsetRect.Inset(-i, -i, -i, -i); in OnPaintLayer()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | ShadowList.cpp | 45 if (shadow.style() == Inset) in calculateShadowExtent() 85 …DEFINE_STATIC_LOCAL(ShadowData, defaultInsetShadowData, (FloatPoint(), 0, 0, Inset, Color::transpa… in blend() 92 fromShadow = toShadow->style() == Inset ? &defaultInsetShadowData : &defaultShadowData; in blend() 94 toShadow = fromShadow->style() == Inset ? &defaultInsetShadowData : &defaultShadowData; in blend()
|
D | ShadowData.h | 33 enum ShadowStyle { Normal, Inset }; enumerator
|
/external/chromium_org/ui/gfx/geometry/ |
D | rect_base.h | 61 void Inset(Type horizontal, Type vertical) { in Inset() function 62 Inset(horizontal, vertical, horizontal, vertical); in Inset() 66 void Inset(const InsetsClass& insets); 69 void Inset(Type left, Type top, Type right, Type bottom);
|
/external/chromium_org/athena/activity/ |
D | activity_frame_view.cc | 71 client_bounds.Inset(NonClientBorderInsets()); in GetBoundsForClientView() 78 window_bounds.Inset(-NonClientBorderInsets()); in GetWindowBoundsForClientBounds() 167 border_bounds.Inset(NonClientBorderInsets()); in OnPaintBackground() 168 border_bounds.Inset(-1, -1, 0, 0); in OnPaintBackground()
|
/external/chromium_org/ppapi/cpp/ |
D | rect.h | 266 void Inset(int32_t horizontal, int32_t vertical) { in Inset() function 267 Inset(horizontal, vertical, horizontal, vertical); in Inset() 281 void Inset(int32_t left, int32_t top, int32_t right, int32_t bottom); 651 void Inset(float horizontal, float vertical) { in Inset() function 652 Inset(horizontal, vertical, horizontal, vertical); in Inset() 666 void Inset(float left, float top, float right, float bottom);
|
/external/chromium_org/ui/wm/core/ |
D | easy_resize_window_targeter.cc | 39 bounds.Inset(touch_extend_); in EventLocationInsideBounds() 41 bounds.Inset(mouse_extend_); in EventLocationInsideBounds()
|
/external/chromium_org/athena/main/ |
D | athena_frame_view.cc | 42 client_bounds.Inset(NonClientBorderInsets()); in GetBoundsForClientView() 49 window_bounds.Inset(-NonClientBorderInsets()); in GetWindowBoundsForClientBounds()
|
/external/chromium_org/ash/wm/panels/ |
D | panel_frame_view.cc | 123 client_bounds.Inset(0, NonClientTopBorderHeight(), 0, 0); in GetBoundsForClientView() 130 window_bounds.Inset(0, -NonClientTopBorderHeight(), 0, 0); in GetWindowBoundsForClientBounds()
|
/external/chromium_org/ui/views/controls/scrollbar/ |
D | overlay_scroll_bar.cc | 97 local_bounds.Inset(kThumbInsetFromEdge, kThumbInsetInside, in GetTrackBounds() 100 local_bounds.Inset(kThumbInsetInside, kThumbInsetFromEdge, in GetTrackBounds()
|
/external/chromium_org/ash/wm/workspace/ |
D | phantom_window_controller.cc | 51 adjusted_bounds.Inset(-x_inset, -y_inset); in GetAdjustedBounds() 96 start_bounds_in_screen.Inset( in Show()
|
/external/chromium_org/ash/system/tray/ |
D | tray_background_view.cc | 563 rect.Inset( in GetBubbleAnchorRect() 569 rect.Inset(0, 0, kBubblePaddingVerticalSide + 4, in GetBubbleAnchorRect() 572 rect.Inset(kBubblePaddingVerticalSide, 0, 0, in GetBubbleAnchorRect() 586 rect.Inset(vertical_alignment, 0, 0, horizontal_alignment); in GetBubbleAnchorRect() 588 rect.Inset(0, 0, vertical_alignment, horizontal_alignment); in GetBubbleAnchorRect()
|
/external/chromium_org/ui/views/ |
D | round_rect_painter.cc | 32 rect.Inset(0, 0, 1, 1); in Paint()
|
D | shadow_border.cc | 41 bounds.Inset(gfx::Insets(blur_ / 2, blur_ / 2, blur_ / 2, blur_ / 2)); in Paint()
|
/external/chromium_org/ui/views/layout/ |
D | fill_layout.cc | 28 rect.Inset(-host->GetInsets()); in GetPreferredSize()
|
/external/chromium_org/content/renderer/ |
D | webscrollbarbehavior_impl_gtkoraura.cc | 45 noSnapRect.Inset( in shouldSnapBackToDragOrigin()
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
D | back_button.cc | 20 rect.Inset(margin_leading_, 0, 0, 0); in GetThemePaintRect()
|
/external/chromium_org/cc/resources/ |
D | picture_pile_impl.cc | 89 deflated_content_tiling_rect.Inset(0, 0, 1, 1); in RasterToBitmap() 110 inflated_content_tiling_rect.Inset(0, 0, -1, -1); in RasterToBitmap() 207 content_clip.Inset(inset_left, inset_top, 0, 0); in CoalesceRasters()
|
/external/chromium_org/ui/views/window/ |
D | dialog_client_view.cc | 225 bounds.Inset(0, 0, 0, height); in Layout() 230 bounds.Inset(GetButtonRowInsets()); in Layout() 248 bounds.Inset(0, 0, 0, height + kRelatedControlVerticalSpacing); in Layout()
|
/external/chromium_org/ash/wm/ |
D | partial_screenshot_view.cc | 189 screenshot_rect.Inset(-1, -1, -1, -1); in OnPaint() 191 screenshot_rect.Inset(-1, -1, -1, -1); in OnPaint()
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_positioner.cc | 31 work_area.Inset(left, top, right, bottom); in WorkAreaInset() 198 bounds_rect.Inset(window_size_.width() / 2 + min_distance_from_edge_, in ClampAnchorPoint()
|
/external/chromium_org/cc/test/ |
D | fake_content_layer_client.cc | 47 draw_rect.Inset(draw_rect.width() / 4.0f, draw_rect.height() / 4.0f); in PaintContents()
|