Searched refs:thisRow (Results 1 – 2 of 2) sorted by relevance
58 Map<C, V> thisRow = rows.get(rowKey); in SparseImmutableTable() local59 iterationOrderColumn[i] = thisRow.size(); in SparseImmutableTable()60 V oldValue = thisRow.put(columnKey, value); in SparseImmutableTable()
362 uint8_t thisRow[2048*3]; in FilterGradient24() local371 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() local429 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()