Home
last modified time | relevance | path

Searched refs:hasComputedBounds (Results 1 – 7 of 7) sorted by relevance

/external/skqp/include/core/
DSkPath.h1745 bool hasComputedBounds() const { in hasComputedBounds() function
1747 return fPathRef->hasComputedBounds(); in hasComputedBounds()
/external/skia/include/core/
DSkPath.h1826 bool hasComputedBounds() const { in hasComputedBounds() function
1828 return fPathRef->hasComputedBounds(); in hasComputedBounds()
/external/skia/include/private/
DSkPathRef.h265 bool hasComputedBounds() const { in hasComputedBounds() function
/external/skia/src/core/
DSkPathPriv.h212 return path.hasComputedBounds(); in HasComputedBounds()
DSkPath.cpp101 fHasValidBounds = path->hasComputedBounds() && path->isFinite(); in SkAutoPathBoundsUpdate()
/external/skqp/include/private/
DSkPathRef.h216 bool hasComputedBounds() const { in hasComputedBounds() function
/external/skqp/src/core/
DSkPath.cpp126 fHasValidBounds = path->hasComputedBounds() && path->isFinite(); in init()