HomeSort by relevance Sort by last modified time
    Searched defs:bounds (Results 1 - 25 of 900) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/timeline/
bounds_unittest.py 6 from telemetry.timeline import bounds namespace
13 self.assertEquals(0, bounds.Bounds.GetOverlap(10, 20, 30, 40))
14 self.assertEquals(0, bounds.Bounds.GetOverlap(30, 40, 10, 20))
16 self.assertEquals(10, bounds.Bounds.GetOverlap(10, 30, 20, 40))
17 self.assertEquals(10, bounds.Bounds.GetOverlap(20, 40, 10, 30))
19 self.assertEquals(10, bounds.Bounds.GetOverlap(10, 40, 20, 30)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
bounds.hpp 13 #include "boost/numeric/conversion/detail/bounds.hpp"
19 struct bounds : boundsdetail::get_impl<N>::type struct in namespace:boost::numeric
  /external/chromium_org/cc/layers/
paint_properties.h 16 gfx::Size bounds; member in struct:cc::PaintProperties
  /external/chromium_org/extensions/common/
draggable_region.h 14 gfx::Rect bounds; member in struct:extensions::DraggableRegion
  /external/chromium_org/third_party/WebKit/public/web/
WebDraggableRegion.h 42 WebRect bounds; member in struct:blink::WebDraggableRegion
  /external/chromium_org/third_party/skia/src/animator/
SkDrawSaveLayer.h 30 SkDrawRect* bounds; member in class:SkSaveLayer
  /external/skia/src/animator/
SkDrawSaveLayer.h 30 SkDrawRect* bounds; member in class:SkSaveLayer
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_browsertest.cc 22 gfx::Rect bounds(300, 200, 250, 200);
23 CreatePanelParams params("1", bounds, SHOW_AS_ACTIVE);
32 EXPECT_EQ(bounds.x(), panel->GetBounds().x());
36 EXPECT_EQ(bounds.y(), panel->GetBounds().y());
37 EXPECT_EQ(bounds.width(), panel->GetBounds().width());
38 EXPECT_EQ(bounds.height(), panel->GetBounds().height());
166 gfx::Rect bounds = panel->GetBounds(); local
167 EXPECT_LE(primary_work_area.x(), bounds.x());
168 EXPECT_LE(bounds.x(), primary_work_area.right());
169 EXPECT_LE(primary_work_area.y(), bounds.y())
202 gfx::Rect bounds = panel->GetBounds(); local
    [all...]
  /external/chromium_org/third_party/skia/gm/
lerpmode.cpp 15 SkRect r, bounds = { 10, 10, 110, 110 }; local
17 r = bounds;
18 r.fRight = bounds.centerX();
21 canvas->saveLayer(&bounds, NULL);
24 r = bounds;
29 r = bounds;
  /external/skia/gm/
lerpmode.cpp 15 SkRect r, bounds = { 10, 10, 110, 110 }; local
17 r = bounds;
18 r.fRight = bounds.centerX();
21 canvas->saveLayer(&bounds, NULL);
24 r = bounds;
29 r = bounds;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 48 .bounds(new Rect(0, 0, 240, 480)).set(ANDROID_URI, ATTR_COLUMN_COUNT, "3");
68 .bounds(new Rect(0, 0, 240, 480)).set(ANDROID_URI, ATTR_COLUMN_COUNT, "3");
180 // Assign some bounds such that the model makes sense when merging spacer sizes
182 button1.bounds(new Rect(90, 10, 100, 40));
183 textView1.bounds(new Rect(200, 10, 100, 40));
184 wspace1.bounds(new Rect(0, 0, 90, 1));
185 wspace1.bounds(new Rect(190, 0, 10, 1));
186 hspace1.bounds(new Rect(0, 0, 1, 10));
317 // Assign some bounds such that the model makes sense when merging spacer sizes
319 button1.bounds(new Rect(0, 0, 100, 40))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/first_run/steps/
tray_step.cc 25 gfx::Rect bounds = shell_helper()->GetTrayBubbleBounds(); local
26 actor()->AddRectangularHole(bounds.x(), bounds.y(), bounds.width(),
27 bounds.height());
29 position.SetTop(bounds.y());
35 position.SetRight(GetOverlaySize().width() - bounds.x());
37 position.SetLeft(bounds.right());
  /external/chromium_org/chrome/browser/devtools/
devtools_contents_resizing_strategy.h 21 explicit DevToolsContentsResizingStrategy(const gfx::Rect& bounds);
28 const gfx::Rect& bounds() const { return bounds_; } function in class:DevToolsContentsResizingStrategy
37 // Contents bounds. When non-empty, used instead of insets.
43 // Applies contents resizing strategy, producing bounds for devtools and
46 // When unknown, providing empty rect as previous devtools and contents bounds
  /external/chromium_org/chrome/browser/extensions/
window_controller.cc 53 gfx::Rect bounds; local
55 bounds = window()->GetRestoredBounds();
57 bounds = window()->GetBounds();
58 result->SetInteger(keys::kLeftKey, bounds.x());
59 result->SetInteger(keys::kTopKey, bounds.y());
60 result->SetInteger(keys::kWidthKey, bounds.width());
61 result->SetInteger(keys::kHeightKey, bounds.height());
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.h 34 const gfx::Rect& bounds() const { return bounds_; } function in class:mojo::WindowTreeHostMojo
51 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DisplayList.cpp 41 DisplayList::DisplayList(const FloatRect& bounds)
42 : m_bounds(bounds)
50 const FloatRect& DisplayList::bounds() const function in class:WebCore::DisplayList
  /external/chromium_org/third_party/skia/src/effects/
SkBitmapSource.cpp 49 SkRect bounds, dstRect; local
50 fBitmap.getBounds(&bounds);
52 if (fSrcRect == bounds && dstRect == bounds) {
SkPictureImageFilter.cpp 69 SkIRect bounds; local
71 floatBounds.roundOut(&bounds);
73 if (bounds.isEmpty()) {
78 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
86 canvas.translate(-SkIntToScalar(bounds.fLeft), -SkIntToScalar(bounds.fTop));
91 offset->fX = bounds.fLeft;
92 offset->fY = bounds.fTop;
SkRectShaderImageFilter.cpp 58 SkIRect bounds; local
59 if (!this->applyCropRect(ctx, source, SkIPoint::Make(0, 0), &bounds)) {
63 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(),
64 bounds.height()));
72 matrix.postTranslate(SkIntToScalar(-bounds.left()), SkIntToScalar(-bounds.top()));
75 SkRect rect = SkRect::MakeWH(SkIntToScalar(bounds.width()), SkIntToScalar(bounds.height()));
79 offset->fX = bounds.fLeft;
80 offset->fY = bounds.fTop
    [all...]
  /external/chromium_org/ui/gfx/
path_aura.cc 14 const SkRect bounds = getBounds(); local
16 bounds.round(&ibounds);
  /external/chromium_org/ui/views/
mouse_watcher_view_host.cc 34 gfx::Rect bounds = view_->GetLocalBounds(); local
35 gfx::Point view_topleft(bounds.origin());
37 bounds.set_origin(view_topleft);
38 bounds.SetRect(view_topleft.x() - hot_zone_insets_.left(),
40 bounds.width() + hot_zone_insets_.width(),
41 bounds.height() + hot_zone_insets_.height());
43 return bounds.Contains(screen_point.x(), screen_point.y());
  /external/qemu/android/skin/
region.h 38 extern void skin_region_get_bounds( SkinRegion* r, SkinRect* bounds );
92 SkinRect bounds; member in struct:SkinRegion
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemwm.c 59 SDL_Rect bounds; local
78 bounds.x = 0;
79 bounds.y = 0;
80 bounds.w = icon->w;
81 bounds.h = icon->h;
82 if ( SDL_LowerBlit(icon, &bounds, sicon, &bounds) < 0 ) {
  /external/skia/src/effects/
SkBitmapSource.cpp 49 SkRect bounds, dstRect; local
50 fBitmap.getBounds(&bounds);
52 if (fSrcRect == bounds && dstRect == bounds) {
SkPictureImageFilter.cpp 69 SkIRect bounds; local
71 floatBounds.roundOut(&bounds);
73 if (bounds.isEmpty()) {
78 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
86 canvas.translate(-SkIntToScalar(bounds.fLeft), -SkIntToScalar(bounds.fTop));
91 offset->fX = bounds.fLeft;
92 offset->fY = bounds.fTop;

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>