Searched refs:colsToCopy (Results 1 – 2 of 2) sorted by relevance
1195 int colsToCopy = Math.min(width - x, tileWidth); in fillImage() local1197 buf.put(mInputData, offset + y * tileWidth, colsToCopy); in fillImage()1209 int colsToCopy = Math.min(width - x, tileWidth); in fillImage() local1210 for (int w = 0; w < colsToCopy; w++) { in fillImage()1239 int colsToCopy = Math.min(width - i, tileWidth); in fillByteBuffer() local1241 inputBuffer.put(mInputData, frmOffset + j * tileWidth, colsToCopy); in fillByteBuffer()
252 int colsToCopy = std::min(width - i, tileWidth); in fillByteBuffer() local254 mInputData + (frmOffset + j * tileWidth), colsToCopy); in fillByteBuffer()