Searched refs:SkFunctionWrapper (Results 1 – 15 of 15) sorted by relevance
| /third_party/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>>;
|
| /third_party/skia/src/utils/mac/ |
| D | SkUniqueCFRef.h | 22 SkFunctionWrapper<decltype(CFRelease), CFRelease>>;
|
| /third_party/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()
|
| /third_party/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()
|
| /third_party/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>>;
|
| /third_party/skia/modules/skunicode/src/ |
| D | SkUnicode_icu_bidi.cpp | 20 using SkUnicodeBidi = std::unique_ptr<UBiDi, SkFunctionWrapper<decltype(ubidi_close),
|
| D | SkUnicode_icu.cpp | 95 using ICUUText = std::unique_ptr<UText, SkFunctionWrapper<decltype(utext_close), 97 using ICUBreakIterator = std::unique_ptr<UBreakIterator, SkFunctionWrapper<decltype(ubrk_close),
|
| /third_party/skia/src/utils/ |
| D | SkBitSet.h | 133 std::unique_ptr<Chunk, SkFunctionWrapper<void(void*), sk_free>> fChunks;
|
| /third_party/skia/src/pdf/ |
| D | SkPDFSubsetFont.cpp | 16 std::unique_ptr<T, SkFunctionWrapper<std::remove_pointer_t<decltype(P)>, P>>;
|
| /third_party/skia/src/core/ |
| D | SkMask.h | 241 std::unique_ptr<uint8_t, SkFunctionWrapper<decltype(SkMask::FreeImage), SkMask::FreeImage>>;
|
| /third_party/skia/src/ports/ |
| D | SkFontConfigInterface_direct.cpp | 60 using UniqueFCConfig = std::unique_ptr<FcConfig, SkFunctionWrapper<decltype(FcConfigDestroy), FcCon…
|
| D | SkFontHost_FreeType_common.cpp | 1002 using DoneFTSize = SkFunctionWrapper<decltype(FT_Done_Size), FT_Done_Size>; in GetClipBoxPath() 1673 using DoneFTSize = SkFunctionWrapper<decltype(FT_Done_Size), FT_Done_Size>; in generateFacePathCOLRv1()
|
| D | SkFontHost_FreeType.cpp | 90 std::unique_ptr<FT_FaceRec, SkFunctionWrapper<decltype(FT_Done_Face), FT_Done_Face>>; 845 using DoneFTSize = SkFunctionWrapper<decltype(FT_Done_Size), FT_Done_Size>; in SkScalerContext_FreeType()
|
| D | SkFontHost_win.cpp | 1632 std::unique_ptr<HFONT_T, SkFunctionWrapper<decltype(DeleteObject), DeleteObject>> designFont; in onGetAdvancedMetrics()
|
| /third_party/skia/modules/skshaper/src/ |
| D | SkShaper_harfbuzz.cpp | 57 template <typename T,typename P,P* p> using resource = std::unique_ptr<T, SkFunctionWrapper<P, p>>;
|