Home
last modified time | relevance | path

Searched defs:getBounds (Results 1 – 25 of 73) sorted by relevance

123

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTouchDelegate.java22 public Rect getBounds() { in getBounds() method in ShadowTouchDelegate
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DDrawingContent.java9 void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents); in getBounds() method
DFillContent.java103 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in FillContent
DRepeaterContent.java121 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in RepeaterContent
/external/skqp/src/gpu/
DGrPath.h37 const SkRect& getBounds() const { return fBounds; } in getBounds() function
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DNullLayer.java18 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in NullLayer
DShapeLayer.java33 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in ShapeLayer
DImageLayer.java51 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in ImageLayer
DSolidLayer.java72 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in SolidLayer
DCompositionLayer.java120 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in CompositionLayer
/external/skqp/src/core/
DSkRasterClip.h35 const SkIRect& getBounds() const { return fBounds; } in getBounds() function
228 const SkIRect& getBounds() const { in getBounds() function
DSkDrawable.cpp61 SkRect SkDrawable::getBounds() { in getBounds() function in SkDrawable
DSkAAClip.h30 const SkIRect& getBounds() const { return fBounds; } in getBounds() function
DSkBitmap.cpp96 void SkBitmap::getBounds(SkRect* bounds) const { in getBounds() function in SkBitmap
101 void SkBitmap::getBounds(SkIRect* bounds) const { in getBounds() function in SkBitmap
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
DResolvedTypeParameterDeclaration.java84 public List<Bound> getBounds() { in onType() method
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/declarations/
DTypeParameterDeclaration.java79 public List<Bound> getBounds(TypeSolver typeSolver) { in onType() method
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javassistmodel/
DJavassistTypeParameter.java99 public List<TypeParameterDeclaration.Bound> getBounds(TypeSolver typeSolver) { in getBounds() method in JavassistTypeParameter
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
DJavassistTypeParameter.java96 public List<ResolvedTypeParameterDeclaration.Bound> getBounds() { in getBounds() method in JavassistTypeParameter
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionTypeParameter.java112 public List<Bound> getBounds() { in getBounds() method in ReflectionTypeParameter
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionTypeParameter.java112 public List<Bound> getBounds(TypeSolver typeSolver) { in getBounds() method in ReflectionTypeParameter
/external/skia/src/core/
DSkRasterClip.h46 const SkIRect& getBounds() const { return fBounds; } in getBounds() function
251 const SkIRect& getBounds() const { in getBounds() function
DSkDrawable.cpp61 SkRect SkDrawable::getBounds() { in getBounds() function in SkDrawable
DSkAAClip.h30 const SkIRect& getBounds() const { return fBounds; } in getBounds() function
/external/skia/experimental/wasm-skp-debugger/
Dexterns.js42 getBounds: function() {}, method
/external/skia/include/core/
DSkRegion.h158 const SkIRect& getBounds() const { return fBounds; } in getBounds() function

123