HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 351 - 375 of 1065) sorted by null

<<11121314151617181920>>

  /external/icu4c/tools/toolutil/
xmlparser.h 77 * internal string object), or NULL if i is out of bounds.
95 * @return A pointer to the child node object, or NULL if i is out of bounds.
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 297 // A bounds change will almost always require redisplay. Usually that redisplay
320 // Get layout bounds in the coords of compAncestor to match relativeCompositingBounds.
372 // The reflection layer has the bounds of m_owningLayer->reflectionLayer(),
373 // but the reflected layer is the bounds of this layer, so we need to position it appropriately.
841 FloatRect bounds(FloatPoint(), m_graphicsLayer->size());
842 if (bounds.intersects(dirtyRect))
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 175 /* Set the bounds of the icon since setCompoundDrawables needs it. */
186 * depends on this TextView's line bounds, which is only available
  /frameworks/base/include/ui/
Region.h 50 inline Rect bounds() const { return getBounds(); } function in class:android::Region
52 // the region becomes its bounds
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
mistream.cpp 68 printf("stream bounds exception\n");
165 printf("stream bounds exception\n");
  /cts/tests/tests/text/src/android/text/cts/
LayoutTest.java 274 Rect bounds = new Rect(); local
276 assertEquals(32, layout.getLineBounds(2, bounds));
277 assertEquals(0, bounds.left);
278 assertEquals(mWidth, bounds.right);
279 assertEquals(24, bounds.top);
280 assertEquals(36, bounds.bottom);
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 203 + "or childPosition is out of bounds")
208 // the following indexes are out of bounds
401 + "is out of bounds")
406 // following indexes are out of bounds
509 + "or childPosition is out of bounds")
514 // following indexes are out of bounds
  /external/skia/src/core/
