OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:errorRows
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp
271
SkTArray<char, true>
errorRows
;
272
errorRows
.push_back_n(width * kRowCount);
275
char* base = &
errorRows
[0];
279
char* cOut = &
errorRows
[(y % kRowCount) * width];
PathOpsSkpClipTest.cpp
319
SkTArray<int, true>
errorRows
;
320
errorRows
.push_back_n(width * kRowCount);
326
int* base = &
errorRows
[0];
327
int* cOut = &
errorRows
[y % kRowCount];
[
all
...]
Completed in 81 milliseconds