skia2/modules/skparagraph
Mike Reed c8653569d9 Avoid malloc calls for these two temp arrays on the stack.
TODO: fRunsInVisualOrder is a long-lived array, but appears to..
- never resize after the constructor
- very often be size==1
Can we preallocate storage for it in the TextLine itself? (e.g. StSTArray or other trick)

Change-Id: I817b46a24e01ddf999bdd81a607aaf35b3c0674b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/291776
Reviewed-by: Ben Wagner <bungeman@google.com>
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2020-05-26 16:37:49 +00:00
..
include Fix TextHeightBehavior 2020-05-11 20:32:55 +00:00
src Avoid malloc calls for these two temp arrays on the stack. 2020-05-26 16:37:49 +00:00
utils Mixed languages text crashes 2020-04-07 17:43:57 +00:00
BUILD.gn reformat GN files 2020-04-01 23:23:03 +00:00
skparagraph.gni Skips in underline decorations 2020-05-06 18:59:34 +00:00
test.html Font resolution: all unit tests working 2019-11-08 17:24:14 +00:00