Searched refs:grayInfo (Results 1 – 6 of 6) sorted by relevance
/external/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 | 219 SkImageInfo grayInfo = codec->getInfo(); in test_codec() local 221 grayBm.allocPixels(grayInfo); in test_codec() 225 REPORTER_ASSERT(r, expectedResult == codec->getPixels(grayInfo, in test_codec() 232 grayInfo = grayInfo.makeAlphaType(alpha); in test_codec() 233 test_info(r, codec, grayInfo, expectedResult, &grayDigest); in test_codec()
|
/external/skqp/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 | 219 SkImageInfo grayInfo = codec->getInfo(); in test_codec() local 221 grayBm.allocPixels(grayInfo); in test_codec() 225 REPORTER_ASSERT(r, expectedResult == codec->getPixels(grayInfo, in test_codec() 232 grayInfo = grayInfo.makeAlphaType(alpha); in test_codec() 233 test_info(r, codec, grayInfo, expectedResult, &grayDigest); in test_codec()
|
/external/skqp/tools/ |
D | sk_tool_utils.cpp | 343 SkImageInfo grayInfo = src.info().makeColorType(kGray_8_SkColorType); in copy_to_g8() local 344 dst->allocPixels(grayInfo); in copy_to_g8()
|
/external/skia/tools/ |
D | sk_tool_utils.cpp | 344 SkImageInfo grayInfo = src.info().makeColorType(kGray_8_SkColorType); in copy_to_g8() local 345 dst->allocPixels(grayInfo); in copy_to_g8()
|