Searched refs:getBounds (Results 76 - 100 of 371) sorted by relevance

1234567891011>>

/external/skia/gm/
H A Dcomplexclip.cpp139 SkRect rectClip = clipA.getBounds();
140 rectClip.join(path.getBounds());
141 rectClip.join(path.getBounds());
H A Drrects.cpp97 SkASSERT(kMaxTileBound.contains(fRRects[curRRect].getBounds()));
98 SkRect imageSpaceBounds = fRRects[curRRect].getBounds();
117 SkRect bounds = rrect.getBounds();
/external/skia/samplecode/
H A DSampleStrokePath.cpp78 const SkRect& bounds = path->getBounds();
118 const SkRect& bounds = fPath.getBounds();
203 canvas->translate(0, fPath.getBounds().height() * 5 / 4);
H A DSampleAAClip.cpp21 SkDEBUGCODE(SkIRect r2 = c2.getBounds());
H A DSampleCircle.cpp22 SkASSERT(r == p.getBounds());
/external/skqp/gm/
H A Dcomplexclip.cpp139 SkRect rectClip = clipA.getBounds();
140 rectClip.join(path.getBounds());
141 rectClip.join(path.getBounds());
H A Drrects.cpp97 SkASSERT(kMaxTileBound.contains(fRRects[curRRect].getBounds()));
98 SkRect imageSpaceBounds = fRRects[curRRect].getBounds();
117 SkRect bounds = rrect.getBounds();
/external/skqp/samplecode/
H A DSampleStrokePath.cpp78 const SkRect& bounds = path->getBounds();
118 const SkRect& bounds = fPath.getBounds();
203 canvas->translate(0, fPath.getBounds().height() * 5 / 4);
H A DSampleAAClip.cpp21 SkDEBUGCODE(SkIRect r2 = c2.getBounds());
H A DSampleCircle.cpp22 SkASSERT(r == p.getBounds());
/external/skia/src/core/
H A DSkClipStack.h117 return fDeviceSpaceRRect.getBounds();
154 const SkRect& getBounds() const;
308 * getBounds places the current finite bound in its first parameter. In its
316 void getBounds(SkRect* canvFiniteBound,
H A DSkDrawShadowInfo.cpp21 SkRect ambientBounds = path.getBounds();
H A DSkScan.cpp33 const SkIRect& clipBounds = clip->getBounds();
/external/skqp/src/core/
H A DSkClipStack.h117 return fDeviceSpaceRRect.getBounds();
154 const SkRect& getBounds() const;
308 * getBounds places the current finite bound in its first parameter. In its
316 void getBounds(SkRect* canvFiniteBound,
H A DSkDrawShadowInfo.cpp21 SkRect ambientBounds = path.getBounds();
H A DSkScan.cpp33 const SkIRect& clipBounds = clip->getBounds();
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
H A DTypeVariableName.java106 FluentIterable.from(element.getBounds())
/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeVisitorTest.java88 visit(t.getBounds());
/external/skia/src/pathops/
H A DSkPathOpsTightBounds.cpp47 *result = path.getBounds();
/external/skia/tests/
H A DParsePathTest.cpp50 const SkRect& pathBounds = path.getBounds();
/external/skia/tools/viewer/
H A DBisectSlide.cpp60 this->getTotalMatrix().mapRect(&bounds, path.getBounds());
/external/skqp/src/pathops/
H A DSkPathOpsTightBounds.cpp47 *result = path.getBounds();
/external/skqp/tests/
H A DParsePathTest.cpp50 const SkRect& pathBounds = path.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/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
H A DMethodResolutionLogic.java241 List<ResolvedTypeParameterDeclaration.Bound> bounds = tp.getBounds();
261 List<ResolvedTypeParameterDeclaration.Bound> bounds = tp.getBounds();
313 if (tp.getBounds().isEmpty()) {
316 } else if (tp.getBounds().size() == 1) {
317 ResolvedTypeParameterDeclaration.Bound bound = tp.getBounds().get(0);
331 if (tp.getBounds().isEmpty()) {
333 } else if (tp.getBounds().size() == 1) {
334 ResolvedTypeParameterDeclaration.Bound bound = tp.getBounds().get(0);

Completed in 653 milliseconds

1234567891011>>