Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: resources/slides_content.lua

Issue 697923002: add code-style for slides (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « resources/slides.lua ('k') | resources/slides_content2.lua » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Skia Overview 2014 1 Skia Overview 2014
2 2
3 < transition =slide> 3 < transition =slide>
4 4
5 One API -- many backends 5 One API -- many backends
6 - Raster [8888, 565, A8] 6 - Raster [8888, 565, A8]
7 - GPU [opengl] 7 - GPU [opengl]
8 - PDF 8 - PDF
9 - XPS 9 - XPS
10 - Picture 10 - Picture
11 - Pipe 11 - Pipe
12 12
13 <transition= fade> 13 <transition= fade>
14 14
15 One Team -- many clients 15 One Team -- many clients
16 - Chrome 16 - Chrome
17 - ChromeOS 17 - ChromeOS
18 - Clank 18 - Clank
19 - Android Framework 19 - Android Framework
20 - 3rd parties (e.g. FireFox) 20 - 3rd parties (e.g. FireFox)
21 21
22 <transition= rotate> 22 <transition= rotate>
23 23
24 <blockstyle = code>
24 Optimize for CPU variety 25 Optimize for CPU variety
25 - x86 - 32bit (SSE, SSE2, ...), 64bit 26 - x86 - 32bit (SSE, SSE2, ...), 64bit
26 - Arm - thumb, arm, NEON, ... 64bit? 27 - Arm - thumb, arm, NEON, ... 64bit?
27 - MIPS (just starting) 28 - MIPS (just starting)
28 29
29 <transition= zoom> 30 <transition= zoom>
30 31
31 Optimize for GPU variety 32 Optimize for GPU variety
32 - Nvidia 33 - Nvidia
33 - Qualcom 34 - Qualcom
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 - DirectWrite on windows 85 - DirectWrite on windows
85 -- subpixel positioning! 86 -- subpixel positioning!
86 - new FontMgr -- extended styles 87 - new FontMgr -- extended styles
87 88
88 Roadmap : PDF 89 Roadmap : PDF
89 - Android 90 - Android
90 -- perspective, color-filters 91 -- perspective, color-filters
91 - New Viewer project 92 - New Viewer project
92 -- print-preview and more 93 -- print-preview and more
93 -- can output picture / gpu directly 94 -- can output picture / gpu directly
OLDNEW
« no previous file with comments | « resources/slides.lua ('k') | resources/slides_content2.lua » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698