Searched refs:imageNodeWidth (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | SVGDeviceTest.cpp | 300 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/ |
D | SVGDeviceTest.cpp | 298 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()
|