DescriptionChange drawText() to generate positions and send to drawPosText()
The idea here is to have a central place that does layout for drawText(), and
then always feed text through drawPosText(). This both makes all of the
GrTextContexts consistent in drawText() output, and does a better job of
stressing drawPosText().
Because of the effect of matrices on hinting and approximation error, the
generated text is not 100% identical to that produced by the raster pipeline.
BUG=skia:2887
Committed: https://skia.googlesource.com/skia/+/7851a56895c9c076f73a835a7dd51d3c6180c16f
Patch Set 1 #Patch Set 2 : Move drawText out of subcontexts #Patch Set 3 : Use fixed point math for computing positions #Patch Set 4 : Add ignored GMs #
Messages
Total messages: 9 (3 generated)
|