skia2/experimental/sktext/src
Florin Malita 1da7be7a85 Cleanup SkText warnings
Some unused var and pessimizing move warnings, e.g.

../../experimental/sktext/src/Text.cpp:316:12: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
    return std::move(shapedText);
           ^
../../experimental/sktext/src/Text.cpp:316:12: note: remove std::move call here
    return std::move(shapedText);
           ^~~~~~~~~~

Change-Id: Id5c220b7a850b2013e2bf065a87d4a296bd0369c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/542522
Reviewed-by: Julia Lavrova <jlavrova@google.com>
Commit-Queue: Florin Malita <fmalita@google.com>
Auto-Submit: Florin Malita <fmalita@chromium.org>
2022-06-01 13:03:05 +00:00
..
Line.cpp Reland "The very first version of a new SkText API." 2021-09-15 21:39:56 +00:00
Line.h RTL 2021-10-22 16:21:02 +00:00
LogicalRun.cpp Fixing Android build bug 2021-09-17 15:01:11 +00:00
LogicalRun.h Reland "The very first version of a new SkText API." 2021-09-15 21:39:56 +00:00
Paint.cpp RTL done right (only WrappedText and VisualRun classes deal with it) 2021-10-21 18:41:30 +00:00
Paint.h RTL done right (only WrappedText and VisualRun classes deal with it) 2021-10-21 18:41:30 +00:00
Text.cpp Cleanup SkText warnings 2022-06-01 13:03:05 +00:00
VisualRun.cpp Reland "The very first version of a new SkText API." 2021-09-15 21:39:56 +00:00
VisualRun.h RTL 2021-10-22 16:21:02 +00:00