Searched refs:srcCT (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tests/ |
H A D | ReadWritePixelsGpuTest.cpp | 249 const auto srcCT = srcPixels.info().colorType(); in gpu_read_pixels_test_driver() 285 ToolUtils::colortype_name(srcCT), ToolUtils::alphatype_name(srcAT), in gpu_read_pixels_test_driver() 302 !(SkColorTypeChannelFlags(srcCT) & kGray_SkColorChannelFlag) && in gpu_read_pixels_test_driver() 314 int rgbBits = std::min({min_rgb_channel_bits(readCT), min_rgb_channel_bits(srcCT), 8}); in gpu_read_pixels_test_driver() 321 alpha_channel_bits(srcCT), in gpu_read_pixels_test_driver() 335 ToolUtils::colortype_name(srcCT), ToolUtils::alphatype_name(srcAT), in gpu_read_pixels_test_driver() 383 ToolUtils::colortype_name(srcCT), ToolUtils::colortype_name(readCT), in gpu_read_pixels_test_driver() 411 const auto srcCT = static_cast<SkColorType>(sct); in gpu_read_pixels_test_driver() local 420 // Note that we only currently use srcCT for the 1010102 workaround. If we remove this in gpu_read_pixels_test_driver() 421 // we can also put the ref data setup above the srcCT loo in gpu_read_pixels_test_driver() [all...] |
H A D | ReadPixelsTest.cpp | 501 for (SkColorType srcCT : kColorTypes) { in DEF_TEST() 506 SkImageInfo::Make(kNumPixels, 1, srcCT, srcAT, srcCS)); in DEF_TEST()
|
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 317 SkColorType srcCT, const void* src, in blend_line() 331 p.append_load(srcCT, &src_ctx); in blend_line() 316 blend_line(SkColorType dstCT, void* dst, SkColorType srcCT, const void* src, SkAlphaType dstAt, bool srcHasAlpha, int width) blend_line() argument
|
Completed in 4 milliseconds