Home
last modified time | relevance | path

Searched refs:grayInfo (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DSwizzlerTest.cpp83 const SkImageInfo grayInfo = colorInfo.makeColorType(kGray_8_SkColorType); in DEF_TEST() local
105 check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset); in DEF_TEST()
DCodecTest.cpp219 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/
DSwizzlerTest.cpp83 const SkImageInfo grayInfo = colorInfo.makeColorType(kGray_8_SkColorType); in DEF_TEST() local
105 check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset); in DEF_TEST()
DCodecTest.cpp219 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/
Dsk_tool_utils.cpp343 SkImageInfo grayInfo = src.info().makeColorType(kGray_8_SkColorType); in copy_to_g8() local
344 dst->allocPixels(grayInfo); in copy_to_g8()
/external/skia/tools/
Dsk_tool_utils.cpp344 SkImageInfo grayInfo = src.info().makeColorType(kGray_8_SkColorType); in copy_to_g8() local
345 dst->allocPixels(grayInfo); in copy_to_g8()