OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kRowCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc
481
const size_t
kRowCount
= 800;
484
std::vector<float> rows_profile(
kRowCount
);
/external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp
260
const int
kRowCount
= 3;
263
if (width <
kRowCount
) {
267
if (height <
kRowCount
) {
272
errorRows.push_back_n(width *
kRowCount
);
279
char* cOut = &errorRows[(y %
kRowCount
) * width];
PathOpsSkpClipTest.cpp
308
const int
kRowCount
= 3;
311
if (width <
kRowCount
) {
315
if (height <
kRowCount
) {
320
errorRows.push_back_n(width *
kRowCount
);
327
int* cOut = &errorRows[y %
kRowCount
];
[
all
...]
Completed in 39 milliseconds