Searched refs:isPath (Results 1 – 10 of 10) sorted by relevance
87 bool isPath() const { return this->type() == Type::kPath; } in isPath() function99 return this->isPath() ? fPath.isInverseFillType() : SkToBool(fInverted); in inverted()119 if (this->isPath()) { in setInverted()139 SkPath& path() { SkASSERT(this->isPath()); return fPath; } in path()140 const SkPath& path() const { SkASSERT(this->isPath()); return fPath; } in path()175 if (this->isPath()) { in setPath()236 if (this->isPath() && type != Type::kPath) { in setType()
245 if (fShape.isPath()) { in setInheritedKey()294 } else if (fShape.isPath() && !fShape.path().isVolatile()) { in originalPathForListeners()352 if (parent.fShape.isPath()) { in GrStyledShape()402 if (parent.fShape.isPath()) { in GrStyledShape()418 } else if (parent.fShape.isPath() && !parent.fShape.path().isVolatile()) { in GrStyledShape()523 if (!fShape.isPath()) { in asNestedRects()575 SkASSERT(!fShape->isPath() || fInverted == fShape->path().isInverseFillType()); in ~AutoRestoreInverseness()603 if (fShape.isPath()) { in simplify()
205 return !fShape.isPath() || in knownDirection()212 SkASSERT(!fShape.isPath() || fShape.inverted() == fShape.path().isInverseFillType()); in inverseFilled()
47 uint32_t key = this->isPath() ? static_cast<uint32_t>(fPath.getFillType()) in stateKey()56 SkASSERT(this->isPath()); in simplifyPath()419 if (!this->isPath() && !this->isArc()) { in asPath()
17 const isPath = typeList.has(typeDefs.path.type) constant19 const isString = isPath || typeList.has(typeDefs.String.type)46 if (!isString && !isPath && !isNumber) {61 if (isPath) {
62 bool isPath() const { return fType == Type::kPath; } in isPath() function109 const SkPath& path() const { SkASSERT(this->isPath()); return fPath; } in path()157 if (this->isPath() && type != Type::kPath) { in setType()
63 if (this->isPath()) { in convex()
31 return fShape.isPath(); in testingOnly_isPath()35 return fShape.isPath() && !fShape.path().isVolatile(); in testingOnly_isNonVolatilePath()2371 REPORTER_ASSERT(r, inverseRRect.inverted() && inverseRRect.isPath()); in DEF_TEST()2372 REPORTER_ASSERT(r, !rrect.inverted() && rrect.isPath()); in DEF_TEST()
1780 REPORTER_ASSERT(r, aaPathElement.fShape.isPath(), "Expected path element"); in DEF_TEST()
501 } else if (fShape.isPath() && e.fShape.isPath()) { in contains()