• Home
  • Raw
  • Download

Lines Matching refs:GrShape

12 GrShape& GrShape::operator=(const GrShape& that) {  in operator =()
44 static bool flip_inversion(bool originalIsInverted, GrShape::FillInversion inversion) { in flip_inversion()
46 case GrShape::FillInversion::kPreserve: in flip_inversion()
48 case GrShape::FillInversion::kFlip: in flip_inversion()
50 case GrShape::FillInversion::kForceInverted: in flip_inversion()
52 case GrShape::FillInversion::kForceNoninverted: in flip_inversion()
58 static bool is_inverted(bool originalIsInverted, GrShape::FillInversion inversion) { in is_inverted()
60 case GrShape::FillInversion::kPreserve: in is_inverted()
62 case GrShape::FillInversion::kFlip: in is_inverted()
64 case GrShape::FillInversion::kForceInverted: in is_inverted()
66 case GrShape::FillInversion::kForceNoninverted: in is_inverted()
72 GrShape GrShape::MakeFilled(const GrShape& original, FillInversion inversion) { in MakeFilled()
78 GrShape result; in MakeFilled()
131 SkRect GrShape::bounds() const { in bounds()
170 SkRect GrShape::styledBounds() const { in styledBounds()
183 if (verbCnt > GrShape::kMaxKeyFromDataVerbCnt) { in path_key_from_data_size()
203 SkASSERT(verbCnt <= GrShape::kMaxKeyFromDataVerbCnt); in write_path_key_from_data()
223 int GrShape::unstyledKeySize() const { in unstyledKeySize()
261 void GrShape::writeUnstyledKey(uint32_t* key) const { in writeUnstyledKey()
310 void GrShape::setInheritedKey(const GrShape &parent, GrStyle::Apply apply, SkScalar scale) { in setInheritedKey()
359 const SkPath* GrShape::originalPathForListeners() const { in originalPathForListeners()
368 void GrShape::addGenIDChangeListener(sk_sp<SkPathRef::GenIDChangeListener> listener) const { in addGenIDChangeListener()
374 GrShape GrShape::MakeArc(const SkRect& oval, SkScalar startAngleDegrees, SkScalar sweepAngleDegrees, in MakeArc()
376 GrShape result; in MakeArc()
388 GrShape::GrShape(const GrShape& that) : fStyle(that.fStyle) { in GrShape() function in GrShape
417 GrShape::GrShape(const GrShape& parent, GrStyle::Apply apply, SkScalar scale) { in GrShape() function in GrShape
431 const GrShape* parentForKey = &parent; in GrShape()
432 SkTLazy<GrShape> tmpParent; in GrShape()
509 void GrShape::attemptToSimplifyPath() { in attemptToSimplifyPath()
604 void GrShape::attemptToSimplifyRRect() { in attemptToSimplifyRRect()
644 void GrShape::attemptToSimplifyLine() { in attemptToSimplifyLine()
684 void GrShape::attemptToSimplifyArc() { in attemptToSimplifyArc()
724 bool GrShape::attemptToSimplifyStrokedLineToRRect() { in attemptToSimplifyStrokedLineToRRect()