OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curRow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkConvolver.cpp
77
int
curRow
= fNextRow;
79
fRowAddresses[i] = &fBuffer[
curRow
* fRowByteWidth];
82
curRow
++;
83
if (
curRow
== fNumRows) {
84
curRow
= 0;
/external/skia/src/core/
SkConvolver.cpp
77
int
curRow
= fNextRow;
79
fRowAddresses[i] = &fBuffer[
curRow
* fRowByteWidth];
82
curRow
++;
83
if (
curRow
== fNumRows) {
84
curRow
= 0;
Completed in 3652 milliseconds