Home
last modified time | relevance | path

Searched refs:imgA (Results 1 – 2 of 2) sorted by relevance

/third_party/astc-encoder/Test/
Dastc_test_image_dl.py79 imgA = Image.open(imgPathA)
82 imgA.putalpha(imgB)
88 imgA.save(dstPath)
147 imgA = pattern % i
150 make_mixed_image(imgA, imgA, dst)
154 imgA = pattern % i
158 make_mixed_image(imgA, imgB, dst)
/third_party/skia/tests/
DImageBitmapTest.cpp26 auto imgA = a.asImage(); in DEF_TEST() local
29 REPORTER_ASSERT(r, img->uniqueID() != imgA->uniqueID()); in DEF_TEST()
31 REPORTER_ASSERT(r, imgA->uniqueID() != imgB->uniqueID()); in DEF_TEST()
32 REPORTER_ASSERT(r, imgA->uniqueID() != a.getGenerationID()); in DEF_TEST()