OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkTConstType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrProgramElementRef.h
65
typedef typename
SkTConstType
<typename SkAutoTUnref<T>::template BlockRef<T>,
/external/chromium_org/third_party/skia/include/core/
SkTemplates.h
41
/**
SkTConstType
<T, CONST>::type will be 'const T' if CONST is true, 'T' otherwise. */
42
template <typename T, bool CONST> struct
SkTConstType
{
45
template <typename T> struct
SkTConstType
<T, true> {
64
reinterpret_cast<typename
SkTConstType
<char, SkTIsConst<D>::value>::type*>(ptr) + byteOffset
SkRefCnt.h
226
typedef typename
SkTConstType
<BlockRef<T>, SkTIsConst<T>::value>::type BlockRefType;
Completed in 33 milliseconds