Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 910) sorted by relevance

12345678910>>...37

/external/chromium_org/ash/wm/overview/
Dwindow_selector_unittest.cc85 aura::Window* CreateWindow(const gfx::Rect& bounds) { in CreateWindow()
89 aura::Window* CreateWindowWithId(const gfx::Rect& bounds, int id) { in CreateWindowWithId()
92 aura::Window* CreateNonActivatableWindow(const gfx::Rect& bounds) { in CreateNonActivatableWindow()
100 aura::Window* CreatePanelWindow(const gfx::Rect& bounds) { in CreatePanelWindow()
108 views::Widget* CreatePanelWindowWidget(const gfx::Rect& bounds) { in CreatePanelWindowWidget()
140 gfx::RectF bounds(ScreenUtil::ConvertRectToScreen( in GetTransformedBounds() local
149 gfx::RectF bounds(ScreenUtil::ConvertRectToScreen( in GetTransformedTargetBounds() local
158 gfx::RectF bounds = gfx::Rect(window->bounds().size()); in GetTransformedBoundsInRootWindow() local
241 gfx::Rect bounds(0, 0, 400, 400); in TEST_F() local
254 gfx::Rect bounds(0, 0, 400, 400); in TEST_F() local
[all …]
Dwindow_selector_item.h79 const gfx::Rect& bounds() const { return bounds_; } in bounds() function
95 void set_bounds(const gfx::Rect& bounds) { bounds_ = bounds; } in set_bounds()
/external/chromium_org/ash/wm/workspace/
Dmagnetism_matcher.cc53 MagnetismEdgeMatcher::MagnetismEdgeMatcher(const gfx::Rect& bounds, in MagnetismEdgeMatcher()
63 bool MagnetismEdgeMatcher::ShouldAttach(const gfx::Rect& bounds) { in ShouldAttach()
123 MagnetismMatcher::MagnetismMatcher(const gfx::Rect& bounds, uint32 edges) in MagnetismMatcher()
140 bool MagnetismMatcher::ShouldAttach(const gfx::Rect& bounds, in ShouldAttach()
162 const gfx::Rect& bounds, in AttachToSecondaryEdge()
Dmagnetism_matcher.h41 const gfx::Rect& bounds() const { return bounds_; } in bounds() function
57 static int GetPrimaryCoordinate(const gfx::Rect& bounds, MagnetismEdge edge) { in GetPrimaryCoordinate()
87 Range GetPrimaryRange(const gfx::Rect& bounds) const { in GetPrimaryRange()
100 Range GetSecondaryRange(const gfx::Rect& bounds) const { in GetSecondaryRange()
/external/chromium_org/ash/system/tray/
Dfixed_sized_scroll_view.cc37 gfx::Rect bounds = gfx::Rect(contents()->GetPreferredSize()); in Layout() local
43 gfx::Rect bounds = contents()->bounds(); in Layout() local
50 gfx::Rect bounds = gfx::Rect(contents()->GetPreferredSize()); in OnBoundsChanged() local
/external/chromium_org/ash/wm/panels/
Dpanel_layout_manager_unittest.cc60 aura::Window* CreateNormalWindow(const gfx::Rect& bounds) { in CreateNormalWindow()
65 const gfx::Rect& bounds) { in CreatePanelWindowWithDelegate()
75 aura::Window* CreatePanelWindow(const gfx::Rect& bounds) { in CreatePanelWindow()
221 gfx::Rect bounds = test_api.GetButton(index)->GetBoundsInScreen(); in ClickShelfItemForWindow() local
304 gfx::Rect bounds(0, 0, 201, 201); in TEST_P() local
314 gfx::Rect bounds(0, 0, 201, 201); in TEST_F() local
367 gfx::Rect bounds(0, 0, 201, 201); in TEST_F() local
425 gfx::Rect bounds(0, 0, 200, 200); in TEST_F() local
449 gfx::Rect bounds(0, 0, 201, 201); in TEST_F() local
465 gfx::Rect bounds(0, 0, 201, 201); in TEST_F() local
[all …]
/external/chromium_org/cc/trees/
Dlayer_tree_impl_unittest.cc53 gfx::Size bounds(100, 100); in TEST_F() local
105 gfx::Size bounds(100, 100); in TEST_F() local
177 gfx::Size bounds(100, 100); in TEST_F() local
243 gfx::Size bounds(100, 100); in TEST_F() local
299 gfx::Size bounds(100, 100); in TEST_F() local
367 gfx::Size bounds(100, 100); in TEST_F() local
439 gfx::Size bounds(50, 50); in TEST_F() local
523 gfx::Size bounds(50, 50); in TEST_F() local
604 gfx::Size bounds(100, 100); in TEST_F() local
766 gfx::Size bounds(50, 50); in TEST_F() local
[all …]
/external/chromium_org/ash/wm/gestures/
Doverview_gesture_handler_unittest.cc23 aura::Window* CreateWindow(const gfx::Rect& bounds) { in CreateWindow()
41 gfx::Rect bounds(0, 0, 400, 400); in TEST_F() local
68 gfx::Rect bounds(0, 0, 400, 400); in TEST_F() local
85 gfx::Rect bounds(0, 0, 400, 400); in TEST_F() local
145 gfx::Rect bounds(0, 0, 400, 400); in TEST_F() local
162 gfx::Rect bounds(100, 100, 400, 400); in TEST_F() local
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformOperationsTest.cpp52 FloatBox bounds; in EmpiricallyTestBounds() local
85 FloatBox bounds; in TEST() local
138 FloatBox bounds; in TEST() local
193 FloatBox bounds; in TEST() local
218 FloatBox bounds; in TEST() local
241 FloatBox bounds; in TEST() local
257 FloatBox bounds; in TEST() local
304 FloatBox bounds; in TEST() local
378 FloatBox bounds; in TEST() local
420 FloatBox bounds; in TEST() local
[all …]
/external/chromium_org/ui/aura/test/
Dtest_windows.cc20 Window* CreateTestWindowWithBounds(const gfx::Rect& bounds, Window* parent) { in CreateTestWindowWithBounds()
26 const gfx::Rect& bounds, in CreateTestWindow()
34 const gfx::Rect& bounds, in CreateTestWindowWithDelegate()
43 const gfx::Rect& bounds, in CreateTestWindowWithDelegateAndType()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DDisplayList.cpp41 DisplayList::DisplayList(const FloatRect& bounds) in DisplayList()
50 const FloatRect& DisplayList::bounds() const in bounds() function in WebCore::DisplayList
/external/chromium_org/ash/wm/
Ddrag_window_controller.cc42 void DragWindowController::SetBounds(const gfx::Rect& bounds) { in SetBounds()
63 void DragWindowController::CreateDragWidget(const gfx::Rect& bounds) { in CreateDragWidget()
97 void DragWindowController::SetBoundsInternal(const gfx::Rect& bounds) { in SetBoundsInternal()
Dwindow_state.cc53 void SetBounds(aura::Window* window, const gfx::Rect& bounds) { in SetBounds()
232 void WindowState::SetRestoreBoundsInScreen(const gfx::Rect& bounds) { in SetRestoreBoundsInScreen()
236 void WindowState::SetRestoreBoundsInParent(const gfx::Rect& bounds) { in SetRestoreBoundsInParent()
255 const gfx::Rect& bounds) { in SetPreAutoManageWindowBounds()
331 void WindowState::AdjustSnappedBounds(gfx::Rect* bounds) { in AdjustSnappedBounds()
365 void WindowState::SetBoundsDirect(const gfx::Rect& bounds) { in SetBoundsDirect()
383 void WindowState::SetBoundsConstrained(const gfx::Rect& bounds) { in SetBoundsConstrained()
391 void WindowState::SetBoundsDirectAnimated(const gfx::Rect& bounds) { in SetBoundsDirectAnimated()
/external/skia/tests/
DPathOpsBoundsTest.cpp66 SkPathOpsBounds bounds; in DEF_TEST() local
83 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(reallyEmpty[index]); in DEF_TEST() local
89 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(notReallyEmpty[index]); in DEF_TEST() local
/external/chromium_org/third_party/skia/tests/
DPathOpsBoundsTest.cpp66 SkPathOpsBounds bounds; in DEF_TEST() local
83 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(reallyEmpty[index]); in DEF_TEST() local
89 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(notReallyEmpty[index]); in DEF_TEST() local
/external/chromium_org/ash/shell/
Dtoplevel_window.cc22 gfx::Rect bounds; member
69 void ToplevelWindow::SaveWindowPlacement(const gfx::Rect& bounds, in SaveWindowPlacement()
79 gfx::Rect* bounds, in GetSavedWindowPlacement()
/external/chromium_org/third_party/skia/gm/
Dstrokes.cpp155 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0()
161 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1()
167 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2()
173 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3()
179 static void make4(SkPath* path, const SkRect& bounds, SkString* title) { in make4()
187 static void make5(SkPath* path, const SkRect& bounds, SkString* title) { in make5()
226 SkRect bounds = SkRect::MakeWH(SkIntToScalar(50), SkIntToScalar(50)); in onDraw() local
/external/skia/gm/
Dstrokes.cpp155 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0()
161 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1()
167 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2()
173 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3()
179 static void make4(SkPath* path, const SkRect& bounds, SkString* title) { in make4()
187 static void make5(SkPath* path, const SkRect& bounds, SkString* title) { in make5()
226 SkRect bounds = SkRect::MakeWH(SkIntToScalar(50), SkIntToScalar(50)); in onDraw() local
/external/chromium_org/ui/compositor/test/
Dtest_compositor_host_ozone.cc42 const gfx::Rect& bounds, in TestCompositorHostOzone()
72 const gfx::Rect& bounds, in Create()
Dtest_compositor_host_win.cc17 TestCompositorHostWin(const gfx::Rect& bounds, in TestCompositorHostWin()
58 const gfx::Rect& bounds, in Create()
/external/chromium_org/chrome/browser/ui/window_sizer/
Dwindow_sizer_common_unittest.cc102 void AddDisplay(const gfx::Rect& bounds, in AddDisplay()
141 void TestStateProvider::SetPersistentState(const gfx::Rect& bounds, in SetPersistentState()
151 void TestStateProvider::SetLastActiveState(const gfx::Rect& bounds, in SetLastActiveState()
160 gfx::Rect* bounds, in GetPersistentState()
172 gfx::Rect* bounds, in GetLastActiveWindowState()
188 const gfx::Rect& bounds, in GetWindowBoundsAndShowState()
220 const gfx::Rect& bounds, in GetWindowBounds()
239 gfx::Rect bounds = display_config; in GetWindowShowState() local
/external/chromium_org/ui/aura/gestures/
Dgesture_recognizer_unittest.cc711 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight); in TEST_P() local
767 gfx::Rect bounds(0, 0, kWindowWidth, kWindowHeight); in TEST_P() local
1012 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight); in TEST_P() local
1086 gfx::Rect bounds(95, 195, kWindowWidth, kWindowHeight); in TEST_P() local
1155 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight); in TEST_P() local
1208 gfx::Rect bounds(0, 0, 1000, 1000); in TEST_P() local
1253 gfx::Rect bounds(0, 0, 1000, 1000); in TEST_P() local
1300 gfx::Rect bounds(0, 0, 1000, 1000); in TEST_P() local
1340 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight); in TEST_P() local
1389 gfx::Rect bounds(100, 200, kWindowWidth, kWindowHeight); in TEST_P() local
[all …]
/external/chromium_org/apps/
Dapp_window_geometry_cache_unittest.cc73 const gfx::Rect& bounds, in AddGeometryAndLoadExtension()
146 gfx::Rect bounds(4, 5, 31, 43); in TEST_F() local
164 gfx::Rect bounds; in TEST_F() local
182 gfx::Rect bounds(4, 5, 31, 43); in TEST_F() local
200 gfx::Rect bounds(4, 5, 31, 43); in TEST_F() local
225 gfx::Rect bounds(4, 5, 31, 43); in TEST_F() local
348 gfx::Rect bounds(4, 5, 31, 43); in TEST_F() local
/external/skia/src/effects/
DSkMatrixConvolutionImageFilter.cpp113 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
120 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
129 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
144 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
271 SkIRect bounds; in onFilterImage() local
313 SkIRect bounds = src; in onFilterBounds() local
334 const SkIRect& bounds, in Create()
362 const SkIRect& bounds() const { return fBounds; } in bounds() function in GrMatrixConvolutionEffect
447 const char* bounds, in appendTextureLookup()
490 const char* bounds = builder->getUniformCStr(fBoundsUni); in emitCode() local
[all …]
/external/chromium_org/third_party/skia/src/effects/
DSkMatrixConvolutionImageFilter.cpp113 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
120 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
129 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
144 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
271 SkIRect bounds; in onFilterImage() local
313 SkIRect bounds = src; in onFilterBounds() local
334 const SkIRect& bounds, in Create()
362 const SkIRect& bounds() const { return fBounds; } in bounds() function in GrMatrixConvolutionEffect
447 const char* bounds, in appendTextureLookup()
490 const char* bounds = builder->getUniformCStr(fBoundsUni); in emitCode() local
[all …]

12345678910>>...37