/external/qemu/android/skin/ |
region.h | 38 extern void skin_region_get_bounds( SkinRegion* r, SkinRect* bounds ); 92 SkinRect bounds; member in struct:SkinRegion
|
/external/skia/include/effects/ |
Sk2DPathEffect.h | 42 uv parameter bounds for the path. Subsequent calls to 43 next() will receive u and v values within these bounds,
|
/external/srec/portable/include/ |
ArrayList.h | 81 * ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 118 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 129 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 148 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index (used internally) is out of bounds 221 * ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 258 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 269 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 278 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index (used internally) is out of bounds
|
/external/webkit/WebCore/page/chromium/ |
ChromeClientChromium.h | 47 // and size the widget with the given bounds, relative to the screen. 50 virtual void popupOpened(PopupContainer* popupContainer, const IntRect& bounds,
|
/external/webkit/WebKit/android/nav/ |
CachedLayer.h | 49 IntRect adjustBounds(const LayerAndroid* root, const IntRect& bounds) const; 53 IntRect localBounds(const IntRect& bounds) const;
|
CachedNode.cpp | 37 WebCore::IntRect CachedNode::bounds(const CachedFrame* frame) const function in class:android::CachedNode 79 bool CachedNode::clip(const WebCore::IntRect& bounds) 81 return Clip(bounds, &mBounds, &mCursorRing); 97 WebCore::IntRect bounds = mCursorRing[0]; local 99 bounds.unite(mCursorRing[partIndex]); 100 bounds.inflate(CURSOR_RING_HIT_TEST_RADIUS); 101 return mIsInLayer ? frame->adjustBounds(this, bounds) : bounds; 121 // if there is more than 1 rect, and the bounds doesn't intersect 122 // any other cursor ring bounds, use i [all...] |
/external/webkit/WebKit/win/Interfaces/ |
IWebScrollBarPrivate.idl | 51 HRESULT setRect([in] RECT bounds); 59 HRESULT frameRect([out, retval] RECT* bounds);
|
/frameworks/base/awt/java/awt/image/ |
BufferedImageOp.java | 66 * Gets the bounds of filtered image. 70 * @return the rectangle bounds of filtered image.
|
RasterOp.java | 62 * Gets the bounds of the filtered Raster. 66 * @return the rectangle bounds of the filtered Raster.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
FontProperty.java | 38 // array of exclusion ranges (pairs of low and high unicode exclusion bounds) 70 * low and high bounds of the intervals of characters to ignore in
|
TextRunSegmentImpl.java | 159 * Returns visual bounds of this segment 160 * @return visual bounds 184 * Returns logical bounds of this segment 185 * @return logical bounds 334 * Creates black box bounds shape for the specified range 337 * @return black box bounds shape 785 // Also we have to reset cached bounds and metrics 833 // Returns visual bounds of this segment 837 Rectangle2D bounds = ga.getBounds(); local 839 // First and last chars can be out of logical bounds, so we calculat [all...] |
/frameworks/base/core/java/android/gesture/ |
Gesture.java | 235 final RectF bounds = new RectF(); local 236 path.computeBounds(bounds, true); 238 final float sx = (width - 2 * inset) / bounds.width(); 239 final float sy = (height - 2 * inset) / bounds.height(); 243 path.offset(-bounds.left + (width - bounds.width() * scale) / 2.0f, 244 -bounds.top + (height - bounds.height() * scale) / 2.0f);
|
/frameworks/base/core/java/android/widget/ |
SectionIndexer.java | 39 * @return the starting position of that section. If the section is out of bounds, the 48 * @return the section index. If the position is out of bounds, the section index
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/ |
android.widget.RelativeLayout.groovy | 120 // We're not capturing anymore since we got outside of the capture bounds 186 def computeBorderDropZone(Rect bounds, Point p) { 191 int x1 = bounds.x; 192 int y1 = bounds.y; 193 int w = bounds.w; 194 int h = bounds.h; 266 def bounds = new Rect(x1, y1, wt, ht); 320 return [ bounds, zones ];
|
/dalvik/libcore/regex/src/main/java/java/util/regex/ |
Matcher.java | 105 * Reflects whether the bounds of the region are anchoring. 110 * Reflects whether the bounds of the region are transparent. 583 * Determines whether this matcher has anchoring bounds enabled or not. When 584 * anchoring bounds are enabled, the start and end of the input match the 585 * '^' and '$' meta-characters, otherwise not. Anchoring bounds are enabled 589 * the new value for anchoring bounds. 599 * Indicates whether this matcher has anchoring bounds enabled. When 600 * anchoring bounds are enabled, the start and end of the input match the 601 * '^' and '$' meta-characters, otherwise not. Anchoring bounds are enabled 604 * @return true if (and only if) the {@code Matcher} uses anchoring bounds [all...] |
/external/skia/src/core/ |
SkRegion.cpp | 60 bool SkRegion::ComputeRunBounds(const SkRegion::RunType runs[], int count, SkIRect* bounds) 75 bounds->set(runs[2], runs[0], runs[3], runs[1]); 83 bounds->fTop = *runs++; 97 bounds->fLeft = left; 98 bounds->fRight = rite; 99 bounds->fBottom = bot; 337 void SkRegion::BuildRectRuns(const SkIRect& bounds, 340 runs[0] = bounds.fTop; 341 runs[1] = bounds.fBottom; 342 runs[2] = bounds.fLeft [all...] |
/external/webkit/WebCore/rendering/ |
RenderThemeSafari.cpp | 267 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit. 273 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit. 281 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit. 580 // shadow. We don't consider this part of the bounds of the control in WebKit. 814 IntRect bounds = IntRect(r.x() + o->style()->borderLeftWidth(), local 819 paintMenuListButtonGradients(o, paintInfo, bounds); 821 // Since we actually know the size of the control here, we restrict the font scale to make sure the arrow will fit vertically in the bounds 822 float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / baseArrowHeight); 823 float centerY = bounds.y() + bounds.height() / 2.0f 960 IntRect bounds = r; local [all...] |
/external/skia/src/views/ |
SkListWidget.cpp | 22 fVisibleRowCount = 0; // number of cells that can fit in our bounds 354 SkRect bounds; local 356 bounds.fLeft = 0; 357 bounds.fRight = this->getContentWidth(); 358 bounds.fBottom = 0; 359 // assign bounds.fTop inside the loop 361 // hack to reveal our bounds for debugging 372 bounds.fTop = bounds.fBottom; 373 bounds.fBottom += height [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 110 * Draw in its bounds (set via setBounds) respecting optional effects such 139 public void setBounds(Rect bounds) { 140 setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom); 144 * Return a copy of the drawable's bounds in the specified Rect (allocated 145 * by the caller). The bounds specify where this will draw when its draw() 148 * @param bounds Rect to receive the drawable's bounds (allocated by th [all...] |
/cts/tools/signature-tools/src/signature/compare/model/ |
IUpperBoundsDelta.java | 29 * bounds is relevant (for erasure).
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
RejectedExecutionHandler.java | 21 * available because their bounds would be exceeded, or upon
|
/development/samples/BrowserPlugin/jni/animation/ |
AnimationPlugin.cpp | 136 ANPRectF bounds; local 137 memset(&bounds, 0, sizeof(bounds)); 138 gPathI.getBounds(path, &bounds);
|
/external/icu4c/test/cintltst/ |
capitst.h | 86 * Test getting bounds for a sortkey
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_BWin.h | 50 SDL_BWin(BRect bounds) : 51 BDirectWindow(bounds, "Untitled", B_TITLED_WINDOW, 0) { 113 SDL_GLView = new BGLView(Bounds(), "SDL GLView", 132 SDL_View = new SDL_BView(Bounds());
|
SDL_sysvideo.cc | 266 BRect bounds; local 303 bounds.top = 0; bounds.left = 0; 304 bounds.right = BEOS_HIDDEN_SIZE; 305 bounds.bottom = BEOS_HIDDEN_SIZE; 306 SDL_Win = new SDL_BWin(bounds); 402 BRect bounds; local 450 bounds = bscreen.Frame(); 454 cx = (bounds.IntegerWidth() - width)/2; 455 cy = (bounds.IntegerHeight() - height)/2 495 BRect bounds; local [all...] |