Lines Matching refs:fPathData
30 fPathData.fGenID = that.fPathData.fGenID; in operator =()
113 result.initType(Type::kPath, &original.fPathData.fPath); in MakeFilled()
114 result.fPathData.fGenID = original.fPathData.fGenID; in MakeFilled()
115 if (flip_inversion(original.fPathData.fPath.isInverseFillType(), inversion)) { in MakeFilled()
116 result.fPathData.fPath.toggleInverseFillType(); in MakeFilled()
246 if (0 == fPathData.fGenID) { in unstyledKeySize()
249 int dataKeySize = path_key_from_data_size(fPathData.fPath); in unstyledKeySize()
293 SkASSERT(fPathData.fGenID); in writeUnstyledKey()
294 int dataKeySize = path_key_from_data_size(fPathData.fPath); in writeUnstyledKey()
296 write_path_key_from_data(fPathData.fPath, key); in writeUnstyledKey()
299 *key++ = fPathData.fGenID; in writeUnstyledKey()
326 fPathData.fGenID = 0; in setInheritedKey()
341 fPathData.fGenID = 0; in setInheritedKey()
362 } else if (Type::kPath == fType && !fPathData.fPath.isVolatile()) { in originalPathForListeners()
363 return &fPathData.fPath; in originalPathForListeners()
389 const SkPath* thatPath = Type::kPath == that.fType ? &that.fPathData.fPath : nullptr; in GrShape()
406 fPathData.fGenID = that.fPathData.fGenID; in GrShape()
434 fPathData.fGenID = 0; in GrShape()
502 } else if (Type::kPath == parent.fType && !parent.fPathData.fPath.isVolatile()) { in GrShape()
503 fInheritedPathForListeners.set(parent.fPathData.fPath); in GrShape()
576 fPathData.fGenID = 0; in attemptToSimplifyPath()
578 fPathData.fGenID = this->path().getGenerationID(); in attemptToSimplifyPath()