Home
last modified time | relevance | path

Searched refs:unique_path (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DPathTest.cpp5447 SkPath unique_path, shared_path; in DEF_TEST() local
5448 add_verbs(&unique_path, verbs); in DEF_TEST()
5453 REPORTER_ASSERT(reporter, shared_path == unique_path); in DEF_TEST()
5456 uint32_t uID = unique_path.getGenerationID(); in DEF_TEST()
5462 size_t before = PathTest_Private::GetFreeSpace(unique_path); in DEF_TEST()
5464 SkPathPriv::ShrinkToFit(&unique_path); in DEF_TEST()
5466 REPORTER_ASSERT(reporter, shared_path == unique_path); in DEF_TEST()
5469 // since the unique_path is "unique", it's genID need not have changed even though in DEF_TEST()
5470 // unique_path has changed (been shrunk) in DEF_TEST()
5471 REPORTER_ASSERT(reporter, uID == unique_path in DEF_TEST()
[all...]

Completed in 9 milliseconds