1. Skia's convention is to use fMemberVariable in structs and classes 2. Skia's convention is ...
12 years, 5 months ago
(2012-06-27 16:13:07 UTC)
#2
1. Skia's convention is to use fMemberVariable in structs and classes
2. Skia's convention is to have the for-loop condition show the index first:
for (...; i < ...; ++i)
I think the enum/switch for the test is OK, but I will guess that going forward,
a function-ptr that is computed when you parse the command-line might be cleaner
as we add tests.
Issue 6349043: Simple picture benchmarking tool.
(Closed)
Created 12 years, 5 months ago by keyar
Modified 12 years, 5 months ago
Reviewers: reed1, junov, twiz
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0