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

  /external/skia/legacy/src/effects/
SkTableColorFilter.cpp 8 const uint8_t tableG[], const uint8_t tableB[]) {
28 if (tableB) {
29 memcpy(dst, tableB, 256);
104 const uint8_t* tableB = gIdentityTable;
115 tableB = table;
138 tableG[g], tableB[b]);
218 const uint8_t tableB[256]) {
219 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));
  /external/skia/src/effects/
SkTableColorFilter.cpp 11 const uint8_t tableG[], const uint8_t tableB[]) {
31 if (tableB) {
32 memcpy(dst, tableB, 256);
113 const uint8_t* tableB = gIdentityTable;
124 tableB = table;
147 tableG[g], tableB[b]);
415 const uint8_t tableB[256]) {
416 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 227 const int* tableB = kModifierTable + tableIndexB * 4;
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 227 const int* tableB = kModifierTable + tableIndexB * 4;
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 187 milliseconds