Searched refs:upmaIdx (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | PremulAlphaRoundTripTest.cpp | 63 for (size_t upmaIdx = 0; upmaIdx < SK_ARRAY_COUNT(gUnpremul); ++upmaIdx) { in test_premul_alpha_roundtrip() local 64 fill_surface(surf, gUnpremul[upmaIdx].fColorType, gUnpremul[upmaIdx].fPackProc); in test_premul_alpha_roundtrip() 66 const SkImageInfo info = SkImageInfo::Make(256, 256, gUnpremul[upmaIdx].fColorType, in test_premul_alpha_roundtrip()
|
/third_party/skia/tests/ |
D | PremulAlphaRoundTripTest.cpp | 64 for (size_t upmaIdx = 0; upmaIdx < SK_ARRAY_COUNT(gUnpremul); ++upmaIdx) { in test_premul_alpha_roundtrip() local 65 fill_surface(surf, gUnpremul[upmaIdx].fColorType, gUnpremul[upmaIdx].fPackProc); in test_premul_alpha_roundtrip() 67 const SkImageInfo info = SkImageInfo::Make(256, 256, gUnpremul[upmaIdx].fColorType, in test_premul_alpha_roundtrip()
|