Home
last modified time | relevance | path

Searched refs:kType (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DRecordTestUtils.h15 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()
DRecorderTest.cpp27 void operator()(const T&) { ++fHistogram[T::kType]; } in operator ()()
30 int count() const { return fHistogram[T::kType]; } in count()
/external/skia/gm/
Dnonclosedpaths.cpp89 static const ClosureType kType[] = { in onDraw() local
107 MakePath(&path, kType[type]); in onDraw()
130 MakePath(&path, kType[type]); in onDraw()
/external/skia/src/core/
DSkRecords.h74 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
DSkRecord.h104 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()
/external/skia/src/gpu/
DGrTexture.cpp95 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKey() local
97 GrScratchKey::Builder builder(key, kType, 2); in ComputeScratchKey()
/external/skia/tools/
DDumpRecord.cpp85 switch(T::kType) { SK_RECORD_TYPES(CASE); } in NameOf()