Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
2a24338c777462e04a2b26295f9c034155ee8f3e
/
gm
/
strokefill.cpp
2a24338
GM: replace boilerplate with macros
by halcanary
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
1818acb
rename portable_typeface_always to portable_typeface
by caryclark
· 9 years ago
e148ac5
make strokefill gm portable
by caryclark
· 9 years ago
026beb5
SkPath::Direction serves two masters:
by reed
· 9 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
1c40292
remove unused GM flags
by mtklein
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
4f662e6
Update stroke path to use rect returned from isRect (to fix trailing moveTo bug)
by robertphillips
· 10 years ago
752e7eb
Cleanup: Another round of override fixes.
by tfarina
· 10 years ago
992c7b0
Add standard fonts to all GMs.
by Cary Clark
· 10 years ago
f539318
Cleanup: Get rid of make_isize() function from gm.h.
by tfarina
· 10 years ago
a90c680
Turn on quilt mode in DM.
by commit-bot@chromium.org
· 11 years ago
ae933ce
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
f8aa18c
Compile with c++0x. http://codereview.appspot.com/5841074/
by bungeman@google.com
· 13 years ago
188bfcf
if the y-max has neighbors (prev and next) with the same Y values, then the
by reed@google.com
· 13 years ago
3d19c38
fix cheapComputeDirection() in the non-convex case to pivot on the y-max point
by reed@google.com
· 13 years ago
b435bd7
use SkIntToScalar
by reed@google.com
· 13 years ago
d1ab932
restore (debugged) cheapComputeDirection
by reed@google.com
· 13 years ago
df6bcb1
disable for now
by reed@google.com
· 13 years ago
69a9943
add SkPath::cheapComputeDirection() plus unittests
by reed@google.com
· 13 years ago
63d7374
add SkPath::reverseAddPath()
by reed@google.com
· 13 years ago