Searched refs:upmaIdx (Results 1 – 2 of 2) sorted by relevance
/external/skqp/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() 77 sk_tool_utils::write_pixels(surf, readBmp1, 0, 0, gUnpremul[upmaIdx].fColorType, in test_premul_alpha_roundtrip()
|
/external/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() 77 sk_tool_utils::write_pixels(surf, readBmp1, 0, 0, gUnpremul[upmaIdx].fColorType, in test_premul_alpha_roundtrip()
|