Searched refs:kType (Results 1 – 7 of 7) sorted by relevance
15 void operator()(const U& r) { ptr = &r; type = U::kType; } in operator()18 void operator()(const T&) { type = U::kType; } in operator()26 REPORTER_ASSERT(r, T::kType == reader.type); in assert_type()
27 void operator()(const T&) { ++fHistogram[T::kType]; } in operator ()()30 int count() const { return fHistogram[T::kType]; } in count()
89 static const ClosureType kType[] = { in onDraw() local107 MakePath(&path, kType[type]); in onDraw()130 MakePath(&path, kType[type]); in onDraw()
74 static const Type kType = T##_Type; \83 static const Type kType = T##_Type; \91 static const Type kType = T##_Type; \99 static const Type kType = T##_Type; \107 static const Type kType = T##_Type; \115 static const Type kType = T##_Type; \314 static const Type kType = DrawVertices_Type; member
104 SkASSERT(Existing::kType == fRecords[i].type()); in replace()158 fTypeAndPtr = ((uint64_t)T::kType) << kTypeShift | (uintptr_t)ptr; in set()159 SkASSERT(this->ptr() == ptr && this->type() == T::kType); in set()
95 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKey() local97 GrScratchKey::Builder builder(key, kType, 2); in ComputeScratchKey()
85 switch(T::kType) { SK_RECORD_TYPES(CASE); } in NameOf()