Searched refs:hasComputedBounds (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkPath.h1023 bool hasComputedBounds() const { function in class:SkPath
1025 return fPathRef->hasComputedBounds();
H A DSkPathRef.h153 bool hasComputedBounds() const { function in class:SkPathRef
/external/skia/src/core/
H A DSkPath.cpp98 fHasValidBounds = path->hasComputedBounds() && path->isFinite();

Completed in 1420 milliseconds