Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/skqp/src/
Dskqp.cpp322 std::string imagesPathPrefix1 = tmp.str(); in evaluateGM() local
326 encode_png(image, imagesPathPrefix1 + PATH_IMG_PNG); in evaluateGM()
327 encode_png(modelResult.fErrors, imagesPathPrefix1 + PATH_ERR_PNG); in evaluateGM()
/third_party/skia/tools/skqp/src/
Dskqp.cpp333 std::string imagesPathPrefix1 = tmp.str(); in evaluateGM() local
337 encode_png(image, imagesPathPrefix1 + PATH_IMG_PNG); in evaluateGM()
338 encode_png(modelResult.fErrors, imagesPathPrefix1 + PATH_ERR_PNG); in evaluateGM()