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

<<11121314151617181920>>

  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 452 ANPRectF bounds; local
453 gPathI.getBounds(m_touchPath, &bounds);
456 ANPCanvas* canvas = getCanvas(&bounds);
  /external/icu4c/common/
uvector.h 52 * <p>There is index bounds checking, but little is done about it. If
53 * indices are out of bounds, either nothing happens, or zero is
86 * <p>Improve the handling of index out of bounds errors.
  /external/skia/src/animator/
SkDisplayType.cpp 114 CASE_DISPLAY_NEW(Bounds);
269 CASE_GET_DISPLAY_INFO(Bounds);
436 DISPLAY_NAME("bounds", SkType_Bounds),
  /external/stlport/test/unit/
set_test.cpp 25 CPPUNIT_TEST(bounds);
42 void bounds();
123 void SetTest::bounds() function in class:SetTest
  /external/webkit/WebCore/platform/graphics/skia/
ImageSkia.cpp 178 // causes the bounds to be outside of the resized bitmap. We round outward
180 // need, and then clamp to the bitmap bounds so we don't get any invalid
328 // destination rect is the bounds of the pattern, we need to use the
  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 385 m_webView->Draw(m_webView->Bounds());
840 // We lock the looper in order to get the bounds of the WebView.
841 frameView = FrameView::create(m_frame, IntRect(m_webView->Bounds()).size());
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextDecorator.java 323 * Extends the visual bounds of the text run segment to
326 * @param segmentBounds - bounds of the undecorated text
328 * @return extended bounds
FontPeerImpl.java 80 // bounds rectanlge of the largest character in this font peer
386 * Returns the bounds of the largest char in this FontPeerImpl in
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 116 * Distance a touch needs to be outside of a window's bounds for it to
381 * @return Distance a touch must be outside the bounds of a window for it
393 * @return Distance a touch must be outside the bounds of a window for it
  /frameworks/base/libs/surfaceflinger/
SurfaceFlinger.cpp 554 mDirtyRegion.set(hw.bounds());
627 mDirtyRegion.set(hw.bounds());
678 const Region screenRegion(hw.bounds());
717 const Rect bounds(layer->visibleBounds());
718 visibleRegion.set(bounds);
812 const Region screenRegion(hw.bounds());
877 mDirtyRegion.set(mInvalidRegion.bounds());
890 mDirtyRegion.set(mInvalidRegion.bounds());
893 mDirtyRegion.set(hw.bounds());
947 mDirtyRegion.bounds() : hw.bounds())
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
StmtTest.java 613 assertEquals("parameter position out of bounds" , e.getMessage());
736 assertEquals("parameter position out of bounds",e.getMessage());
865 assertEquals( "column out of bounds" , e.getMessage());
872 assertEquals( "column out of bounds" , e.getMessage());
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 456 SkRect bounds; local
459 bounds.set(x, y - radius, x + SkIntToScalar(idx), y + radius);
465 bounds.set(x - radius, y, x + radius, y + SkIntToScalar(idy));
494 // clipping to bounds is not required for correctness, but it does
497 // the content is clipped out. If drawPoints took an (optional) bounds
501 canvas->clipRect(bounds);
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 325 // The bounds of the GraphicsLayer created for a compositing layer is the union of the bounds of all the descendant
457 const IntRect& bounds = it->second; local
458 if (layerBounds.intersects(bounds))
692 // we can compute and cache the composited bounds for this layer.
770 // we can compute and cache the composited bounds for this layer.
    [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
2d-graphics.jd 86 i.setAdjustViewBounds(true); // set the ImageView bounds to match the Drawable's dimensions
206 It's then given a color and the bounds of the shape are set. If you do not set the bounds, then the
430 <p class="note"><strong>Note:</strong> Regardless of how your animation may move or resize, the bounds of the
432 be drawn beyond the bounds of its View and will not be clipped. However, clipping <em>will occur</em>
433 if the animation exceeds the bounds of the parent View.</p>
  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 191 * Whether a particular position is out of bounds.
194 * @return Whether it's out of bounds.
  /dalvik/libcore/luni/src/main/java/java/io/
CharArrayReader.java 212 // K002e=Offset out of bounds \: {0}
217 // K0031=Length out of bounds \: {0}
InputStream.java 188 // K002e=Offset out of bounds \: {0}
192 // K0031=Length out of bounds \: {0}
  /external/icu4c/test/cintltst/
cucdapi.c 36 /* test the bounds*/
60 /* bounds */
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 438 Rect bounds; local
440 SetRect (&bounds, 0, 0, 320, 240);
443 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useDistantHdwrMem | noNewDevice);
449 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useLocalHdwrMem | noNewDevice);
1056 Rect bounds; local
1058 SetRect (&bounds, 0, 0, width, height);
1063 err = NewGWorld (port, depth, &bounds, 0 , SDL_Display, useDistantHdwrMem | noNewDevice );
1072 err = NewGWorld (port, depth, &bounds, 0 , SDL_Display, useLocalHdwrMem | noNewDevice );
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 201 // this avoids one out of bounds check in the loop
259 // this avoids one out of bounds check in the loop
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.cpp 78 void WebPopupMenuImpl::Init(FramelessScrollView* widget, const WebRect& bounds)
84 m_client->setWindowRect(bounds);
  /frameworks/base/awt/java/awt/geom/
Area.java 69 // awt.4B=Iterator out of bounds
74 // awt.4B=Iterator out of bounds
FlatteningPathIterator.java 327 // awt.4B=Iterator out of bounds
344 // awt.4B=Iterator out of bounds
  /frameworks/base/core/java/android/app/
LauncherActivity.java 300 // Copy the old bounds to restore them later
304 // old bounds
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 177 * Since we draw translated, the drawable's bounds that it signals
178 * for invalidation won't be the actual bounds we want invalidated,

Completed in 113 milliseconds

<<11121314151617181920>>