Home
last modified time | relevance | path

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

/external/skia/tests/
DSwizzlerTest.cpp92 const SkImageInfo grayInfo = colorInfo.makeColorType(kGray_8_SkColorType); in DEF_TEST() local
118 check_fill(r, grayInfo, startRow, endRow, grayRowBytes, offset, in DEF_TEST()
DCodecTest.cpp199 SkImageInfo grayInfo = codec->getInfo(); in test_codec() local
201 grayBm.allocPixels(grayInfo); in test_codec()
206 REPORTER_ASSERT(r, expectedResult == codec->getPixels(grayInfo, in test_codec()
213 grayInfo = grayInfo.makeAlphaType(alpha); in test_codec()
214 test_info(r, codec, grayInfo, expectedResult, &grayDigest); in test_codec()
/external/skia/tools/
Dsk_tool_utils.cpp595 SkImageInfo grayInfo = src.info().makeColorType(kGray_8_SkColorType); in copy_to_g8() local
596 dst->allocPixels(grayInfo); in copy_to_g8()