skia2/tools/sk_app
Hal Canary 89a644b635 sed s/drawSimpleText/drawString/
for f in $(git grep -l drawSimpleText); do
    sed -i 's/wSimpleText(\([[:alnum:]]\), strlen(\1), kUTF8_SkTextEncoding,/wString(\1,/g' "$f"
    sed -i 's/wSimpleText(\([[:alnum:]]*\)\.c_str(), \1\.size(), kUTF8_SkTextEncoding,/wString(\1,/g' "$f"
done
git checkout @~ include/core/SkCanvas.h samplecode/SampleCusp.cpp
git cl format

Change-Id: Ibc0c3afd30f86465a645fadb26177d61919f57fd
Reviewed-on: https://skia-review.googlesource.com/c/181561
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
2019-01-08 19:50:09 +00:00
..
android Privately include our version of vulkan header file in all our src files. 2018-11-26 15:15:44 +00:00
ios test,tools: whitespace changes for clang-format 2018-09-19 17:50:51 +00:00
mac Set mac windows to their current size. 2018-11-30 20:30:12 +00:00
unix Privately include our version of vulkan header file in all our src files. 2018-11-26 15:15:44 +00:00
win more extra semis 2019-01-04 15:35:14 +00:00
Application.h
CommandSet.cpp sed s/drawSimpleText/drawString/ 2019-01-08 19:50:09 +00:00
CommandSet.h
DisplayParams.h Add pixel geometry and dft selection to viewer app. 2018-04-16 22:46:50 +00:00
GLWindowContext.cpp Remove some linear-blending sRGB logic from sk_app 2018-07-09 15:22:17 +00:00
GLWindowContext.h Remove legacy GrContext factories function and supporting code/types. 2018-03-23 21:12:50 +00:00
RasterWindowContext.h Remove legacy GrContext factories function and supporting code/types. 2018-03-23 21:12:50 +00:00
VulkanWindowContext.cpp Privately include our version of vulkan header file in all our src files. 2018-11-26 15:15:44 +00:00
VulkanWindowContext.h Privately include our version of vulkan header file in all our src files. 2018-11-26 15:15:44 +00:00
Window.cpp Call GrContext::performDeferredCleanup from viewer 2018-11-01 17:30:25 +00:00
Window.h Call GrContext::performDeferredCleanup from viewer 2018-11-01 17:30:25 +00:00
WindowContext.h Add pixel geometry and dft selection to viewer app. 2018-04-16 22:46:50 +00:00