Home
last modified time | relevance | path

Searched refs:SkAutoTCallIProc (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/private/
DSkTemplates.h77 template <typename T, int (*P)(T*)> class SkAutoTCallIProc
80 SkAutoTCallIProc(T* obj): std::unique_ptr<T, SkFunctionWrapper<int, T, P>>(obj) {} in SkAutoTCallIProc() function