Home
last modified time | relevance | path

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

12

/external/skia/src/core/
DSkRasterClip.h53 const SkIRect& getBounds() const { in getBounds() function
164 const SkIRect& getBounds() const { in getBounds() function
DSkAAClip.h28 const SkIRect& getBounds() const { return fBounds; } in getBounds() function
DSkDrawable.cpp61 SkRect SkDrawable::getBounds() { in getBounds() function in SkDrawable
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTouchDelegate.java28 public Rect getBounds() { in getBounds() method in ShadowTouchDelegate
/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.java10 void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents); in getBounds() method
DFillContent.java133 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in FillContent
DRepeaterContent.java123 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in RepeaterContent
/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
DSolidLayer.java73 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in SolidLayer
DShapeLayer.java39 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in ShapeLayer
DImageLayer.java61 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in ImageLayer
DCompositionLayer.java135 @Override public void getBounds(RectF outBounds, Matrix parentMatrix, boolean applyParents) { in getBounds() method in CompositionLayer
/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-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-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/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/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
DJavaParserTypeParameter.java144 public List<Bound> getBounds() { in getBounds() method in JavaParserTypeParameter
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
DJavaParserTypeParameter.java144 public List<Bound> getBounds(TypeSolver typeSolver) { in getBounds() method in JavaParserTypeParameter
/external/skia/include/core/
DSkRegion.h159 const SkIRect& getBounds() const { return fBounds; } in getBounds() function
DSkFont.h413 void getBounds(const SkGlyphID glyphs[], int count, SkRect bounds[], in getBounds() function
DSkRRect.h279 const SkRect& getBounds() const { return fRect; } in getBounds() function
/external/drm_hwcomposer/.ci/android_headers/ui/
DGraphicBuffer.h156 Rect getBounds() const { return Rect(width, height); } in getBounds() function

12