Home
last modified time | relevance | path

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

/third_party/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.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/flutter/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.cpp221 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/
DToolUtils.cpp383 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/
DToolUtils.cpp410 SkImageInfo grayInfo = src.info().makeColorType(kGray_8_SkColorType); in copy_to_g8() local
411 dst->allocPixels(grayInfo); in copy_to_g8()