Searched
full:bounds (Results
476 -
500 of
1065) sorted by null
<<11121314151617181920>>
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromiumMac.mm | 374 trackInfo.bounds = scrollbar->frameRect(); 399 trackInfo.bounds = IntRect(IntPoint(), scrollbar->frameRect().size());
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontChromiumWin.cpp | 241 // bounds. 348 // Adjust for RTL script since we just want to know the text bounds.
|
/external/webkit/WebCore/platform/graphics/win/ |
FontCGWin.cpp | 166 // We put slop into this rect, since glyphs can overflow the ascent/descent bounds and the left/right edges. 167 // FIXME: Can get glyphs' optical bounds (even from CG) to get this right.
|
/external/webkit/WebCore/platform/mac/ |
ScrollbarThemeMac.mm | 361 trackInfo.bounds = scrollbar->frameRect(); 388 trackInfo.bounds = IntRect(IntPoint(), scrollbar->frameRect().size());
|
/external/webkit/WebKit/chromium/src/ |
ChromeClientImpl.cpp | 580 const IntRect& bounds, 595 static_cast<WebPopupMenuImpl*>(webwidget)->Init(popupContainer, bounds);
|
/frameworks/base/awt/java/awt/geom/ |
GeneralPath.java | 162 // awt.4B=Iterator out of bounds 179 // awt.4B=Iterator out of bounds
|
/frameworks/base/awt/javax/imageio/ |
ImageWriteParam.java | 308 throw new IllegalArgumentException("Quality out-of-bounds!"); 542 throw new IllegalArgumentException("Quality out-of-bounds!");
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
CompositeFont.java | 309 * Returns rectangle that bounds the specified string in terms of composite line metrics. 334 * Returns maximum rectangle that encloses all maximum char bounds of
|
/frameworks/base/core/java/android/text/ |
Layout.java | 456 * If bounds is not null, return the top, left, right, bottom extents 459 * @param bounds Optional. If not null, it returns the extent of the line 462 public int getLineBounds(int line, Rect bounds) { 463 if (bounds != null) { 464 bounds.left = 0; // ??? 465 bounds.top = getLineTop(line); 466 bounds.right = mWidth; // ??? 467 bounds.bottom = getLineTop(line + 1); [all...] |
/frameworks/base/core/java/android/view/ |
FocusFinder.java | 137 // get visible bounds of other view in same coordinate system 408 // get visible bounds of other view in same coordinate system
|
/hardware/msm7k/libcopybit/ |
copybit.cpp | 381 const struct copybit_rect_t bounds = { 0, 0, dst->w, dst->h }; 386 intersect(&clip, &bounds, &clip);
|
/packages/apps/Settings/src/com/android/settings/ |
ActivityPicker.java | 388 // Copy the old bounds to restore them later 392 // old bounds
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ExplodedRenderingHelper.java | 222 * We could fix this by matching those UiElementNode with their bounds as returned 223 * by the rendering (ie if bounds is 0/0 in h/w, then ignore the child)
|
/bionic/libc/include/netinet/ |
ip_icmp.h | 129 * Lower bounds on packet lengths for various types.
|
/bionic/libm/src/ |
s_log1p.c | 142 * strict bounds than the one here so that the k==0 case is
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
LevelListDrawableTest.java | 179 + "parser or attrs is out of bounds")
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
GenericReflectionCornerCases.java | 34 * types and multiple bounds.
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
Time.java | 40 * The result is undefined if any argument is out of bounds.
|
/development/apps/OBJViewer/com/android/objviewer/ |
OBJViewer.java | 71 // Object bounds
|
/development/ide/xcode/SampleCode/English.lproj/main.nib/ |
objects.xib | 66 <string name="bounds">0 0 360 480 </string>
|
/development/ide/xcode/animatorTest/English.lproj/main.nib/ |
objects.xib | 200 <string name="bounds">0 0 360 480 </string>
|
/development/simulator/app/ |
DeviceWindow.cpp | 115 * Clamp the mouse movement to the window bounds.
|
/development/simulator/wrapsim/ |
DevFb.c | 128 const Rect dirty(dirtyReg.bounds());
|
/external/e2fsprogs/ext2ed/ |
blockbitmap_com.c | 59 wprintw (command_win,"Error - Entry number out of bounds\n");
|
/external/kernel-headers/original/linux/ |
dm-ioctl.h | 40 * since it will be out-of-bounds.
|
Completed in 118 milliseconds
<<11121314151617181920>>