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 12 const uint8_t tableG[], const uint8_t tableB[]) {
27 if (tableG) {
28 memcpy(dst, tableG, 256);
115 const uint8_t* tableG = gIdentityTable;
124 tableG = table; table += 256;
150 tableG[g], tableB[b]);
424 const uint8_t tableG[256],
426 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));
  /external/skia/src/effects/
SkTableColorFilter.cpp 12 const uint8_t tableG[], const uint8_t tableB[]) {
27 if (tableG) {
28 memcpy(dst, tableG, 256);
115 const uint8_t* tableG = gIdentityTable;
124 tableG = table; table += 256;
150 tableG[g], tableB[b]);
424 const uint8_t tableG[256],
426 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));

Completed in 663 milliseconds