Home | History | Annotate | Download | only in ports

Lines Matching defs:tableR

1294                          int lcdIsBGR, const uint8_t* tableR,
1327 dst[x] = packTriple(tableR[triple[2]],
1334 dst[x] = packTriple(tableR[triple[0]],
1367 const uint8_t* tableR = getGammaTable(SkColorGetR(lumColor));
1372 const uint8_t* tableR;
1379 tableR = tableG = tableB = gGammaTables[isBlack ? 0 : 1];
1381 tableR = tableG = tableB = getIdentityTable();
1418 tableR, tableG, tableB);
1485 tableR, tableG, tableB);
1500 SkASSERT(tableR == tableG && tableR == tableB);
1501 const uint8_t* table = tableR;