OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cornercolors
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
patchgrid.cpp
86
SkColor
cornerColors
[4][5] = {
135
colors[0] =
cornerColors
[i][j];
136
colors[1] =
cornerColors
[i][j + 1];
137
colors[3] =
cornerColors
[i + 1][j];
138
colors[2] =
cornerColors
[i + 1][j + 1];
/external/skia/bench/
PatchGridBench.cpp
66
SkColor
cornerColors
[4][5] = {
121
colors[0] =
cornerColors
[i][j];
122
colors[1] =
cornerColors
[i][j + 1];
123
colors[3] =
cornerColors
[i + 1][j];
124
colors[2] =
cornerColors
[i + 1][j + 1];
Completed in 1713 milliseconds