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

  /external/skia/gm/
recordopts.cpp 28 uint8_t tableG[256] = { 0, };
31 tableG[kDetectorGreenValue] = 255;
32 return SkTableColorFilter::CreateARGB(tableA, tableR, tableG, tableB);
  /external/skia/src/effects/
SkTableColorFilter.cpp 20 const uint8_t tableG[], const uint8_t tableB[]) {
35 if (tableG) {
36 memcpy(dst, tableG, 256);
121 const uint8_t* tableG = gIdentityTable;
130 tableG = table; table += 256;
156 tableG[g], tableB[b]);
165 const uint8_t* tableG = gIdentityTable;
174 tableG = table; table += 256;
184 i, tableR[i], tableG[i], tableB[i], tableA[i]);
304 const uint8_t* tableG = gIdentityTable
    [all...]
  /external/skia/samplecode/
SampleFilterFuzz.cpp 371 uint8_t tableG[256];
375 rand_color_table(tableG);
377 colorFilter = SkTableColorFilter::CreateARGB(tableA, tableR, tableG, tableB);

Completed in 94 milliseconds