Searched defs:bounds (Results 176 - 200 of 849) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h23 const SkIRect& bounds,
32 bounds,
43 const SkIRect& bounds,
62 const SkIRect& bounds() const { return fBounds; } function in class:GrMatrixConvolutionEffect
77 const SkIRect& bounds,
22 Create(GrTexture* texture, const SkIRect& bounds, const SkISize& kernelSize, const SkScalar* kernel, SkScalar gain, SkScalar bias, const SkIPoint& kernelOffset, GrTextureDomain::Mode tileMode, bool convolveAlpha) argument
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkProgressBarView.cpp41 SkRect bounds; local
42 fAnim.getInvalBounds(&bounds);
43 this->inval(&bounds);
H A DSkScrollBarView.cpp95 SkRect bounds; local
96 fAnim.getInvalBounds(&bounds);
97 this->inval(&bounds);
/external/chromium_org/third_party/skia/tools/
H A Dskhello.cpp25 SkRect bounds; local
26 canvas->getClipBounds(&bounds);
30 bounds.centerX(), bounds.centerY(),
/external/chromium_org/ui/aura/test/
H A Dtest_windows.cc20 Window* CreateTestWindowWithBounds(const gfx::Rect& bounds, Window* parent) { argument
21 return CreateTestWindowWithDelegate(NULL, 0, bounds, parent);
26 const gfx::Rect& bounds,
29 id, bounds, parent);
34 const gfx::Rect& bounds,
37 delegate, ui::wm::WINDOW_TYPE_NORMAL, id, bounds, parent);
43 const gfx::Rect& bounds,
49 window->SetBounds(bounds);
24 CreateTestWindow(SkColor color, int id, const gfx::Rect& bounds, Window* parent) argument
32 CreateTestWindowWithDelegate(WindowDelegate* delegate, int id, const gfx::Rect& bounds, Window* parent) argument
40 CreateTestWindowWithDelegateAndType(WindowDelegate* delegate, ui::wm::WindowType type, int id, const gfx::Rect& bounds, Window* parent) argument
/external/chromium_org/ui/aura/
H A Dwindow_targeter_unittest.cc44 gfx::RectF bounds = gfx::Rect(window->bounds().size()); local
51 transform.TransformRect(&bounds);
52 return bounds;
H A Dwindow_tree_host_x11.h37 explicit WindowTreeHostX11(const gfx::Rect& bounds);
50 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
72 const gfx::Rect bounds() const { return bounds_; } function in class:aura::WindowTreeHostX11
98 // The bounds of |xwindow_|.
/external/chromium_org/ui/gfx/
H A Dcolor_profile_win.cc65 bool GetDisplayColorProfile(const gfx::Rect& bounds, argument
69 RECT rect = bounds.ToRECT();
71 if (bounds.IsEmpty() || !handle)
/external/chromium_org/ui/message_center/views/
H A Dpadded_button.cc80 gfx::Rect bounds = GetContentsBounds(); local
81 bounds.Inset(padding_);
84 offset.set_x((bounds.width() - image.width()) / 2); // Center align.
86 offset.set_x(bounds.width() - image.width()); // Right align.
89 offset.set_y((bounds.height() - image.height()) / 2); // Middle align.
91 offset.set_y(bounds.height() - image.height()); // Bottom align.
93 return bounds.origin() + offset;
/external/chromium_org/ui/ozone/platform/dri/
H A Dgpu_platform_support_gbm.cc82 const gfx::Rect& bounds) {
83 window_manager_->GetWindowDelegate(widget)->OnBoundsChanged(bounds);
81 OnWindowBoundsChanged(gfx::AcceleratedWidget widget, const gfx::Rect& bounds) argument
H A Dscreen_manager.cc108 const gfx::Rect& bounds) {
116 FindActiveDisplayControllerByLocation(bounds);
136 ScreenManager::FindActiveDisplayControllerByLocation(const gfx::Rect& bounds) { argument
143 if (controller_bounds.Contains(bounds) && !(*it)->IsDisabled())
107 GetDisplayController( const gfx::Rect& bounds) argument
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc19 const gfx::Rect& bounds)
20 : delegate_(delegate), manager_(manager), bounds_(bounds) {
42 void TestWindow::SetBounds(const gfx::Rect& bounds) { argument
43 bounds_ = bounds;
44 delegate_->OnBoundsChanged(bounds);
17 TestWindow(PlatformWindowDelegate* delegate, TestWindowManager* manager, const gfx::Rect& bounds) argument
/external/chromium_org/ui/v2/public/
H A Dview.h57 void SetBounds(const gfx::Rect& bounds);
58 gfx::Rect bounds() const { return bounds_; } function in class:v2::View
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_host.cc37 const gfx::Rect& bounds,
54 params.bounds = bounds;
92 void MenuHost::SetMenuHostBounds(const gfx::Rect& bounds) { argument
93 SetBounds(bounds);
36 InitMenuHost(Widget* parent, const gfx::Rect& bounds, View* contents_view, bool do_capture) argument
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_position_client.cc25 // Returns true if bounds passed to window are treated as though they are in
72 const gfx::Rect& bounds,
87 // position (which is in screen coordinates) from these bounds.
89 gfx::Point origin = bounds.origin();
94 window->SetBounds(gfx::Rect(origin, bounds.size()));
98 window->SetBounds(bounds);
71 SetBounds(aura::Window* window, const gfx::Rect& bounds, const gfx::Display& display) argument
/external/chromium_org/ui/views/widget/
H A Dwindow_reorderer_unittest.cc20 Widget* CreateControlWidget(aura::Window* parent, const gfx::Rect& bounds) { argument
24 params.bounds = bounds;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboBoxPropertyEditor.java76 // schedule showing drop-down, because we don't have bounds yet
121 public void setBounds(Rectangle bounds) { argument
122 m_combo.setBounds(bounds);
H A DAbstractComboPropertyEditor.java102 public final void setBounds(Rectangle bounds) { argument
103 m_combo.setBounds(bounds);
104 // editor created without bounds, so activate it after first setBounds()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BView.h64 BRect bounds; local
65 bounds.top = bounds.left = 0;
66 bounds.right = width;
67 bounds.bottom = height;
69 FillRect(bounds, B_SOLID_HIGH);
72 bounds = image->Bounds();
73 Draw(bounds);
/external/skia/gm/
H A Dcoloremoji.cpp74 // compute the bounds of the text
75 SkRect bounds; local
76 paint.measureText(text, strlen(text), &bounds);
78 const SkScalar boundsHalfWidth = bounds.width() * SK_ScalarHalf;
79 const SkScalar boundsHalfHeight = bounds.height() * SK_ScalarHalf;
83 SkRect upperLeftClip = SkRect::MakeXYWH(bounds.left(), bounds.top(),
85 SkRect lowerRightClip = SkRect::MakeXYWH(bounds.centerX(), bounds.centerY(),
87 SkRect interiorClip = bounds;
[all...]
H A Dconicpaths.cpp120 const SkRect& bounds = fPaths[p].getBounds(); variable
122 if (x + bounds.width() > wrapX) {
140 canvas->translate(-bounds.fLeft, -bounds.fTop);
144 maxH = SkMaxScalar(maxH, bounds.height());
146 SkScalar dx = bounds.width() + SkIntToScalar(kMargin);
H A Dconvexpolyeffect.cpp148 SkRect bounds = p.getBounds(); variable
151 bounds.outset(5.f, 5.f);
152 bounds.toQuad(verts);
203 SkRect bounds = rect; variable
204 bounds.outset(5.f, 5.f);
205 bounds.toQuad(verts);
H A Ddropshadowimagefilter.cpp53 SkIRect bounds; local
54 r.roundOut(&bounds);
57 bm.allocN32Pixels(bounds.width(), bounds.height());
72 SkIRect bounds; local
73 r.roundOut(&bounds);
76 bm.allocN32Pixels(bounds.width(), bounds.height());
H A Dfilterindiabox.cpp20 SkRect bounds = SkRect::MakeWH(SkIntToScalar(bm.width()), local
22 mat.mapRect(&bounds);
23 return SkSize::Make(bounds.width(), bounds.height());
H A Dimagefilterscropped.cpp59 SkIRect bounds; local
60 r.roundOut(&bounds);
63 bm.allocN32Pixels(bounds.width(), bounds.height());
78 SkIRect bounds; local
79 r.roundOut(&bounds);
82 bm.allocN32Pixels(bounds.width(), bounds.height());

Completed in 689 milliseconds

1234567891011>>