HomeSort by relevance Sort by last modified time
    Searched refs:SkVptr (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
VptrTest.cpp 9 #include "SkVptr.h"
57 // SkVptr() returns the same value for objects of the same concrete type.
58 REPORTER_ASSERT(r, SkVptr(*a) == SkVptr(*c));
59 REPORTER_ASSERT(r, SkVptr(*b) == SkVptr(*d));
60 REPORTER_ASSERT(r, SkVptr(*a) != SkVptr(*b));
  /external/skqp/tests/
VptrTest.cpp 9 #include "SkVptr.h"
57 // SkVptr() returns the same value for objects of the same concrete type.
58 REPORTER_ASSERT(r, SkVptr(*a) == SkVptr(*c));
59 REPORTER_ASSERT(r, SkVptr(*b) == SkVptr(*d));
60 REPORTER_ASSERT(r, SkVptr(*a) != SkVptr(*b));
  /external/skia/src/core/
SkVptr.h 17 static inline void* SkVptr(const T& object) {
  /external/skqp/src/core/
SkVptr.h 17 static inline void* SkVptr(const T& object) {

Completed in 66 milliseconds