Home
last modified time | relevance | path

Searched refs:computeBounds (Results 1 – 14 of 14) sorted by relevance

/external/skia/include/private/
DSkPathRef.h83 this->computeBounds(); // do this now, before we worry about multiple owners/threads in SkPathRef()
208 this->computeBounds(); in isFinite()
276 this->computeBounds(); in getBounds()
394 void computeBounds() const { in computeBounds() function
/external/skqp/include/private/
DSkPathRef.h159 this->computeBounds(); in isFinite()
227 this->computeBounds(); in getBounds()
375 void computeBounds() const { in computeBounds() function
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DGradientFillContent.java110 path.computeBounds(boundsRect, false); in draw()
138 path.computeBounds(outBounds, false); in getBounds()
DFillContent.java108 path.computeBounds(outBounds, false); in getBounds()
DBaseStrokeContent.java257 path.computeBounds(rect, false); in getBounds()
/external/skia/include/core/
DSkPathBuilder.h28 SkRect computeBounds() const;
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DUtils.java281 path.computeBounds(bounds, false); in renderPath()
/external/skia/gm/
Dconvexpolyclip.cpp283 *bounds = fPathBuilder.computeBounds(); in getBounds()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DTextLayer.java317 path.computeBounds(rectF, false); in drawCharacterAsGlyph()
DBaseLayer.java326 path.computeBounds(tempMaskBoundsRect, false); in intersectBoundsWithMask()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java324 protected void computeBounds(RectF bounds, boolean exact) { in computeBounds() method in ShadowPath
/external/skia/src/core/
DSkPathRef.cpp80 gEmpty->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty()
DSkPathBuilder.cpp73 SkRect SkPathBuilder::computeBounds() const { in computeBounds() function in SkPathBuilder
/external/skqp/src/core/
DSkPathRef.cpp114 gEmpty->computeBounds(); // Avoids races later to be the first to do this. in CreateEmpty()