skia2/src/ports
Michael Ludwig 91bfda0ac8 Rename SkImageSource to SkImageImageFilter
Also deletes the unnecessary old header file.

Bug: skia:11230
Change-Id: Ie7c3926fe635a37e617e5e1fcac7c05eb576bbf1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/368617
Reviewed-by: Robert Phillips <robertphillips@google.com>
2021-02-18 22:42:37 +00:00
..
SkDebug_android.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkDebug_stdio.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkDebug_win.cpp Move SkLeanWindows.h to src. 2019-05-21 13:48:00 +00:00
SkDiscardableMemory_none.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontConfigInterface_direct_factory.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontConfigInterface_direct.cpp Declare FontConfig not threadsafe. 2020-11-02 19:58:14 +00:00
SkFontConfigInterface_direct.h Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
SkFontConfigInterface.cpp Remove all global mutexes 2019-06-18 00:39:15 +00:00
SkFontConfigTypeface.h Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
SkFontHost_FreeType_common.cpp Support COLRv1 color fonts 2021-02-11 22:51:13 +00:00
SkFontHost_FreeType_common.h Use current variation position in cloning typeface. 2021-02-16 18:06:19 +00:00
SkFontHost_FreeType.cpp Use current variation position in cloning typeface. 2021-02-16 18:06:19 +00:00
SkFontHost_win.cpp Make onCreateScalerContext return unique_ptr. 2020-12-28 17:31:09 +00:00
SkFontMgr_android_factory.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontMgr_android_parser.cpp Enable ClangTidy check readability-redundant-smartptr-get. 2020-08-16 15:56:48 +00:00
SkFontMgr_android_parser.h Enable ClangTidy check llvm-namespace-comment. 2020-08-06 19:07:52 +00:00
SkFontMgr_android.cpp Code cleanup: Replace .foreach() loops with regular for loops. 2020-12-23 14:21:17 +00:00
SkFontMgr_custom_directory_factory.cpp Regularize SkFontMgr for CoreText build. 2020-06-04 16:45:09 +00:00
SkFontMgr_custom_directory.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontMgr_custom_embedded_factory.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontMgr_custom_embedded.cpp Fix an "use-after-move" in SkFontMgr_custom_embedded. 2020-06-03 14:19:48 +00:00
SkFontMgr_custom_empty_factory.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontMgr_custom_empty.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontMgr_custom.cpp Move makeFontData to SkTypeface_FreeType. 2020-07-14 17:00:23 +00:00
SkFontMgr_custom.h Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
SkFontMgr_empty_factory.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontMgr_fontconfig_factory.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontMgr_fontconfig.cpp Remove FCLocker::Suspend. 2020-11-17 17:11:03 +00:00
SkFontMgr_FontConfigInterface_factory.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontMgr_FontConfigInterface.cpp Implement SkFontMgr::onMakeFromFontData in subclasses. 2020-07-15 18:29:23 +00:00
SkFontMgr_fuchsia.cpp [fuchsia] Migrate to new zx::vmar::map method 2020-10-20 17:10:41 +00:00
SkFontMgr_mac_ct_factory.cpp Split out coretext fontmgr factory. 2020-06-06 04:06:32 +00:00
SkFontMgr_mac_ct.cpp Work around macOS 11 variation issue. 2021-02-17 18:05:26 +00:00
SkFontMgr_win_dw_factory.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkFontMgr_win_dw.cpp Add UWP support 2021-02-10 19:04:42 +00:00
SkGlobalInitialization_default.cpp Rename SkImageSource to SkImageImageFilter 2021-02-18 22:42:37 +00:00
SkImageEncoder_CG.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkImageEncoder_NDK.cpp Add platform image encoder for using NDK APIs 2020-08-13 15:21:41 +00:00
SkImageEncoder_WIC.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkImageGenerator_none.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkImageGenerator_skia.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkImageGeneratorCG.cpp SkAnimatedImage: Always respect exif orientation 2020-12-21 16:39:12 +00:00
SkImageGeneratorNDK.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
SkImageGeneratorWIC.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
SkMemory_malloc.cpp Avoid heap initialization for skia allocations. 2020-09-30 18:01:53 +00:00
SkMemory_mozalloc.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkNDKConversions.cpp Add platform image encoder for using NDK APIs 2020-08-13 15:21:41 +00:00
SkNDKConversions.h Add platform image encoder for using NDK APIs 2020-08-13 15:21:41 +00:00
SkOSFile_ios.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkOSFile_posix.cpp align SkAlignedSTStorage<N,T> to T 2020-11-09 19:51:55 +00:00
SkOSFile_stdio.cpp Add command line argument to specify the rendertests file. 2020-03-05 17:51:12 +00:00
SkOSFile_win.cpp align SkAlignedSTStorage<N,T> to T 2020-11-09 19:51:55 +00:00
SkOSLibrary_posix.cpp Improve CanvasState cross-library tests 2020-12-04 22:03:25 +00:00
SkOSLibrary_win.cpp Improve CanvasState cross-library tests 2020-12-04 22:03:25 +00:00
SkOSLibrary.h Improve CanvasState cross-library tests 2020-12-04 22:03:25 +00:00
SkRemotableFontMgr_win_dw.cpp Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. 2020-09-03 03:41:26 +00:00
SkScalerContext_mac_ct.cpp Directly measure CoreText weight mapping. 2021-01-27 00:15:16 +00:00
SkScalerContext_mac_ct.h Remove SkScalerContext::getGlyphCount. 2020-12-16 22:24:53 +00:00
SkScalerContext_win_dw.cpp Pass sampling to drawImage 2021-01-28 20:32:19 +00:00
SkScalerContext_win_dw.h Remove SkScalerContext::getGlyphCount. 2020-12-16 22:24:53 +00:00
SkTLS_pthread.cpp remove SkTLS 2020-03-06 14:41:01 +00:00
SkTLS_win.cpp remove SkTLS 2020-03-06 14:41:01 +00:00
SkTypeface_mac_ct.cpp Work around macOS 11 variation issue. 2021-02-17 18:05:26 +00:00
SkTypeface_mac_ct.h Work around macOS 11 variation issue. 2021-02-17 18:05:26 +00:00
SkTypeface_win_dw.cpp Make onCreateScalerContext return unique_ptr. 2020-12-28 17:31:09 +00:00
SkTypeface_win_dw.h Make onCreateScalerContext return unique_ptr. 2020-12-28 17:31:09 +00:00