/external/chromium_org/third_party/skia/src/core/ |
SkRasterClip.cpp | 33 SkRasterClip::SkRasterClip(const SkIRect& bounds) : fBW(bounds) { 35 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute
|
SkTileGrid.cpp | 40 void SkTileGrid::insert(void* data, const SkIRect& bounds, bool) { 41 SkASSERT(!bounds.isEmpty()); 42 SkIRect dilatedBounds = bounds;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkLayerRasterizer.cpp | 66 const SkIRect* clipBounds, SkIRect* bounds) { 70 bounds->set(SK_MaxS32, SK_MaxS32, SK_MinS32, SK_MinS32); 100 bounds->join(mask.fBounds);
|
/external/chromium_org/third_party/skia/src/utils/ |
SkProxyCanvas.cpp | 29 SkCanvas::SaveLayerStrategy SkProxyCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, 31 fProxy->saveLayer(bounds, paint, flags); 32 this->INHERITED::willSaveLayer(bounds, paint, flags);
|
/external/chromium_org/third_party/skia/src/utils/mac/ |
SkCreateCGImageRef.cpp | 218 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox); local 220 int w = (int)CGRectGetWidth(bounds); 221 int h = (int)CGRectGetHeight(bounds);
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
scroll_unittest.py | 77 # location needs to be within the viewport bounds to correctly decide 79 # not clipped to the viewport bounds, then the instance used here (the 81 # result in a scroll location outside of the viewport bounds.
|
/external/chromium_org/ui/gfx/ |
screen_win.cc | 30 gfx::Rect bounds = gfx::Rect(monitor_info.rcMonitor); local 31 gfx::Display display(id, bounds); 33 display.SetScaleAndBounds(gfx::win::GetDeviceScaleFactor(), bounds); local
|
/external/chromium_org/ui/views/animation/ |
bounds_animator_unittest.cc | 127 // Make sure the bounds match of the view that was animated match. 128 EXPECT_EQ(target_bounds, child()->bounds()); 131 // The resulting rect is the union of the original and target bounds.
|
/external/chromium_org/ui/views/controls/menu/ |
menu_runner.h | 112 // If |anchor| uses a |BUBBLE_..| type, the bounds will get determined by 113 // using |bounds| as the thing to point at in screen coordinates. 116 const gfx::Rect& bounds,
|
/external/chromium_org/ui/views/corewm/ |
desktop_capture_controller_unittest.cc | 79 params.bounds = gfx::Rect(0, 0, 200, 100); 124 params.bounds = gfx::Rect(50, 50, 650, 650); 144 params.bounds = gfx::Rect(50, 50, 650, 650);
|
/external/chromium_org/ui/views/examples/ |
multiline_example.cc | 93 gfx::Rect bounds = GetLocalBounds(); variable 94 bounds.Inset(GetInsets()); 95 render_text_->SetDisplayRect(bounds);
|
/external/chromium_org/ui/wm/core/ |
window_animations.cc | 231 gfx::RectF transformed = layer->bounds(); 237 // Augment the host window so that the enclosing bounds of the full 246 const gfx::Rect& world_at_start = window->bounds(); 253 // bounds. 311 gfx::Rect bounds = window->bounds(); local 313 gfx::Point(kWindowAnimation_TranslateFactor * bounds.width(), 314 kWindowAnimation_TranslateFactor * bounds.height()), 361 gfx::Point(window->bounds().width() * 0.5, 362 window->bounds().height() * 0.5) [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractComboBoxPropertyEditor.java | 76 // schedule showing drop-down, because we don't have bounds yet 121 public void setBounds(Rectangle bounds) { 122 m_combo.setBounds(bounds);
|
/external/fonttools/Lib/fontTools/misc/ |
arrayTools.py | 33 def updateBounds(bounds, p, min=min, max=max): 34 """Return the bounding recangle of rectangle bounds and point (x, y).""" 36 xMin, yMin, xMax, yMax = bounds
|
/external/libvpx/libvpx/vpx_mem/include/ |
vpx_mem_tracker.h | 80 padded - if 0, disables bounds checking on this memory block even if bounds 82 to check for memory leaks, but we do not waste cache space for bounds check padding)
|
/external/qemu/android/ |
cbuffer.c | 34 reason = "rpos is out of bounds"; 99 ASSERT( wpos >= 0 && wpos < cb->size, "wpos is out-of-bounds: %d (rpos=%d)", wpos, cb->rpos); 132 ASSERT((rpos >= 0 && rpos < cb->size), "rpos is out-of-bounds: %d", rpos);
|
/external/skia/bench/ |
AAClipBench.cpp | 226 SkIRect bounds; local 227 path.getBounds().roundOut(&bounds); 228 fRegion.setPath(path, SkRegion(bounds));
|
/external/skia/gm/ |
aarectmodes.cpp | 150 const SkRect bounds = SkRect::MakeWH(W, H); local 166 canvas->drawRect(bounds, fBGPaint); 167 canvas->saveLayer(&bounds, NULL);
|
/external/skia/include/core/ |
SkImage.h | 71 * If src is larger than the bounds of the image, the rest of the image is 120 * rectangle's intersection wit the image bounds. If subset is NULL, then 126 * intersect with the image's bounds and the subset (if not null) will be
|
/external/skia/src/core/ |
SkRasterClip.cpp | 33 SkRasterClip::SkRasterClip(const SkIRect& bounds) : fBW(bounds) { 35 fIsEmpty = this->computeIsEmpty(); // bounds might be empty, so compute
|
SkTileGrid.cpp | 40 void SkTileGrid::insert(void* data, const SkIRect& bounds, bool) { 41 SkASSERT(!bounds.isEmpty()); 42 SkIRect dilatedBounds = bounds;
|
/external/skia/src/effects/ |
SkLayerRasterizer.cpp | 66 const SkIRect* clipBounds, SkIRect* bounds) { 70 bounds->set(SK_MaxS32, SK_MaxS32, SK_MinS32, SK_MinS32); 100 bounds->join(mask.fBounds);
|
/external/skia/src/utils/ |
SkProxyCanvas.cpp | 29 SkCanvas::SaveLayerStrategy SkProxyCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, 31 fProxy->saveLayer(bounds, paint, flags); 32 this->INHERITED::willSaveLayer(bounds, paint, flags);
|
/external/skia/src/utils/mac/ |
SkCreateCGImageRef.cpp | 218 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox); local 220 int w = (int)CGRectGetWidth(bounds); 221 int h = (int)CGRectGetHeight(bounds);
|
/frameworks/base/docs/image_sources/play-services-diagram.graffle/ |
data.plist | 16 <key>Bounds</key> 53 <key>Bounds</key> 198 <key>Bounds</key> 284 <key>Bounds</key> 368 <key>Bounds</key> 419 <key>Bounds</key> 449 <key>Bounds</key> 542 <key>Bounds</key> 674 <key>Bounds</key> 778 <key>Bounds</key [all...] |