Searched refs:sExportString (Results 1 – 2 of 2) sorted by relevance
243 const char* sExportString = "m53570 7650-35430 24100"; in strokePath() local244 …segfx::tools::exportToSvgD( aPath, true, true, false ).compareToAscii(sExportString) == 0) << "Str… in strokePath()263 const char* sExportString = "m49890 5670.00000000001-35430 24090"; in strokePath() local264 …segfx::tools::exportToSvgD( aPath, true, true, false ).compareToAscii(sExportString) == 0) << "Str… in strokePath()305 const char* sExportString = "m12050 49610c-4310 0-7800-3490-7800-7800 0-4300 " in eoFillPath() local307 …segfx::tools::exportToSvgD( aPath, true, true, false ).compareToAscii(sExportString) == 0) << "Str… in eoFillPath()
153 const char* sExportString = "m10 10h-20v-20h20z"; in TEST_F() local154 ASSERT_TRUE(!aExport.compareToAscii(sExportString) ) << "exporting rectangle to SVG-D"; in TEST_F()157 …ASSERT_TRUE(!aExport.compareToAscii(sExportString)) << "exporting rectangle to SVG-D (round-trip)"; in TEST_F()
Completed in 22 milliseconds