Searched refs:isPath (Results 1 – 16 of 16) sorted by relevance
38 const isPath = /\.json|\..*rc$/.test(config.extends)40 if (!isPath) {51 if (!pathToDefault && !isPath) return config57 …defaultConfig = isPath ? JSON.parse(fs.readFileSync(pathToDefault, 'utf8')) : require(config.exten…
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()
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()
480 bool isPath = Type::kPath == type; variable481 SkASSERT(!path || isPath);482 if (wasPath && !isPath) {484 } else if (!wasPath && isPath) {490 } else if (isPath && path) {
364 var isPath = typeList.indexOf(path) !== -1391 if (isPath) {
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()
228 GLboolean isPath(GLuint path); \
80 if (context->isPathGenerated(pathName) && !context->isPath(pathName)) in ValidatePathInstances()3971 if (context->isPathGenerated(path) && !context->isPath(path)) in ValidateStencilFillPathCHROMIUM()4005 if (context->isPathGenerated(path) && !context->isPath(path)) in ValidateStencilStrokePathCHROMIUM()4021 if (context->isPathGenerated(path) && !context->isPath(path)) in ValidateCoverPathCHROMIUM()
829 GLboolean Context::isPath(GLuint path) in isPath() function in gl::Context
2960 returnValue = context->isPath(path); in IsPathCHROMIUM()20323 returnValue = context->isPath(path); in IsPathCHROMIUMContextANGLE()