Searched refs:startRow (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java722 // @param startRow
725 private static String getData(int col, int startRow) { argument
726 startRow = startRow % datas.length;
727 for (int i = startRow; i < datas.length; i++) {
/external/skia/src/images/
H A DSkMovie_gif.cpp134 int startRow)
137 // every 'rowStep'th row, starting with row 'startRow'
138 for (row = startRow; row < copyHeight; row += rowStep) {
131 copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, const ColorMapObject* cmap, int transparent, int copyWidth, int copyHeight, const GifImageDesc& imageDesc, int rowStep, int startRow) argument

Completed in 77 milliseconds