Searched refs:tableA (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/effects/ |
D | SkTableColorFilter.cpp | 19 SkTable_ColorFilter(const uint8_t tableA[], const uint8_t tableR[], in SkTable_ColorFilter() argument 25 if (tableA) { in SkTable_ColorFilter() 26 memcpy(dst, tableA, 256); in SkTable_ColorFilter() 119 const uint8_t* tableA = gIdentityTable; in filterSpan() local 124 tableA = table; table += 256; in filterSpan() 155 dst[i] = SkPremultiplyARGBInline(tableA[a], tableR[r], in filterSpan() 163 const uint8_t* tableA = gIdentityTable; in toString() local 168 tableA = table; table += 256; in toString() 184 i, tableR[i], tableG[i], tableB[i], tableA[i]); in toString() 302 const uint8_t* tableA = gIdentityTable; in newComposed() local [all …]
|
/external/skia/gm/ |
D | recordopts.cpp | 26 uint8_t tableA[256] = { 0, }; in make_detector_color_filter() local 30 tableA[255] = 255; in make_detector_color_filter() 32 return SkTableColorFilter::CreateARGB(tableA, tableR, tableG, tableB); in make_detector_color_filter()
|
/external/skia/include/effects/ |
D | SkTableColorFilter.h | 34 static SkColorFilter* CreateARGB(const uint8_t tableA[256],
|
/external/skia/samplecode/ |
D | SampleFilterFuzz.cpp | 369 uint8_t tableA[256]; in make_color_filter() local 373 rand_color_table(tableA); in make_color_filter() 377 colorFilter = SkTableColorFilter::CreateARGB(tableA, tableR, tableG, tableB); in make_color_filter()
|
/external/libgdx/gdx/jni/etc1/ |
D | etc1_utils.cpp | 226 const int* tableA = kModifierTable + tableIndexA * 4; in etc1_decode_block() local 229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped); in etc1_decode_block()
|
/external/skia/third_party/etc1/ |
D | etc1.cpp | 234 const int* tableA = kModifierTable + tableIndexA * 4; in etc1_decode_block() local 237 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped); in etc1_decode_block()
|