Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
db4a9fbc65321c666a9507fdfec64b044ad76ea8
/
samplecode
/
SampleAAGeometry.cpp
7571f9e
Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.
by John Stiles
· 5 years ago
1cf2c8d
Enable ClangTidy flag modernize-use-override.
by John Stiles
· 5 years ago
3977088
Enable ClangTidy check readability-static-accessed-through-instance.
by John Stiles
· 5 years ago
d007281
Fix clang 12 Wsuggest-override and Wsuggest-destructor-override
by Brian Salomon
· 5 years ago
609ea21
more cleanup after removing volatile from bitmap
by Mike Reed
· 5 years ago
1434ce1
Can we remove volatile from skbitmap?
by Mike Reed
· 5 years ago
30212b7
Fix implicit fallthroughs throughout Skia.
by John Stiles
· 5 years ago
de50037
Remove SkPath::RawIter from tests/tools/samplecode
by Chris Dalton
· 5 years ago
8d3eb24
Delete ToolUtils::set_path_pt
by Chris Dalton
· 5 years ago
788b916
Remove SkTMin and SkTMax
by Brian Osman
· 6 years ago
e7ee069
Move "set_path_pt" from SampleAAGeometry into ToolUtils
by Chris Dalton
· 6 years ago
b1f411a
tools/skui: put all enums in a common namespace
by Hal Canary
· 6 years ago
fcf6359
Sample not RefCnted; ClickHandling moved out of viewer
by Hal Canary
· 6 years ago
8918d53
Sample/AAGeometry: stop leaking linked list
by Hal Canary
· 6 years ago
3a85ed1
ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey
by Hal Canary
· 6 years ago
6cc65e1
Samples: simplify Sample::Event
by Hal Canary
· 6 years ago
8a02731
Samples: add name() virtual
by Hal Canary
· 6 years ago
51e15a6
Use SkTextEncoding enum instead of macros.
by Ben Wagner
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
4484b8f
drawText Cleanup, part 4
by Hal Canary
· 7 years ago
89a644b
sed s/drawSimpleText/drawString/
by Hal Canary
· 7 years ago
b579f07
change textutils to require font param
by Mike Reed
· 7 years ago
89126e4
use drawSimpleText
by Mike Reed
· 7 years ago
3a42ec0
hide the SkPaint::Align enum entirely
by Mike Reed
· 7 years ago
a697df9
use utils for deprecated TextAlign
by Mike Reed
· 7 years ago
b2c4ea6
Move Views into Sample and Viewer.
by Ben Wagner
· 7 years ago
50dbc09
SkTypes: more into SkMacros
by Hal Canary
· 7 years ago
8ceee43
Remove more views code, just to simplify things
by Brian Osman
· 8 years ago
ede860e
Delete even more unused views code
by Brian Osman
· 8 years ago
df429f3
move parts of SkPoint to SkPointPriv
by Cary Clark
· 8 years ago
08d1a25
SampleAAGeometry tweaks
by Chris Dalton
· 8 years ago
63fd760
Remove trailing whitespace.
by Ben Wagner
· 8 years ago
a93a14a
Convert NULL and 0 to nullptr.
by Ben Wagner
· 8 years ago
23e474c
SkCanvas: Helpers for draw{Point,Line,Circle}
by Hal Canary
· 8 years ago
ab244f0
Revert "Revert "Reland: Remove SkLights include from SkCanvas.h""
by Florin Malita
· 8 years ago
9d5f66d
Revert "Reland: Remove SkLights include from SkCanvas.h"
by Florin Malita
· 8 years ago
fed0031
Reland: Remove SkLights include from SkCanvas.h
by Florin Malita
· 8 years ago
38aad81
Revert "Remove SkLights include from SkCanvas.h"
by Florin Malita
· 8 years ago
9ff301b
Remove SkLights include from SkCanvas.h
by Florin Malita
· 8 years ago
2a475ea
add drawString helper to canvas
by Cary Clark
· 8 years ago
7eb01e0
simplify bug
by Cary Clark
· 9 years ago
16adfa3
Viewer builds (for Windows) with GN
by Brian Osman
· 9 years ago
414c429
allow conic chop to fail
by caryclark
· 9 years ago
64022c1
toy to play with antialias raytracing
by caryclark
· 9 years ago