Searched refs:getBounds (Results 51 - 75 of 211) sorted by relevance

123456789

/external/skia/src/pathops/
H A DSkPathOpsTightBounds.cpp47 *result = path.getBounds();
H A DSkOpBuilder.cpp154 const SkRect& testBounds = test->getBounds();
157 if (SkRect::Intersects(fPathRefs[inner].getBounds(), testBounds)) {
/external/skia/tests/
H A DParsePathTest.cpp50 const SkRect& pathBounds = path.getBounds();
H A DClipStackTest.cpp414 stack.getBounds(&bounds, &boundsType);
472 stack.getBounds(&bound, &type, &isIntersectionOfRects);
544 stack.getBounds(&bound, &type, &isIntersectionOfRects);
559 stack.getBounds(&bound, &type, &isIntersectionOfRects);
574 stack.getBounds(&bound, &type, &isIntersectionOfRects);
589 stack.getBounds(&bound, &type, &isIntersectionOfRects);
604 stack.getBounds(&bound, &type, &isIntersectionOfRects);
619 stack.getBounds(&bound, &type, &isIntersectionOfRects);
837 stack.getBounds(&stackBounds, &stackBoundsType);
1033 stack.getBounds(
[all...]
H A DDeviceLooperTest.cpp63 SkIRect r = rc.getBounds();
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
H A DViewElement.java153 put(Attribute.BOUNDS, getBounds());
207 private Rect getBounds() { method in class:ViewElement.AttributesSnapshot
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDrawable.java75 public final Rect getBounds() { method in class:ShadowDrawable
98 bounds.set(getBounds());
/external/skia/bench/
H A DAAClipBench.cpp191 fRect.set(fRegion.getBounds());
227 path.getBounds().roundOut(&bounds);
/external/skia/src/fonts/
H A DSkRandomScalerContext.cpp91 const SkRect& newBounds = paint.doComputeFastBounds(path.getBounds(),
107 const SkIRect ir = devPath.getBounds().roundOut();
/external/skia/tools/lua/
H A Dgradients.lua45 width, height = bounds(t.path:getBounds())
H A Dscrape.lua68 "isRect", tostring(t.path:isRect()), tostr(t.path:getBounds()))
/external/skia/src/gpu/effects/
H A DGrRRectEffect.cpp298 SkRect rect = rrect.getBounds();
611 SkRect rect = rrect.getBounds();
678 return GrConvexPolyEffect::Make(edgeType, rrect.getBounds());
682 return GrOvalEffect::Make(edgeType, rrect.getBounds());
689 return GrConvexPolyEffect::Make(edgeType, rrect.getBounds());
749 rr.writable()->setRectRadii(rrect.getBounds(), radii);
754 return GrConvexPolyEffect::Make(edgeType, rrect.getBounds());
/external/skia/src/core/
H A DSkMaskFilter.cpp225 clip.getBounds(),
245 switch (this->filterRectsToNine(rects, rectCount, matrix, clip.getBounds(), &patch)) {
264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
H A DSkPictureCommon.h109 const SkRect& pathBounds = op.path.getBounds();
H A DSkPictureContentInfo.cpp63 const SkRect& pathBounds = path.getBounds();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCFlatButton.java99 Rectangle imageBounds = image.getBounds();
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DGlideBitmapDrawable.java98 Gravity.apply(BitmapState.GRAVITY, width, height, getBounds(), destRect);
/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeTokenResolutionTest.java452 assertEquals(String.class, typeVariable.getBounds()[0]);
459 typeVariable.getBounds()[0]);
468 assertEquals(Types.newParameterizedType(List.class, v), k.getBounds()[0]);
469 assertEquals(Types.newParameterizedType(List.class, k), v.getBounds()[0]);
/external/skia/gm/
H A Dconvex_all_line_paths.cpp252 SkRect bounds = path.getBounds();
266 if (offset->fX+path.getBounds().width() > kGMWidth) {
274 center = { offset->fX + SkScalarHalf(path.getBounds().width()), offset->fY};
275 offset->fX += path.getBounds().width();
H A Dshadowutils.cpp59 SkRect postMBounds = path.getBounds();
/external/skia/samplecode/
H A DSampleDitherBitmap.cpp49 path.getBounds().round(&bounds);
/external/skia/src/effects/
H A DSkRRectsGaussianEdgeMaskFilter.cpp408 first.getBounds().centerX(),
409 first.getBounds().centerY(),
410 second.getBounds().centerX(),
411 second.getBounds().centerY());
/external/skia/src/gpu/
H A DGrClip.h27 return this->quickContains(rrect.getBounds());
/external/skia/src/gpu/ops/
H A DGrRegionOp.cpp60 SkRect bounds = SkRect::Make(region.getBounds());
/external/droiddriver/src/io/appium/droiddriver/base/
H A DBaseUiElement.java147 public Rect getBounds() { method in class:BaseUiElement
289 } else if (!getVisibleBounds().equals(getBounds())) {

Completed in 403 milliseconds

123456789