OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMatchColors
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/include/colorchecker/
colorcheckertest.h
98
std::vector<std::vector< Vec3f* > >
mMatchColors
;
/cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp
61
if (
mMatchColors
[i][j] != NULL) {
62
delete
mMatchColors
[i][j];
92
mMatchColors
.resize(4, std::vector<Vec3f*>(6, NULL));
[
all
...]
Completed in 383 milliseconds