Home
last modified time | relevance | path

Searched defs:SkFunctionWrapper (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/private/
DSkTemplates.h49 template <typename R, typename T, R (*P)(T*)> struct SkFunctionWrapper { struct
62 : public std::unique_ptr<T, SkFunctionWrapper<void, T, P>> { argument