Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPath.h1153 bool hasComputedBounds() const { in hasComputedBounds() function
1155 return fPathRef->hasComputedBounds(); in hasComputedBounds()
DSkPathRef.h188 bool hasComputedBounds() const { in hasComputedBounds() function
/external/skia/src/core/
DSkPath.cpp98 fHasValidBounds = path->hasComputedBounds() && path->isFinite(); in init()