Home
last modified time | relevance | path

Searched refs:thisRow (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DSparseImmutableTable.java58 Map<C, V> thisRow = rows.get(rowKey); in SparseImmutableTable() local
59 iterationOrderColumn[i] = thisRow.size(); in SparseImmutableTable()
60 V oldValue = thisRow.put(columnKey, value); in SparseImmutableTable()
/external/libvncserver/libvncclient/
Dtight.c362 uint8_t thisRow[2048*3]; in FilterGradient24() local
371 thisRow[c] = pix[c]; in FilterGradient24()
386 thisRow[x*3+c] = pix[c]; in FilterGradient24()
391 memcpy(client->tightPrevRow, thisRow, client->rectWidth * 3); in FilterGradient24()
403 uint16_t thisRow[2048*3]; in FilterGradientBPP() local
429 thisRow[c] = pix[c]; in FilterGradientBPP()
443 thisRow[x*3+c] = pix[c]; in FilterGradientBPP()
447 memcpy(thatRow, thisRow, client->rectWidth * 3 * sizeof(uint16_t)); in FilterGradientBPP()