• Home
  • Raw
  • Download

Lines Matching refs:GrShape

10 GrShape& GrShape::operator=(const GrShape& that) {  in operator =()
39 static bool flip_inversion(bool originalIsInverted, GrShape::FillInversion inversion) { in flip_inversion()
41 case GrShape::FillInversion::kPreserve: in flip_inversion()
43 case GrShape::FillInversion::kFlip: in flip_inversion()
45 case GrShape::FillInversion::kForceInverted: in flip_inversion()
47 case GrShape::FillInversion::kForceNoninverted: in flip_inversion()
53 static bool is_inverted(bool originalIsInverted, GrShape::FillInversion inversion) { in is_inverted()
55 case GrShape::FillInversion::kPreserve: in is_inverted()
57 case GrShape::FillInversion::kFlip: in is_inverted()
59 case GrShape::FillInversion::kForceInverted: in is_inverted()
61 case GrShape::FillInversion::kForceNoninverted: in is_inverted()
67 GrShape GrShape::MakeFilled(const GrShape& original, FillInversion inversion) { in MakeFilled()
73 GrShape result; in MakeFilled()
118 SkRect GrShape::bounds() const { in bounds()
154 SkRect GrShape::styledBounds() const { in styledBounds()
167 if (verbCnt > GrShape::kMaxKeyFromDataVerbCnt) { in path_key_from_data_size()
187 SkASSERT(verbCnt <= GrShape::kMaxKeyFromDataVerbCnt); in write_path_key_from_data()
207 int GrShape::unstyledKeySize() const { in unstyledKeySize()
241 void GrShape::writeUnstyledKey(uint32_t* key) const { in writeUnstyledKey()
286 void GrShape::setInheritedKey(const GrShape &parent, GrStyle::Apply apply, SkScalar scale) { in setInheritedKey()
335 const SkPath* GrShape::originalPathForListeners() const { in originalPathForListeners()
344 void GrShape::addGenIDChangeListener(SkPathRef::GenIDChangeListener* listener) const { in addGenIDChangeListener()
352 GrShape::GrShape(const GrShape& that) : fStyle(that.fStyle) { in GrShape() function in GrShape
378 GrShape::GrShape(const GrShape& parent, GrStyle::Apply apply, SkScalar scale) { in GrShape() function in GrShape
392 const GrShape* parentForKey = &parent; in GrShape()
393 SkTLazy<GrShape> tmpParent; in GrShape()
470 void GrShape::attemptToSimplifyPath() { in attemptToSimplifyPath()
565 void GrShape::attemptToSimplifyRRect() { in attemptToSimplifyRRect()
604 void GrShape::attemptToSimplifyLine() { in attemptToSimplifyLine()
643 bool GrShape::attemptToSimplifyStrokedLineToRRect() { in attemptToSimplifyStrokedLineToRRect()