Searched defs:SkFunctionWrapper (Results 1 – 2 of 2) sorted by relevance
| /external/skqp/include/private/ |
| D | SkTemplates.h | 49 template <typename R, typename T, R (*P)(T*)> struct SkFunctionWrapper { struct 62 : public std::unique_ptr<T, SkFunctionWrapper<void, T, P>> { argument
|
| /external/skia/include/private/ |
| D | SkTemplates.h | 49 template <typename R, typename T, R (*P)(T*)> struct SkFunctionWrapper { struct 62 : public std::unique_ptr<T, SkFunctionWrapper<void, T, P>> { argument
|