Home
last modified time | relevance | path

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

/external/skqp/tests/
DVptrTest.cpp58 REPORTER_ASSERT(r, SkVptr(*a) == SkVptr(*c)); in DEF_TEST()
59 REPORTER_ASSERT(r, SkVptr(*b) == SkVptr(*d)); in DEF_TEST()
60 REPORTER_ASSERT(r, SkVptr(*a) != SkVptr(*b)); in DEF_TEST()
/external/skia/tests/
DVptrTest.cpp57 REPORTER_ASSERT(r, SkVptr(*a) == SkVptr(*c)); in DEF_TEST()
58 REPORTER_ASSERT(r, SkVptr(*b) == SkVptr(*d)); in DEF_TEST()
59 REPORTER_ASSERT(r, SkVptr(*a) != SkVptr(*b)); in DEF_TEST()
/external/skia/src/core/
DSkVptr.h17 static inline void* SkVptr(const T& object) { in SkVptr() function
/external/skqp/src/core/
DSkVptr.h17 static inline void* SkVptr(const T& object) { in SkVptr() function