Home
last modified time | relevance | path

Searched refs:sk_exists (Results 1 – 15 of 15) sorted by relevance

/external/skia/tests/
DSkpSkGrTest.cpp192 if (!sk_exists(dirName.c_str())) { in make_in_dir_name()
201 if (!sk_exists(outDir.c_str())) { in make_out_dirs()
208 if (!sk_exists(grDir.c_str())) { in make_out_dirs()
215 if (!sk_exists(skDir.c_str())) { in make_out_dirs()
222 if (!sk_exists(skpDir.c_str())) { in make_out_dirs()
229 if (!sk_exists(diffDir.c_str())) { in make_out_dirs()
236 if (!sk_exists(statusDir.c_str())) { in make_out_dirs()
488 if (!sk_exists(fStatusPath.c_str())) { in PreParser()
689 if (sk_exists(oldPng.c_str()) && sk_exists(newPng.c_str())) { in DEF_TEST()
DImageDecodingTest.cpp445 if (sk_exists(pngFilename.c_str())) { in DEF_TEST()
615 if (!sk_exists(resourceDir.c_str())) { in DEF_TEST()
633 if (!sk_exists(path.c_str())) { in DEF_TEST()
667 if (!sk_exists(path.c_str())) { in DEF_TEST()
DPathOpsSkpClipTest.cpp95 if (!sk_exists(path.c_str())) { in get_in_path()
101 if (!sk_exists(path.c_str())) { in get_in_path()
110 if (sk_exists(path.c_str())) { in make_recursive_dir()
/external/skia/include/core/
DSkOSFile.h77 bool sk_exists(const char *path, SkFILE_Flags = (SkFILE_Flags)0);
/external/skia/src/ports/
DSkOSFile_stdio.cpp136 if (sk_exists(path)) { in sk_mkdir()
DSkOSFile_posix.cpp20 bool sk_exists(const char *path, SkFILE_Flags flags) { in sk_exists() function
DSkOSFile_win.cpp16 bool sk_exists(const char *path, SkFILE_Flags flags) { in sk_exists() function
DSkFontMgr_fontconfig.cpp661 return sk_exists(filename, kRead_SkFILE_Flag); in FontAccessible()
/external/skia/experimental/PdfViewer/
Dchop_transparency_main.cpp163 } else if (sk_exists(readPath) && is_image_file(readPath)) { in tool_main()
/external/skia/tools/
Dsk_tool_utils_font.cpp87 if (sk_exists(filepath.c_str())) { in resource_font()
Dcreate_test_font.cpp386 SkASSERT(sk_exists(filepath.c_str())); in generate_fonts()
/external/skia/experimental/tools/
Dskp_to_pdf_md5.cpp58 if (sk_exists(input)) { in process_input_files()
/external/skia/dm/
DDM.cpp280 } else if (sk_exists(flag)) { in gather_srcs()
554 if (sk_exists(path.c_str())) { in WriteToDisk()
/external/skia/tools/skpdiff/
DSkDiffContext.cpp252 if (sk_exists(testFile.c_str()) && !sk_isdir(testFile.c_str())) { in diffDirectories()
/external/skia/bench/
Dnanobench.cpp543 } else if (sk_exists(flag)) { in BenchmarkStream()