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

  /external/chromium_org/third_party/skia/include/effects/
SkTableColorFilter.h 28 static SkColorFilter* CreateARGB(const uint8_t tableA[256],
  /external/skia/include/effects/
SkTableColorFilter.h 28 static SkColorFilter* CreateARGB(const uint8_t tableA[256],
  /external/skia/src/effects/
SkTableColorFilter.cpp 12 SkTable_ColorFilter(const uint8_t tableA[], const uint8_t tableR[],
18 if (tableA) {
19 memcpy(dst, tableA, 256);
114 const uint8_t* tableA = gIdentityTable;
119 tableA = table; table += 256;
150 dst[i] = SkPremultiplyARGBInline(tableA[a], tableR[r],
425 SkColorFilter* SkTableColorFilter::CreateARGB(const uint8_t tableA[256],
429 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));
  /external/chromium_org/third_party/skia/src/effects/
SkTableColorFilter.cpp 12 SkTable_ColorFilter(const uint8_t tableA[], const uint8_t tableR[],
18 if (tableA) {
19 memcpy(dst, tableA, 256);
118 const uint8_t* tableA = gIdentityTable;
123 tableA = table; table += 256;
154 dst[i] = SkPremultiplyARGBInline(tableA[a], tableR[r],
470 SkColorFilter* SkTableColorFilter::CreateARGB(const uint8_t tableA[256],
474 return SkNEW_ARGS(SkTable_ColorFilter, (tableA, tableR, tableG, tableB));
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 247 const int* tableA = kModifierTable + tableIndexA * 4;
250 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 234 const int* tableA = kModifierTable + tableIndexA * 4;
237 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
  /external/skia/third_party/etc1/
etc1.cpp 234 const int* tableA = kModifierTable + tableIndexA * 4;
237 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 226 const int* tableA = kModifierTable + tableIndexA * 4;
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 226 const int* tableA = kModifierTable + tableIndexA * 4;
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);

Completed in 159 milliseconds