skia2/tools/fonts
Robert Phillips 9882dae24d Reduce usage of SkCanvas::flush
SkCanvas::flush is problematic and we wish to deprecate it. As a first step, this CL begins to remove Skia's internal usage of it.

Ideally clients would use SkSurface::flush and/or GrContext::flush.

Change-Id: I39bb0702f8230134a97961a4ee70833fd5bd0dcc
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196641
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-03-04 22:09:39 +00:00
..
create_test_font_color.cpp Add color fonts. 2018-03-28 20:14:44 +00:00
create_test_font.cpp start to use font for measure, not paint 2018-12-02 21:31:36 +00:00
generate_fir_coeff.py Add nativeFonts flag to Viewer. 2018-02-21 03:31:14 +00:00
sk_tool_utils_font.cpp tools: Remove sk_tool_utils::set_portable_typeface() 2019-01-09 20:35:01 +00:00
SkRandomScalerContext.cpp SkTypeface::openStream to return smart pointer. 2019-02-27 14:08:09 +00:00
SkRandomScalerContext.h SkTypeface::onOpenStream to return unique_ptr. 2019-02-25 22:30:04 +00:00
SkTestEmptyTypeface.h SkTypeface::onOpenStream to return unique_ptr. 2019-02-25 22:30:04 +00:00
SkTestFontMgr.cpp Try out clang-tidy, starting with bugprone-use-after-move 2018-12-11 17:28:19 +00:00
SkTestFontMgr.h Add nativeFonts flag to Viewer. 2018-02-21 03:31:14 +00:00
SkTestSVGTypeface.cpp Reduce usage of SkCanvas::flush 2019-03-04 22:09:39 +00:00
SkTestSVGTypeface.h Add full definition of SkStreamAsset. 2019-02-25 23:51:53 +00:00
SkTestTypeface.cpp Move more utils into SkFontPriv, IWYU 2019-01-22 22:24:03 +00:00
SkTestTypeface.h SkTypeface::onOpenStream to return unique_ptr. 2019-02-25 22:30:04 +00:00
test_font_index.inc Make create_test_font less global-ish. 2018-08-23 21:23:29 +00:00
test_font_monospace.inc use SkFontMetrics so we can deprecated the typedef 2018-11-12 15:03:03 +00:00
test_font_sans_serif.inc use SkFontMetrics so we can deprecated the typedef 2018-11-12 15:03:03 +00:00
test_font_serif.inc use SkFontMetrics so we can deprecated the typedef 2018-11-12 15:03:03 +00:00