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

  /external/chromium_org/third_party/skia/src/effects/
SkTableColorFilter.cpp 13 const uint8_t tableG[], const uint8_t tableB[]) {
28 if (tableG) {
29 memcpy(dst, tableG, 256);
116 const uint8_t* tableG = gIdentityTable;
125 tableG = table; table += 256;
151 tableG[g], tableB[b]);
427 const uint8_t tableG[256],
429 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));
  /external/skia/src/effects/
SkTableColorFilter.cpp 13 const uint8_t tableG[], const uint8_t tableB[]) {
28 if (tableG) {
29 memcpy(dst, tableG, 256);
116 const uint8_t* tableG = gIdentityTable;
125 tableG = table; table += 256;
151 tableG[g], tableB[b]);
427 const uint8_t tableG[256],
429 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));

Completed in 59 milliseconds