Searched refs:kLogAlphaType (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | ProcessorTest.cpp | 339 static constexpr auto kLogAlphaType = kUnpremul_SkAlphaType; variable 342 auto info = SkImageInfo::Make(widthHeight, widthHeight, kRGBA_8888_SkColorType, kLogAlphaType); in log_pixels() 350 context->priv().makeWrappedSurfaceContext(src, GrColorType::kRGBA_8888, kLogAlphaType)); in log_texture_proxy() 352 SkImageInfo::Make(src->width(), src->height(), kRGBA_8888_SkColorType, kLogAlphaType); in log_texture_proxy()
|
/third_party/skia/tests/ |
D | ProcessorTest.cpp | 379 static constexpr auto kLogAlphaType = kUnpremul_SkAlphaType; variable 383 SkImageInfo::Make(widthHeight, widthHeight, kRGBA_8888_SkColorType, kLogAlphaType); in log_pixels() 391 kLogAlphaType); in log_texture_view()
|