halcanary
|
385fe4d4b6
|
Style Change: SkNEW->new; SkDELETE->delete
DOCS_PREVIEW= https://skia.org/?cl=1316123003
Review URL: https://codereview.chromium.org/1316123003
|
2015-08-26 13:07:49 -07:00 |
|
caryclark
|
1818acb6a4
|
rename portable_typeface_always to portable_typeface
TBR=reed@google.com
Review URL: https://codereview.chromium.org/1257773002
|
2015-07-24 12:09:25 -07:00 |
|
caryclark
|
85693c15c8
|
make stroketext textblob* texteffects tileimagefilter gm portable
TBR=reed@google.com
Review URL: https://codereview.chromium.org/1244833002
|
2015-07-20 10:48:01 -07:00 |
|
tfarina
|
567ff2f614
|
Cleanup: Remove unnecessary double-semicolons.
The entries were found by the following command line:
$ find . -regex ".*\.[cChH]\(pp\)?" | xargs git grep -e ';;' --and --not
-e 'for *(.*;;'
Which is a combination of http://stackoverflow.com/a/3858879 and
http://gitster.livejournal.com/27674.html
BUG=None
R=mtklein@google.com
Review URL: https://codereview.chromium.org/1088763005
|
2015-04-27 07:01:45 -07:00 |
|
joshualitt
|
523ed6c0c1
|
adding new gm to rotate, translate, and scale textblobs
this is to test distance field caching and regen of texture blobs on scale.
BUG=skia:
Review URL: https://codereview.chromium.org/1097563002
|
2015-04-17 09:01:05 -07:00 |
|