Searched refs:bounds (Results 251 - 275 of 1705) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DDropdownDividerDrawable.java30 public void onBoundsChange(Rect bounds) { argument
31 mDividerRect.set(0, 0, bounds.width(), mDividerRect.height());
/external/chromium_org/ui/compositor/
H A Ddebug_utils.cc35 bool mouse_inside_layer_bounds = layer->bounds().Contains(mouse_location);
36 mouse_location.Offset(-layer->bounds().x(), -layer->bounds().y());
68 *out << L"bounds: " << layer->bounds().x() << L',' << layer->bounds().y();
69 *out << L' ' << layer->bounds().width() << L'x' << layer->bounds().height();
78 << UTF8ToWide(mask->bounds().ToString())
/external/chromium_org/ui/gfx/
H A Dpath_aura.cc14 const SkRect bounds = getBounds(); local
16 bounds.round(&ibounds);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_host.h34 const gfx::Rect& bounds,
51 // Sets the bounds of the menu host.
52 void SetMenuHostBounds(const gfx::Rect& bounds);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.h69 float *bounds/*x/y/width/height*/);
71 float *bounds/*x/y/width/height*/);
/external/skia/experimental/PdfViewer/
H A DSkNulCanvas.h65 virtual bool getClipBounds(SkRect* bounds) const SK_OVERRIDE {
66 if (NULL != bounds) {
67 bounds->setXYWH(0, 0,
73 virtual bool getClipDeviceBounds(SkIRect* bounds) const SK_OVERRIDE {
74 if (NULL != bounds) {
75 bounds->setLargest();
84 virtual SaveLayerStrategy willSaveLayer(const SkRect* bounds, const SkPaint* paint,
86 this->INHERITED::willSaveLayer(bounds, paint, flags);
/external/skia/include/utils/
H A DSkNoSaveLayerCanvas.h22 virtual SaveLayerStrategy willSaveLayer(const SkRect* bounds, const SkPaint* paint,
24 this->INHERITED::willSaveLayer(bounds, paint, flags);
33 // for speed, just respect the bounds, and disable AA. May give us a few
/external/skia/src/effects/
H A DSkColorFilterImageFilter.cpp111 SkIRect bounds; local
112 if (!this->applyCropRect(ctx, src, srcOffset, &bounds)) {
116 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
125 canvas.drawSprite(src, srcOffset.fX - bounds.fLeft, srcOffset.fY - bounds.fTop, &paint);
128 offset->fX = bounds.fLeft;
129 offset->fY = bounds.fTop;
H A DSkMergeImageFilter.cpp75 SkIRect bounds; local
76 if (!this->applyCropRect(ctx, src, SkIPoint::Make(0, 0), &bounds)) {
80 const int x0 = bounds.left();
81 const int y0 = bounds.top();
83 SkAutoTUnref<SkBaseDevice> dst(proxy->createDevice(bounds.width(), bounds.height()));
113 offset->fX = bounds.left();
114 offset->fY = bounds.top();
/external/skia/src/pathops/
H A DSkIntersectionHelper.h63 return bounds().fBottom;
66 const SkPathOpsBounds& bounds() const { function in class:SkIntersectionHelper
67 return fContour->segments()[fIndex].bounds();
94 return bounds().fLeft;
102 return bounds().fRight;
126 return bounds().fTop;
134 return bounds().fLeft;
142 return bounds().fTop;
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtrace_model.js49 this.bounds = new base.Range();
108 this.bounds.reset();
111 this.bounds.addRange(this.kernel.bounds);
115 this.bounds.addRange(this.processes[pid].bounds);
120 if (this.bounds.isEmpty)
122 var timeBase = this.bounds.min;
262 this.kernel.autoCloseOpenSlices(this.bounds.max);
264 this.processes[pid].autoCloseOpenSlices(this.bounds
[all...]
/external/chromium_org/ash/wm/
H A Dwindow_state.cc35 // A tentative class to set the bounds on the window.
53 void SetBounds(aura::Window* window, const gfx::Rect& bounds) { argument
54 SetChildBoundsDirect(window, bounds);
226 window_->bounds());
239 void WindowState::SetRestoreBoundsInScreen(const gfx::Rect& bounds) { argument
240 window_->SetProperty(aura::client::kRestoreBoundsKey, new gfx::Rect(bounds));
243 void WindowState::SetRestoreBoundsInParent(const gfx::Rect& bounds) { argument
245 ScreenUtil::ConvertRectToScreen(window_->parent(), bounds));
262 const gfx::Rect& bounds) {
263 pre_auto_manage_window_bounds_.reset(new gfx::Rect(bounds));
261 SetPreAutoManageWindowBounds( const gfx::Rect& bounds) argument
338 AdjustSnappedBounds(gfx::Rect* bounds) argument
372 SetBoundsDirect(const gfx::Rect& bounds) argument
391 SetBoundsConstrained(const gfx::Rect& bounds) argument
399 SetBoundsDirectAnimated(const gfx::Rect& bounds) argument
[all...]
H A Dlock_layout_manager_unittest.cc104 if (keyboard->proxy()->GetKeyboardWindow()->bounds().height() == 0) {
107 keyboard->GetContainerWindow()->bounds(),
119 gfx::Rect screen_bounds = Shell::GetScreen()->GetPrimaryDisplay().bounds();
123 const gfx::Rect bounds = gfx::Rect(10, 10, 300, 300); local
124 widget_params.bounds = bounds;
127 EXPECT_EQ(bounds.ToString(), window->GetBoundsInScreen().ToString());
142 gfx::Rect screen_bounds = Shell::GetScreen()->GetPrimaryDisplay().bounds();
147 const gfx::Rect bounds = gfx::Rect(10, 10, 300, 300); local
148 widget_params.bounds
[all...]
H A Dresize_handle_window_targeter.cc74 gfx::Rect bounds = gfx::Rect(window_->bounds().size()); local
75 bounds.Inset(insets);
76 if (!bounds.Contains(event->location()))
/external/chromium_org/third_party/skia/src/utils/
H A DSkNinePatch.cpp58 // to fit within the target bounds. This means that we will eliminate all
59 // stretchy areas and scale the fixed areas to fit within the target bounds.
66 // fixed and scale the stretchable areas to fill the target bounds.
76 const SkRect& bounds, const int32_t xDivs[], int numXDivs,
78 SkScalar vx = bounds.fLeft;
92 verts->set(bounds.fRight, vy); verts++;
103 void SkNinePatch::DrawMesh(SkCanvas* canvas, const SkRect& bounds, argument
108 if (bounds.isEmpty() || bitmap.width() == 0 || bitmap.height() == 0) {
139 canvas->drawBitmapRect(bitmap, NULL, bounds, paint);
161 if (bounds
74 fillRow(SkPoint verts[], SkPoint texs[], const SkScalar vy, const SkScalar ty, const SkRect& bounds, const int32_t xDivs[], int numXDivs, const SkScalar stretchX, int width) argument
301 DrawNine(SkCanvas* canvas, const SkRect& bounds, const SkBitmap& bitmap, const SkIRect& margins, const SkPaint* paint) argument
[all...]
/external/skia/src/utils/
H A DSkNinePatch.cpp58 // to fit within the target bounds. This means that we will eliminate all
59 // stretchy areas and scale the fixed areas to fit within the target bounds.
66 // fixed and scale the stretchable areas to fill the target bounds.
76 const SkRect& bounds, const int32_t xDivs[], int numXDivs,
78 SkScalar vx = bounds.fLeft;
92 verts->set(bounds.fRight, vy); verts++;
103 void SkNinePatch::DrawMesh(SkCanvas* canvas, const SkRect& bounds, argument
108 if (bounds.isEmpty() || bitmap.width() == 0 || bitmap.height() == 0) {
139 canvas->drawBitmapRect(bitmap, NULL, bounds, paint);
161 if (bounds
74 fillRow(SkPoint verts[], SkPoint texs[], const SkScalar vy, const SkScalar ty, const SkRect& bounds, const int32_t xDivs[], int numXDivs, const SkScalar stretchX, int width) argument
301 DrawNine(SkCanvas* canvas, const SkRect& bounds, const SkBitmap& bitmap, const SkIRect& margins, const SkPaint* paint) argument
[all...]
/external/chromium_org/ash/wm/overview/
H A Dtransparent_activate_window_button.h20 // Sets the bounds of the transparent window.
21 void SetBounds(const gfx::Rect& bounds);
/external/chromium_org/cc/base/
H A Dinvalidation_region.cc36 region_ = region_.bounds();
/external/chromium_org/cc/layers/
H A Dsolid_color_scrollbar_layer_impl.cc73 return bounds().height();
75 return bounds().width();
86 return bounds().width() - TrackStart() * 2;
88 return bounds().height() + vertical_adjust() - TrackStart() * 2;
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring.h27 // defining the bounds of an object, or a paragraph-shape with three
73 const gfx::Rect& bounds, int margin);
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_utilities.h26 // within |bounds|.
27 NSTextField* CreateLabel(NSRect bounds);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dnative_browser_frame.h32 // Retrieves the window placement (show state and bounds) for restoring.
33 virtual void GetWindowPlacement(gfx::Rect* bounds,
/external/chromium_org/chrome/browser/ui/
H A Dweb_contents_sizer.cc19 window->SetBounds(gfx::Rect(window->bounds().origin(), new_size));
/external/chromium_org/chrome/common/
H A Dbadge_util.h31 const gfx::Rect& bounds,
/external/chromium_org/third_party/skia/gm/
H A Dpictureimagefilter.cpp59 SkRect bounds = SkRect::MakeXYWH(0, 0, 100, 100); variable
65 fillRectFiltered(canvas, bounds, pictureSource);
69 fillRectFiltered(canvas, bounds, pictureSourceSrcRect);
73 fillRectFiltered(canvas, bounds, pictureSourceEmptyRect);

Completed in 619 milliseconds

<<11121314151617181920>>