HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 1751 - 1775 of 5192) sorted by null

<<71727374757677787980>>

  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 190 SkRect bounds;
191 bounds.set(pts[0].fX, pts[0].fY, pts[0].fX, pts[0].fY);
193 bounds.growToInclude(pts[i].fX + 0.1f, pts[i].fY + 0.1f);
195 if (!SkRect::Intersects(target, bounds)) {
  /external/chromium_org/third_party/skia/gm/
blurquickreject.cpp 13 // This GM tests out the quick reject bounds of the blur mask filter. It draws
cubicpaths.cpp 35 SkRect bounds = path.getBounds(); local
41 canvas->clipRect(bounds);
46 canvas->translate(bounds.width(), 0);
49 canvas->translate(0, bounds.height());
gm.h 90 // GM's getISize bounds.
techtalk1.cpp 300 SkRect bounds[256]; local
302 int count = paint.getTextWidths(text, len, widths, bounds);
305 bounds[j].offset(adv, 0);
306 show_mesh(canvas, bounds[j]);
  /external/chromium_org/third_party/skia/include/effects/
SkMorphologyImageFilter.h 23 * destination buffer, radius is the morphology radius, width and height are the bounds
  /external/chromium_org/third_party/skia/include/views/
SkWindow.h 43 // return the bounds of the dirty/inval rgn, or [0,0,0,0] if none
  /external/chromium_org/third_party/skia/src/core/
SkBitmap_scroll.cpp 43 // initial the region with the entire bounds
  /external/chromium_org/third_party/skia/src/effects/
SkBlurImageFilter.cpp 246 SkIRect bounds = src; local
247 if (getInput(0) && !getInput(0)->filterBounds(src, ctm, &bounds)) {
252 bounds.outset(SkScalarCeilToInt(SkScalarMul(sigma.x(), SkIntToScalar(3))),
254 *dst = bounds;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsBounds.h 23 // does not treat the bounds of horizontal and vertical lines as
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.h 81 // Rectangle describing the bounds of the desktop device context, relative to
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
tab_list_backend.py 59 """Returns self[index] if it exists, or ret if index is out of bounds."""
  /external/chromium_org/ui/app_list/cocoa/
app_list_window_controller.mm 61 [[self window] setFrame:[[appListViewController_ view] bounds]
apps_grid_view_item.mm 196 BOOL isInView = [self mouse:pointInView inRect:[self bounds]];
203 if (![self mouse:pointInView inRect:[self bounds]])
268 [[[self button] cell] titleRectForBounds:[[self button] bounds]];
384 NSWidth([[self view] bounds]) - 2 * kProgressBarHorizontalPadding,
apps_search_box_controller.mm 206 NSRect viewBounds = [[self view] bounds];
296 NSRect viewBounds = [self bounds];
298 NSRect textBounds = [self bounds];
385 NSRect anchorRect = [menuButton convertRect:[menuButton bounds]
scroll_view_with_no_scrollbars.mm 33 NSRect horizontalScrollerRect = [self bounds];
  /external/chromium_org/ui/app_list/views/
app_list_drag_and_drop_host.h 51 // location is out of bounds.
pulsing_block_view.cc 40 const gfx::Rect local_bounds(layer->bounds().size());
speech_view_unittest.cc 74 // MicButton's view bounds (which would fall outside of its
top_icon_animation_view.h 38 // |scaled_rect|: Bounds of the small icon inside folder icon.
  /external/chromium_org/ui/aura/client/
aura_constants.h 44 // A property key to store the restore bounds for a window.
  /external/chromium_org/ui/base/cocoa/
hover_button.mm 99 self.hoverState = NSPointInRect(mouseLoc, [self bounds]) ?
  /external/chromium_org/ui/compositor/
layer_owner.cc 38 const gfx::Rect layer_bounds(old_layer->bounds());
  /external/chromium_org/ui/gfx/
canvas_paint_win.cc 51 // FIXME(brettw) for ClearType, we probably want to expand the bounds of
  /external/chromium_org/ui/views/
background.cc 26 // Fill the background. Note that we don't constrain to the bounds as

Completed in 822 milliseconds

<<71727374757677787980>>