Home
last modified time | relevance | path

Searched refs:Inset (Results 1 – 25 of 172) sorted by relevance

1234567

/external/chromium_org/cc/base/
Dsimple_enclosed_region_unittest.cc146 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/
Dmessage_center_frame_view.cc33 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/
Dfocus_ring_controller.cc64 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()
Dfocus_ring_layer.cc38 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/
DShadowList.cpp45 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()
DShadowData.h33 enum ShadowStyle { Normal, Inset }; enumerator
/external/chromium_org/ui/gfx/geometry/
Drect_base.h61 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/
Dactivity_frame_view.cc71 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/
Drect.h266 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/
Deasy_resize_window_targeter.cc39 bounds.Inset(touch_extend_); in EventLocationInsideBounds()
41 bounds.Inset(mouse_extend_); in EventLocationInsideBounds()
/external/chromium_org/athena/main/
Dathena_frame_view.cc42 client_bounds.Inset(NonClientBorderInsets()); in GetBoundsForClientView()
49 window_bounds.Inset(-NonClientBorderInsets()); in GetWindowBoundsForClientBounds()
/external/chromium_org/ash/wm/panels/
Dpanel_frame_view.cc123 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/
Doverlay_scroll_bar.cc97 local_bounds.Inset(kThumbInsetFromEdge, kThumbInsetInside, in GetTrackBounds()
100 local_bounds.Inset(kThumbInsetInside, kThumbInsetFromEdge, in GetTrackBounds()
/external/chromium_org/ash/wm/workspace/
Dphantom_window_controller.cc51 adjusted_bounds.Inset(-x_inset, -y_inset); in GetAdjustedBounds()
96 start_bounds_in_screen.Inset( in Show()
/external/chromium_org/ash/system/tray/
Dtray_background_view.cc563 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/
Dround_rect_painter.cc32 rect.Inset(0, 0, 1, 1); in Paint()
Dshadow_border.cc41 bounds.Inset(gfx::Insets(blur_ / 2, blur_ / 2, blur_ / 2, blur_ / 2)); in Paint()
/external/chromium_org/ui/views/layout/
Dfill_layout.cc28 rect.Inset(-host->GetInsets()); in GetPreferredSize()
/external/chromium_org/content/renderer/
Dwebscrollbarbehavior_impl_gtkoraura.cc45 noSnapRect.Inset( in shouldSnapBackToDragOrigin()
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dback_button.cc20 rect.Inset(margin_leading_, 0, 0, 0); in GetThemePaintRect()
/external/chromium_org/cc/resources/
Dpicture_pile_impl.cc89 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/
Ddialog_client_view.cc225 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/
Dpartial_screenshot_view.cc189 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/
Dapp_list_positioner.cc31 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/
Dfake_content_layer_client.cc47 draw_rect.Inset(draw_rect.width() / 4.0f, draw_rect.height() / 4.0f); in PaintContents()

1234567