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

<<71727374757677787980>>

  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 1194 RECT bounds; local
1297 RECT bounds; local
1600 RECT bounds; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
QuickSorter.java 61 break; // don't go out-of-bounds
  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 41 SkRect bounds = path.getBounds(); local
44 bounds.outset(outset, outset);
46 return bounds;
537 SkRect bounds = path.getBounds(); local
538 if (!bounds.isEmpty()) {
539 threshInvScaleX *= bounds.width() / (bounds.width() + stroke.getWidth());
540 threshInvScaleY *= bounds.height() / (bounds.height() + stroke.getWidth());
  /external/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/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/skia/include/effects/
SkMorphologyImageFilter.h 23 * destination buffer, radius is the morphology radius, width and height are the bounds
  /external/skia/include/views/
SkWindow.h 43 // return the bounds of the dirty/inval rgn, or [0,0,0,0] if none
  /external/skia/src/core/
SkBitmap_scroll.cpp 43 // initial the region with the entire bounds
  /external/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/skia/src/pathops/
SkPathOpsBounds.h 23 // does not treat the bounds of horizontal and vertical lines as
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
FixedSizeList.java 38 * This provides a thin facade over AbstractList, to take care of bounds checking.
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pp_semaphore_luma.cpp 288 /* and check if block x coordinate is out of bounds */
291 /* x coordinate is within the bounds */
299 /* out of bounds */
303 /* within the bounds */
314 /* y coordinate is out of bounds */
325 /* coordinate is out of bounds */
331 /* out of bounds */
335 /* within the bounds */
343 /* y coordinate is out of bounds */
  /frameworks/av/services/audioflinger/
FastThread.h 68 uint32_t bounds; member in class:android::FastThread
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 42 * This transition captures the layout bounds of target views before and after
51 private static final String PROPNAME_BOUNDS = "android:changeBounds:bounds";
262 // Animate location with translationX/Y and size with clip bounds
331 // TODO: also handle size changes: check bounds and animate size changes
  /frameworks/base/core/java/com/android/internal/widget/
ExploreByTouchHelper.java 356 * Uses the bounds of the parent view and the parent-relative bounding
387 throw new RuntimeException("Callbacks must set parent bounds in "
475 // Missing or empty bounds mean this view is not visible.
541 // TODO: Only invalidate virtual view bounds.
629 * <li>bounds in parent coordinates, see
654 * <li>visibility, computed based on parent-relative bounds, see
658 * <li>bounds in screen coordinates, computed based on host view bounds,
669 * screen-relative bounds to reflect the portion of the item visible
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemRequestRectAboveThinFirstItemTest.java 52 // the bounds of the list, it was scrolling too far
  /frameworks/base/docs/image_sources/training/game-controllers/
backward-compatible-inputmanager.graffle 16 <key>Bounds</key>
55 <key>Bounds</key>
148 <key>Bounds</key>
265 <key>Bounds</key>
321 <key>Bounds</key>
377 <key>Bounds</key>
565 <key>Bounds</key>
682 <key>Bounds</key>
799 <key>Bounds</key>
  /frameworks/base/graphics/java/android/graphics/
Shader.java 45 * original bounds
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
LiftToActivateListener.java 42 // inside the view bounds should perform a click action.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java 347 * Returns the task stack bounds in the current orientation. These bounds do not account for
364 * Returns the search bar bounds in the current orientation. These bounds do not account for
  /frameworks/base/services/core/java/com/android/server/firewall/
PortFilter.java 34 // both bounds are inclusive
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
PixelUtils.java 32 * <p>Note that this method is native for efficiency reasons. It does NOT do any bounds checking

Completed in 3533 milliseconds

<<71727374757677787980>>