Home
last modified time | relevance | path

Searched refs:thisRow (Results 1 – 3 of 3) 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()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch17339 + CARD8 thisRow[2048*3];
17353 + thisRow[c] = pix[c];
17368 + thisRow[x*3+c] = pix[c];
17373 + memcpy(tightPrevRow, thisRow, rectWidth * 3);
17388 + CARD16 thisRow[2048*3];
17419 + thisRow[c] = pix[c];
17433 + thisRow[x*3+c] = pix[c];
17437 + memcpy(thatRow, thisRow, rectWidth * 3 * sizeof(CARD16));