Searched refs:changeType (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrShape.cpp | 12 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr); in operator =() 357 this->changeType(Type::kEmpty); in attemptToSimplifyPath() 359 this->changeType(Type::kLine); in attemptToSimplifyPath() 364 this->changeType(Type::kRRect); in attemptToSimplifyPath() 374 this->changeType(Type::kRRect); in attemptToSimplifyPath() 381 this->changeType(Type::kRRect); in attemptToSimplifyPath() 394 this->changeType(Type::kRRect); in attemptToSimplifyPath() 484 this->changeType(Type::kEmpty); in attemptToSimplifyLine() 500 this->changeType(Type::kRRect); in attemptToSimplifyLine() 504 this->changeType(Type::kEmpty); in attemptToSimplifyLine() [all …]
|
D | GrShape.h | 122 ~GrShape() { this->changeType(Type::kEmpty); } in ~GrShape() 346 this->changeType(type, path); 349 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()
|