Searched refs:SkFunctionWrapper (Results 1 – 14 of 14) sorted by relevance
/external/skia/include/private/ |
D | SkTemplates.h | 52 template <typename T, T* P> struct SkFunctionWrapper { struct 68 : public std::unique_ptr<T, SkFunctionWrapper<std::remove_pointer_t<decltype(P)>, P>> { 69 using inherited = std::unique_ptr<T, SkFunctionWrapper<std::remove_pointer_t<decltype(P)>, P>>; 286 std::unique_ptr<T, SkFunctionWrapper<void(void*), sk_free>> fPtr; 440 using SkAutoFree = std::unique_ptr<void, SkFunctionWrapper<void(void*), sk_free>>;
|
/external/skia/src/utils/mac/ |
D | SkUniqueCFRef.h | 22 SkFunctionWrapper<decltype(CFRelease), CFRelease>>;
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLMakeNativeInterface_mac.cpp | 21 std::unique_ptr<void, SkFunctionWrapper<int(void*), dlclose>> lib(dlopen(kPath, RTLD_LAZY)); in GrGLMakeNativeInterface()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLMakeNativeInterface_iOS.cpp | 21 std::unique_ptr<void, SkFunctionWrapper<int(void*), dlclose>> lib(dlopen(kPath, RTLD_LAZY)); in GrGLMakeNativeInterface()
|
/external/skia/modules/skplaintexteditor/src/ |
D | word_boundaries.cpp | 15 template <typename T,typename P,P* p> using resource = std::unique_ptr<T, SkFunctionWrapper<P, p>>;
|
/external/skia/modules/skunicode/src/ |
D | SkUnicode_icu.cpp | 57 using SkUnicodeBidi = std::unique_ptr<UBiDi, SkFunctionWrapper<decltype(ubidi_close), 59 using ICUUText = std::unique_ptr<UText, SkFunctionWrapper<decltype(utext_close), 61 using ICUBreakIterator = std::unique_ptr<UBreakIterator, SkFunctionWrapper<decltype(ubrk_close),
|
/external/skia/src/utils/ |
D | SkBitSet.h | 134 std::unique_ptr<Chunk, SkFunctionWrapper<void(void*), sk_free>> fChunks;
|
/external/skia/src/pdf/ |
D | SkPDFSubsetFont.cpp | 16 std::unique_ptr<T, SkFunctionWrapper<std::remove_pointer_t<decltype(P)>, P>>;
|
/external/skia/src/core/ |
D | SkMask.h | 241 std::unique_ptr<uint8_t, SkFunctionWrapper<decltype(SkMask::FreeImage), SkMask::FreeImage>>;
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 60 using UniqueFCConfig = std::unique_ptr<FcConfig, SkFunctionWrapper<decltype(FcConfigDestroy), FcCon…
|
D | SkFontHost_FreeType_common.cpp | 1020 using DoneFTSize = SkFunctionWrapper<decltype(FT_Done_Size), FT_Done_Size>; in GetClipBoxPath() 1681 using DoneFTSize = SkFunctionWrapper<decltype(FT_Done_Size), FT_Done_Size>; in generateFacePathCOLRv1()
|
D | SkFontHost_FreeType.cpp | 107 std::unique_ptr<FT_FaceRec, SkFunctionWrapper<decltype(FT_Done_Face), FT_Done_Face>>; 913 using DoneFTSize = SkFunctionWrapper<decltype(FT_Done_Size), FT_Done_Size>; in SkScalerContext_FreeType()
|
D | SkFontHost_win.cpp | 1638 std::unique_ptr<HFONT_T, SkFunctionWrapper<decltype(DeleteObject), DeleteObject>> designFont; in onGetAdvancedMetrics()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 56 template <typename T,typename P,P* p> using resource = std::unique_ptr<T, SkFunctionWrapper<P, p>>;
|