reed
|
efdfd51b68
|
switch maskfilters to sk_sp
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1852113003
Review URL: https://codereview.chromium.org/1852113003
|
2016-04-04 10:02:58 -07:00 |
|
benjaminwagner
|
1c2729c8bb
|
Add SK_SUPPORT_LEGACY_DRAWFILTER guard around calls to SkCanvas::(get|set)DrawFilter.
Fixes Google3 dm build. (Can't enable SK_INTERNAL for Google3 dm without enabling it for all dependents.)
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1626543002
Review URL: https://codereview.chromium.org/1626543002
|
2016-01-22 09:45:14 -08:00 |
|
scroggo
|
96f16e835e
|
Use DEF_GM everywhere
BUG=skia:1902
Review URL: https://codereview.chromium.org/1518893002
|
2015-12-10 13:31:59 -08:00 |
|
halcanary
|
96fcdcc219
|
Style Change: NULL->nullptr
DOCS_PREVIEW= https://skia.org/?cl=1316233002
Review URL: https://codereview.chromium.org/1316233002
|
2015-08-27 07:41:16 -07:00 |
|
reed
|
ffab15f60e
|
use anon namespace to avoid (silent) collisions between local test classes
BUG=skia:
TBR=
Review URL: https://codereview.chromium.org/1079813002
|
2015-04-11 19:29:31 -07:00 |
|
mtklein
|
36352bf5e3
|
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
NOPRESUBMIT=true
BUG=skia:
DOCS_PREVIEW= https://skia.org/?cl=1037793002
Review URL: https://codereview.chromium.org/1037793002
|
2015-03-25 18:17:32 -07:00 |
|
tomhudson
|
cdf34cdfb9
|
We had zero coverage for SkDrawFilter. This new GM draws two rectangles.
If SkDrawFilter is working, they will not match (have different colors
and one will be blurred). If SkDrawFilter is broken, they will match.
R=scroggo@google.com
Review URL: https://codereview.chromium.org/984883003
|
2015-03-06 06:15:20 -08:00 |
|