Searched defs:firstRowIndex (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkConvolver.cpp46 // at the y coordinate placed into |*firstRowIndex| and will continue in
51 unsigned char* const* GetRowAddresses(int* firstRowIndex) { argument
61 // to the firstRowIndex and the negative rows will never be used.
62 *firstRowIndex = fNextRowCoordinate - fNumRows;

Completed in 59 milliseconds