Searched refs:changeType (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrShape.cpp | 14 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr); in operator =() 377 result.changeType(Type::kArc); in MakeArc() 518 this->changeType(inverted && !this->style().isDashed() ? Type::kInvertedEmpty in attemptToSimplifyPath() 521 this->changeType(Type::kLine); in attemptToSimplifyPath() 526 this->changeType(Type::kRRect); in attemptToSimplifyPath() 533 this->changeType(Type::kRRect); in attemptToSimplifyPath() 540 this->changeType(Type::kRRect); in attemptToSimplifyPath() 553 this->changeType(Type::kRRect); in attemptToSimplifyPath() 668 this->changeType(fLineData.fInverted ? Type::kInvertedEmpty : Type::kEmpty); in attemptToSimplifyLine() 688 this->changeType(Type::kEmpty); in attemptToSimplifyArc() [all …]
|
D | GrShape.h | 122 ~GrShape() { this->changeType(Type::kEmpty); } in ~GrShape() 474 this->changeType(type, path); 477 void changeType(Type type, const SkPath* path = nullptr) {
|
/external/skia/src/gpu/ |
D | GrShape.cpp | 14 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr); in operator =() 377 result.changeType(Type::kArc); in MakeArc() 518 this->changeType(inverted && !this->style().isDashed() ? Type::kInvertedEmpty in attemptToSimplifyPath() 521 this->changeType(Type::kLine); in attemptToSimplifyPath() 526 this->changeType(Type::kRRect); in attemptToSimplifyPath() 533 this->changeType(Type::kRRect); in attemptToSimplifyPath() 540 this->changeType(Type::kRRect); in attemptToSimplifyPath() 553 this->changeType(Type::kRRect); in attemptToSimplifyPath() 668 this->changeType(fLineData.fInverted ? Type::kInvertedEmpty : Type::kEmpty); in attemptToSimplifyLine() 688 this->changeType(Type::kEmpty); in attemptToSimplifyArc() [all …]
|
D | GrShape.h | 122 ~GrShape() { this->changeType(Type::kEmpty); } in ~GrShape() 474 this->changeType(type, path); 477 void changeType(Type type, const SkPath* path = nullptr) {
|
/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 1034 public Index(String name, int changeType) { in Index() argument 1037 changeType_ = changeType; in Index() 1041 public Index(String name, int changeType, String pkgName, boolean isInterface) { in Index() argument 1044 changeType_ = changeType; in Index() 1050 public Index(String name, int changeType, String pkgName, String type) { in Index() argument 1053 changeType_ = changeType; in Index() 1059 public Index(String name, int changeType, String pkgName, in Index() argument 1063 changeType_ = changeType; in Index() 1075 public Index(String name, int changeType, String pkgName, in Index() argument 1079 changeType_ = changeType; in Index()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartDelta.java | 187 private void addChange(String file, ChangeType changeType, int count) { in addChange() argument 188 counter.add(changeType, count); // unified add in addChange() 193 fileCounter.add(changeType, count); in addChange()
|