HomeSort by relevance Sort by last modified time
    Searched defs:tableR (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
recordopts.cpp 27 uint8_t tableR[256] = { 0, };
32 return SkTableColorFilter::CreateARGB(tableA, tableR, tableG, tableB);
  /external/skia/src/effects/
SkTableColorFilter.cpp 18 SkTable_ColorFilter(const uint8_t tableA[], const uint8_t tableR[],
29 if (tableR) {
30 memcpy(dst, tableR, 256);
121 const uint8_t* tableR = gIdentityTable;
128 tableR = table; table += 256;
156 dst[i] = SkPremultiplyARGBInline(tableA[a], tableR[r],
165 const uint8_t* tableR = gIdentityTable;
172 tableR = table; table += 256;
185 i, tableR[i], tableG[i], tableB[i], tableA[i]);
303 const uint8_t* tableR = gIdentityTable
    [all...]

Completed in 184 milliseconds