Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A 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()
H A DCodecTest.cpp225 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/skia/tools/
H A DToolUtils.cpp410 SkImageInfo grayInfo = src.info().makeColorType(kGray_8_SkColorType); in copy_to_g8() local
411 dst->allocPixels(grayInfo); in copy_to_g8()

Completed in 5 milliseconds