Searched refs:grayInfo (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tests/ |
D | SwizzlerTest.cpp | 83 const SkImageInfo grayInfo = colorInfo.makeColorType(kGray_8_SkColorType); in DEF_TEST() local 105 check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset); in DEF_TEST()
|
D | CodecTest.cpp | 225 SkImageInfo grayInfo = codec->getInfo(); in test_codec() local 227 grayBm.allocPixels(grayInfo); in test_codec() 231 REPORTER_ASSERT(r, expectedResult == codec->getPixels(grayInfo, in test_codec() 237 grayInfo = grayInfo.makeAlphaType(alpha); in test_codec() 238 test_info(r, codec, grayInfo, expectedResult, &grayDigest); in test_codec()
|
/third_party/flutter/skia/tests/ |
D | SwizzlerTest.cpp | 83 const SkImageInfo grayInfo = colorInfo.makeColorType(kGray_8_SkColorType); in DEF_TEST() local 105 check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset); in DEF_TEST()
|
D | CodecTest.cpp | 221 SkImageInfo grayInfo = codec->getInfo(); in test_codec() local 223 grayBm.allocPixels(grayInfo); in test_codec() 227 REPORTER_ASSERT(r, expectedResult == codec->getPixels(grayInfo, in test_codec() 233 grayInfo = grayInfo.makeAlphaType(alpha); in test_codec() 234 test_info(r, codec, grayInfo, expectedResult, &grayDigest); in test_codec()
|
/third_party/flutter/skia/tools/ |
D | ToolUtils.cpp | 383 SkImageInfo grayInfo = src.info().makeColorType(kGray_8_SkColorType); in copy_to_g8() local 384 dst->allocPixels(grayInfo); in copy_to_g8()
|
/third_party/skia/tools/ |
D | ToolUtils.cpp | 410 SkImageInfo grayInfo = src.info().makeColorType(kGray_8_SkColorType); in copy_to_g8() local 411 dst->allocPixels(grayInfo); in copy_to_g8()
|