Lines Matching refs:kPath
14 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr); in operator =()
29 case Type::kPath: in operator =()
112 case Type::kPath: in MakeFilled()
113 result.initType(Type::kPath, &original.fPathData.fPath); in MakeFilled()
163 case Type::kPath: in bounds()
245 case Type::kPath: { in unstyledKeySize()
292 case Type::kPath: { in writeUnstyledKey()
313 if (Type::kPath == fType) { in setInheritedKey()
362 } else if (Type::kPath == fType && !fPathData.fPath.isVolatile()) { in originalPathForListeners()
389 const SkPath* thatPath = Type::kPath == that.fType ? &that.fPathData.fPath : nullptr; in GrShape()
405 case Type::kPath: in GrShape()
433 this->initType(Type::kPath); in GrShape()
437 if (parent.fType == Type::kPath) { in GrShape()
487 if (parent.fType == Type::kPath) { in GrShape()
502 } else if (Type::kPath == parent.fType && !parent.fPathData.fPath.isVolatile()) { in GrShape()
563 if (Type::kPath != fType) { in attemptToSimplifyPath()