Home
last modified time | relevance | path

Searched refs:initType (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrShape.h41 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) {
DGrShape.cpp243 this->initType(that.fType, thatPath); in GrShape()
269 this->initType(Type::kEmpty); in GrShape()
278 this->initType(Type::kPath); in GrShape()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsStackAdaptor.java643 private void startInitPresenceTimer(int times, int initType){ in startInitPresenceTimer() argument
645 logger.print("set the retry alarm, times=" + times + " initType=" + initType + in startInitPresenceTimer()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp12276 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration() local
12284 new (Context) OpaqueValueExpr(Loc, initType, VK_LValue, OK_Ordinary); in BuildExceptionDeclaration()