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

  /external/skia/include/effects/
SkTableColorFilter.h 30 const uint8_t tableG[256],
  /external/skia/src/effects/
SkTableColorFilter.cpp 8 const uint8_t tableG[], const uint8_t tableB[]) {
23 if (tableG) {
24 memcpy(dst, tableG, 256);
103 const uint8_t* tableG = gIdentityTable;
112 tableG = table; table += 256;
138 tableG[g], tableB[b]);
217 const uint8_t tableG[256],
219 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 58 milliseconds