Home
last modified time | relevance | path

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

/external/skqp/tests/
DSVGDeviceTest.cpp300 int imageNodeWidth = 3, imageNodeHeight = 3; in DEF_TEST() local
302 ImageShaderTestSetup(&dom, &paint, imageNodeWidth, imageNodeHeight, rectNodeWidth, in DEF_TEST()
318 REPORTER_ASSERT(reporter, atoi(dom.findAttr(imageNode, "width")) == imageNodeWidth); in DEF_TEST()
/external/skia/tests/
DSVGDeviceTest.cpp298 int imageNodeWidth = 3, imageNodeHeight = 3; in DEF_TEST() local
300 ImageShaderTestSetup(&dom, &paint, imageNodeWidth, imageNodeHeight, rectNodeWidth, in DEF_TEST()
316 REPORTER_ASSERT(reporter, atoi(dom.findAttr(imageNode, "width")) == imageNodeWidth); in DEF_TEST()