Searched refs:initType (Results 1 – 4 of 4) sorted by relevance
41 GrShape() { this->initType(Type::kEmpty); } in GrShape()50 this->initType(Type::kPath, &path); in GrShape()56 this->initType(Type::kRRect); in GrShape()67 this->initType(Type::kRRect); in GrShape()86 this->initType(Type::kRRect); in GrShape()95 this->initType(Type::kPath, &path); in GrShape()101 this->initType(Type::kRRect); in GrShape()111 this->initType(Type::kRRect); in GrShape()344 void initType(Type type, const SkPath* path = nullptr) {
243 this->initType(that.fType, thatPath); in GrShape()269 this->initType(Type::kEmpty); in GrShape()278 this->initType(Type::kPath); in GrShape()
643 private void startInitPresenceTimer(int times, int initType){ in startInitPresenceTimer() argument645 logger.print("set the retry alarm, times=" + times + " initType=" + initType + in startInitPresenceTimer()
12276 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration() local12284 new (Context) OpaqueValueExpr(Loc, initType, VK_LValue, OK_Ordinary); in BuildExceptionDeclaration()