Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/private/
DSkTemplates.h50 template <typename R, typename T, R (*P)(T*)> struct SkFunctionWrapper { struct
63 : public std::unique_ptr<T, SkFunctionWrapper<void, T, P>> { argument
/third_party/skia/include/private/
DSkTemplates.h52 template <typename T, T* P> struct SkFunctionWrapper { struct