SkScalerContext.cpp 303 // if either dimension is empty, zap the image bounds of the glyph
356 src.fImage = NULL; // only want the bounds from the filter
383 if (fMaskFilter) { // restore the prefilter bounds
386 // need the original bounds, sans our maskfilter
394 // we need the prefilter bounds to be <= filter bounds
  /external/webkit/WebKit/mac/WebCoreSupport/
WebViewFactory.mm 504 - (CGRect)accessibilityConvertScreenRect:(CGRect)bounds
509 bounds.origin.y = (screenHeight - (bounds.origin.y + bounds.size.height));
511 bounds = CGRectZero;
513 return bounds;
  /frameworks/base/core/java/android/app/
WallpaperManager.java 119 public void setBounds(Rect bounds) {
121 super.setBounds(bounds);
385 * never scale the wallpaper (only centering it if the requested bounds
386 * do match the bitmap bounds, which should not be typical), doesn't
388 * bounds of the returned drawable will be initialized to the same bounds
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 493 jobject bounds, const SkPaint& paint)
500 GraphicsJNI::irect_to_jrect(ir, env, bounds);
504 jstring text, int start, int end, jobject bounds)
507 doTextBounds(env, textArray + start, end - start, bounds, *paint);
512 jcharArray text, int index, int count, jobject bounds)
515 doTextBounds(env, textArray + index, count, bounds, *paint);
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 279 /** Specify modifiers to the bounds for the drawable[index].
443 protected void onBoundsChange(Rect bounds) {
449 r.mDrawable.setBounds(bounds.left + r.mInsetL + padL,
450 bounds.top + r.mInsetT + padT,
451 bounds.right - r.mInsetR - padR,
452 bounds.bottom - r.mInsetB - padB);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 193 <!-- Defines whether a child is limited to draw inside of its bounds or not.
196 to allow the children to draw outside of their bounds. The default value of
259 This space is outside this view's bounds. -->
262 This space is outside this view's bounds. -->
265 This space is outside this view's bounds. -->
268 This space is outside this view's bounds. -->
  /frameworks/base/awt/java/awt/
Graphics.java 260 * Gets the bounds of the current clipping area as a rectangle and copies it
264 * a Rectangle object where the current clipping area bounds are
266 * @return the bounds of the current clipping area.
272 // TODO: Can we get shape bounds without creating Rectangle object?
284 * Gets the bounds of the current clipping area as a rectangle.
822 * Gets the bounds of the current clipping area as a rectangle.
824 * @return a Rectangle object which represents the bounds of the current
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 102 * When false this means the canvas is displaying an out-dated result image & bounds and some
245 * When false this means the canvas is displaying an out-dated result image & bounds and some
297 // and eventually recompute their bounds.
306 // we need to recompute its bounds in case it moved so we'll insert a new one
557 * Since proxies are reused, this will update the bounds of an existing proxy when the
932 * This uses the potentially-expanded selection bounds.
    [all...]
  /external/svox/pico/lib/
picospho.c 109 * this is the first round of alignment, only inserting/deleting/modifying bounds, according to
111 * - newly produced word bounds separating WORDPHON items
114 * all relevant bounds are placed in the corresponding headx extention; original bound items become invalid.
118 * - "side-bounds" (in the headx extension) are output by "calling" FEED
210 picoos_int16 penultima, activeEndPos; /* positions of last two bounds/words; SPHO_POS_INVALID means uninitialized */
722 /* don't allow primary phrase bounds to be demoted to word bound */
731 /* don't allow bounds other than phrase or word bounds to be changed */
    [all...]
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 92 const WebCore::IntRect& bestRect = best->bounds();
122 const WebCore::IntRect& bounds) const
124 return mRoot->checkRings(picture(node), rings, bounds);
374 WebCore::IntRect bounds = test->bounds(this); local
375 testData.setMouseBounds(bounds);
376 testData.setNodeBounds(bounds);
402 if (d->bounds(this).contains(testRect)) {
699 if (mRoot->scrolledBounds().intersects(test->bounds(this)) == false) {
704 && !mRoot->baseUncovered().intersects(test->bounds(this)))
    [all...]
  /external/skia/src/views/
SkListView.cpp 673 SkRect bounds;
677 bounds.set(0, 0, fCellSize.fX, fCellSize.fY);
678 bounds.offset(col * (fCellSize.fX + SkIntToScalar(col > 0)),
681 if (bounds.fTop < this->height())
684 *r = bounds;
  /external/webkit/WebCore/accessibility/
AccessibilityObject.cpp 841 IntRect bounds = elementRect(); local
842 if (bounds.size().width() > bounds.size().height())
844 if (bounds.size().height() > bounds.size().width())
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 235 SkRect bounds = { SkFloatToScalar(rect.x()), SkFloatToScalar(rect.y()), local
238 canvas()->clipRect(bounds);
239 canvas()->saveLayerAlpha(&bounds, 255,
268 SkRect bounds = clipPath.getBounds(); local
269 canvas()->saveLayerAlpha(&bounds, 255, static_cast<SkCanvas::SaveFlags>(SkCanvas::kHasAlphaLayer_SaveFlag | SkCanvas::kFullColorLayer_SaveFlag | SkCanvas::kClipToLayer_SaveFlag));
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 301 _trackingTag = [self addTrackingRect:[self bounds] owner:self userData:nil assumeInside:NO];
668 [self invalidatePluginContentRect:[self bounds]];
675 [self invalidatePluginContentRect:[self bounds]];
714 [self invalidatePluginContentRect:[self bounds]];
730 // much safer than walking up the view hierarchy and observing frame/bounds changed notifications, since you don't
  /frameworks/base/core/jni/
android_view_Surface.cpp 352 const Rect& bounds(dirtyRegion.getBounds());
353 env->SetIntField(dirtyRect, ro.l, bounds.left);
354 env->SetIntField(dirtyRect, ro.t, bounds.top);
355 env->SetIntField(dirtyRect, ro.r, bounds.right);
356 env->SetIntField(dirtyRect, ro.b, bounds.bottom);
  /frameworks/base/libs/surfaceflinger/
LayerBuffer.cpp 692 const Rect bounds(mLayer.getTransformedBounds());
693 int x = bounds.left;
694 int y = bounds.top;
695 int w = bounds.width();
696 int h = bounds.height();
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
AttributesImpl.java 140 * none is available, or null if the index is out of bounds.
158 * if the index is out of bounds.
175 * @return The attribute's value or null if the index is out of bounds.

Completed in 164 milliseconds

<<11121314151617181920>>