Home | History | Annotate | Download | only in ports

Lines Matching defs:tableB

1295                          const uint8_t* tableG, const uint8_t* tableB) {
1329 tableB[triple[0]]);
1336 tableB[triple[2]]);
1369 const uint8_t* tableB = getGammaTable(SkColorGetB(lumColor));
1374 const uint8_t* tableB;
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);