Home
last modified time | relevance | path

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

/third_party/skia/tools/flags/
H A DCommonFlagsImages.cpp69 if (!sk_exists(flag)) { in CollectImages()
/third_party/skia/src/core/
H A DSkOSFile.h64 bool sk_exists(const char *path, SkFILE_Flags = (SkFILE_Flags)0);
/third_party/skia/tests/
H A DFontMgrAndroidParserTest.cpp244 if (!sk_exists(fontsXml.c_str())) { in DEF_TEST()
279 if (!sk_exists(fontsXml.c_str())) { in DEF_TEST()
356 if (!sk_exists(fontsXml.c_str())) { in DEF_TEST()
/third_party/skia/src/ports/
H A DSkOSFile_stdio.cpp175 if (sk_exists(path)) { in sk_mkdir()
H A DSkOSFile_posix.cpp27 bool sk_exists(const char *path, SkFILE_Flags flags) { in sk_exists() function
H A DSkOSFile_win.cpp23 bool sk_exists(const char *path, SkFILE_Flags flags) { in sk_exists() function
H A DSkFontMgr_fontconfig.cpp474 if (sk_exists(resolvedFilename.c_str(), kRead_SkFILE_Flag)) {
798 if (sk_exists(resolvedFilename.c_str(), kRead_SkFILE_Flag)) {
802 return sk_exists(filename, kRead_SkFILE_Flag);
/third_party/skia/tools/trace/
H A DChromeTracingTracer.cpp276 if (!dirname.isEmpty() && !sk_exists(dirname.c_str(), kWrite_SkFILE_Flag)) { in flush()
/third_party/skia/tools/fonts/
H A Dcreate_test_font.cpp296 SkASSERTF(sk_exists(filepath.c_str()), "The file %s does not exist.", filepath.c_str()); in generate_fonts()
/third_party/skia/dm/
H A DDM.cpp1364 if (sk_exists(path.c_str())) { in WriteToDisk()
/third_party/skia/tools/viewer/
H A DViewer.cpp802 if (sk_exists(file.c_str(), kRead_SkFILE_Flag)) { in initSlides()

Completed in 12 milliseconds