Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathTest.cpp4226 static size_t GetFreeSpace(const SkPathRef& ref) { in GetFreeSpace() function in PathRefTest_Private
4393 static size_t GetFreeSpace(const SkPath& path) { in GetFreeSpace() function in PathTest_Private
4394 return PathRefTest_Private::GetFreeSpace(*path.fPathRef); in GetFreeSpace()
5462 size_t before = PathTest_Private::GetFreeSpace(unique_path); in DEF_TEST()
5481 size_t after = PathTest_Private::GetFreeSpace(unique_path); in DEF_TEST()
5485 size_t after2 = PathTest_Private::GetFreeSpace(unique_path); in DEF_TEST()

Completed in 9 milliseconds