HomeSort by relevance Sort by last modified time
    Searched defs:SkTIsConst (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkTemplates.h 29 * SkTIsConst<T>::value is true if the type T is const.
32 template <typename T> struct SkTIsConst {
63 reinterpret_cast<typename SkTConstType<char, SkTIsConst<D>::value>::type*>(ptr) + byteOffset
  /external/skia/include/core/
SkTemplates.h 29 * SkTIsConst<T>::value is true if the type T is const.
32 template <typename T> struct SkTIsConst {
63 reinterpret_cast<typename SkTConstType<char, SkTIsConst<D>::value>::type*>(ptr) + byteOffset

Completed in 68 milliseconds