/external/skia/include/core/ |
SkPicture.h | 55 only see the path's bounds. This speeds up the recording process 58 clip-query calls will reflect the path's bounds, not the actual 93 reflect the bounds of what has been recorded into the picture. 100 reflect the bounds of what has been recorded into the picture.
|
/external/skia/include/views/ |
SkImageView.h | 68 bool getDataBounds(SkRect* bounds);
|
/external/skia/src/core/ |
SkScanPriv.h | 26 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds);
|
SkEdgeClipper.cpp | 20 static bool quick_reject(const SkRect& bounds, const SkRect& clip) { 21 return bounds.fTop >= clip.fBottom || bounds.fBottom <= clip.fTop; 200 SkRect bounds; local 201 bounds.set(srcPts, 3); 203 if (!quick_reject(bounds, clip)) { 397 SkRect bounds; 398 bounds.set(srcPts, 4); 400 if (!quick_reject(bounds, clip)) {
|
/external/webkit/WebCore/manual-tests/ |
cursor-max-size.html | 22 as cursors and that hotspots cannot be outside of the cursors bounds box.
|
/external/webkit/WebKit/android/nav/ |
FindCanvas.cpp | 185 SkRect bounds; local 186 bounds.fLeft = points[j].fX; 187 bounds.fRight = bounds.fLeft + 190 bounds.fTop = baseline + fontMetrics.fAscent; 191 bounds.fBottom = baseline + fontMetrics.fDescent; 193 r.join(bounds); 212 // The left bounds will be the position of the left most character 214 // The right bounds will be the position of the last character plus its 219 // Grab font metrics to determine the top and bottom of the bounds 541 const SkIRect& bounds = (*m_matches)[m_findIndex].getLocation().getBounds(); local 589 SkRect bounds; local [all...] |
CacheBuilder.cpp | 757 CachedNode* node, IntRect* bounds) 768 IntRect test = *bounds; 773 *bounds = test; 1081 IntRect bounds; local 2936 IntRect bounds = test->getRect(); local 2943 IntRect bounds = renderer->absoluteBoundingBoxRect(); \/\/ x, y fixup done by AddPartRect local 3004 IntRect bounds = textBox->selectionRect((int) pt.x(), (int) pt.y(), local [all...] |
/frameworks/base/awt/java/awt/im/spi/ |
InputMethod.java | 53 public void notifyClientWindowChange(Rectangle bounds);
|
/frameworks/base/awt/java/awt/image/ |
AffineTransformOp.java | 204 Rectangle2D.Float bounds = new Rectangle2D.Float(corners[0], corners[1], 0, 0); local 205 bounds.add(corners[2], corners[3]); 206 bounds.add(corners[4], corners[5]); 207 bounds.add(corners[6], corners[7]); 209 return bounds; 505 Rectangle bounds = getBounds2D(src).getBounds().intersection(normDstBounds); local 522 int minX = bounds.x + dstBounds.x; 523 int minY = bounds.y + dstBounds.y; 524 int maxX = minX + bounds.width; 525 int maxY = minY + bounds.height [all...] |
SinglePixelPackedSampleModel.java | 150 // awt.63=Coordinates are not in bounds 194 // awt.63=Coordinates are not in bounds 258 // awt.63=Coordinates are not in bounds 278 // awt.63=Coordinates are not in bounds 289 // awt.63=Coordinates are not in bounds 300 // awt.63=Coordinates are not in bounds 328 // awt.63=Coordinates are not in bounds 346 // awt.63=Coordinates are not in bounds 359 // awt.63=Coordinates are not in bounds 385 // awt.63=Coordinates are not in bounds [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/render/ |
JavaBlitter.java | 405 Rectangle bounds = dstBounds.intersection(transDstBlitBounds); local 412 int minX = bounds.x; 413 int minY = bounds.y; 414 int maxX = minX + bounds.width; 415 int maxY = minY + bounds.height; 421 int sx = (int)((m[4] + m[0] * (bounds.x - translateX) + m[2] * (bounds.y - translateY)) * 256 + 0.5); 422 int sy = (int)((m[5] + m[1] * (bounds.x - translateX) + m[3] * (bounds.y - translateY)) * 256 + 0.5); 424 vx -= hx * bounds.width 492 Rectangle2D.Float bounds = new Rectangle2D.Float(corners[0], corners[1], 0 , 0); local [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 144 * not null, set rect to the bounds of the path. If the path does not 147 * @param rect If not null, returns the bounds of the path if it specifies 156 * Compute the bounds of the control points of the path, and write the 157 * answer into bounds. If the path contains 0 or 1 points, the bounds is 160 * @param bounds Returns the computed bounds of the path's control points. 163 public void computeBounds(RectF bounds, boolean exact) { 164 native_computeBounds(mNativePath, bounds); 294 * @param oval The bounds of oval defining shape and size of the ar [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
RectShape.java | 48 * Returns the RectF that defines this rectangle's bounds.
|
/frameworks/base/services/java/com/android/server/status/ |
FixedSizeDrawable.java | 43 public void setBounds(Rect bounds) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_syswm.c | 64 SDL_Rect bounds; 148 bounds.x = 0; 149 bounds.y = 0; 150 bounds.w = icon->w; 151 bounds.h = icon->h; 152 if ( SDL_LowerBlit(icon, &bounds, icon_256, &bounds) < 0 ) {
|
/external/skia/src/views/ |
SkView.cpp | 127 SkRect bounds; 129 this->getLocalBounds(&bounds); 130 if (rect && !bounds.intersect(*rect)) 133 rect = &bounds; 138 if (view->handleInval(bounds)) 147 bounds.offset(view->fLoc.fX, view->fLoc.fY); 149 if (!bounds.intersect(parentR)) 465 void SkView::getLocalBounds(SkRect* bounds) const 467 if (bounds) 468 bounds->set(0, 0, fWidth, fHeight) [all...] |
/frameworks/base/awt/java/awt/ |
FontMetrics.java | 208 * Returns the character's maximum bounds in the specified Graphics context. 212 * @return the character's maximum bounds in the specified Graphics context. 219 * Gets the bounds of the specified CharacterIterator in the specified 230 * @return the bounds of the specified CharacterIterator in the specified 239 * Gets the bounds of the specified String in the specified Graphics 250 * @return the bounds of the specified String in the specified Graphics 258 * Gets the bounds of the specified characters array in the specified 269 * @return the bounds of the specified characters array in the specified 277 * Gets the bounds of the specified String in the specified Graphics 284 * @return the bounds of the specified String in the specified Graphic [all...] |
/frameworks/base/libs/surfaceflinger/ |
Transform.cpp | 247 Rect Transform::transform(const Rect& bounds) const 250 vec2 lt( bounds.left, bounds.top ); 251 vec2 rt( bounds.right, bounds.top ); 252 vec2 lb( bounds.left, bounds.bottom ); 253 vec2 rb( bounds.right, bounds.bottom ); 279 out.set(transform(reg.bounds())); [all...] |
LayerBase.cpp | 570 Rect bounds(dirty.bounds()); 577 bounds.set(Rect(t.width, t.height)); 611 0, bounds.top, t.width, bounds.height(), 613 t.data + bounds.top*t.stride*2); 616 0, bounds.top, t.width, bounds.height(), 618 t.data + bounds.top*t.stride*2); 622 0, bounds.top, t.width, bounds.height() [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathTest.java | 357 RectF bounds = new RectF(); local 358 path.computeBounds(bounds, true); 359 assertEquals(expected.width(), bounds.width()); 360 assertEquals(expected.height(), bounds.height()); 361 path.computeBounds(bounds, false); 362 assertEquals(expected.width(), bounds.width()); 363 assertEquals(expected.height(), bounds.height()); 384 RectF bounds = new RectF(LEFT, TOP, RIGHT, BOTTOM); local 385 path.addRect(bounds, Path.Direction.CW); 386 path.computeBounds(bounds, true) [all...] |
/frameworks/base/libs/ui/ |
Region.cpp | 239 Rect& bounds; 247 : bounds(reg.mBounds), storage(reg.mStorage), head(), tail(), cur() { 248 bounds.top = bounds.bottom = 0; 249 bounds.left = INT_MAX; 250 bounds.right = INT_MIN; 259 bounds.top = storage.itemAt(0).top; 260 bounds.bottom = storage.top().bottom; 265 bounds.left = 0; 266 bounds.right = 0 [all...] |
/external/icu4c/i18n/unicode/ |
regex.h | 37 * information about bounds of a match. </p> 801 * Queries the transparency of region bounds for this matcher. 802 * See useTransparentBounds for a description of transparent and opaque bounds. 805 * @return TRUE if this matcher is using opaque bounds, false if it is not. 811 * Sets the transparency of region bounds for this matcher. 812 * Invoking this function with an argument of true will set this matcher to use transparent bounds [all...] |
/external/icu4c/test/intltest/ |
trnserr.cpp | 76 errln("FAIL: Out of bounds check failed (1)."); 83 errln("FAIL: Out of bounds check failed (2)."); 92 errln("FAIL: Start offset is out of bounds, error not reported.\n"); 99 errln("FAIL: Limit offset is out of bounds, error not reported.\n"); 132 errln("FAIL: Out of bounds check failed (3)."); 134 errln("FAIL: The input string was modified though the offsets were out of bounds.");
|
/external/srec/shared/include/ |
HashMap.h | 77 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 133 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 142 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 205 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 256 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds 265 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds
|
/frameworks/base/awt/java/awt/geom/ |
Ellipse2D.java | 279 * The x coordinate of left-upper corner of the ellipse bounds. 284 * The y coordinate of left-upper corner of the ellipse bounds. 289 * The width of the ellipse bounds. 294 * The height of the ellipse bounds. 342 // awt.4B=Iterator out of bounds 374 // awt.4B=Iterator out of bounds
|