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

/external/chromium_org/third_party/skia/src/ports/
H A DSkOSFile_none.cpp10 bool sk_exists(const char *path, SkFILE_Flags flags) { function
H A DSkOSFile_posix.cpp18 bool sk_exists(const char *path, SkFILE_Flags flags) { function
H A DSkOSFile_win.cpp16 bool sk_exists(const char *path, SkFILE_Flags flags) { function
H A DSkOSFile_stdio.cpp136 if (sk_exists(path)) {
H A DSkFontMgr_fontconfig.cpp668 return sk_exists(filename, kRead_SkFILE_Flag);
/external/skia/src/ports/
H A DSkOSFile_stdio.cpp126 bool sk_exists(const char *path) { function
146 if (sk_exists(path)) {
/external/chromium_org/third_party/skia/include/core/
H A DSkOSFile.h83 bool sk_exists(const char *path, SkFILE_Flags = (SkFILE_Flags)0);
/external/skia/include/core/
H A DSkOSFile.h81 bool sk_exists(const char *path);
/external/chromium_org/third_party/skia/tests/
H A DSkpSkGrTest.cpp192 if (!sk_exists(dirName.c_str())) {
201 if (!sk_exists(outDir.c_str())) {
208 if (!sk_exists(grDir.c_str())) {
215 if (!sk_exists(skDir.c_str())) {
222 if (!sk_exists(skpDir.c_str())) {
229 if (!sk_exists(diffDir.c_str())) {
236 if (!sk_exists(statusDir.c_str())) {
488 if (!sk_exists(fStatusPath.c_str())) {
689 if (sk_exists(oldPng.c_str()) && sk_exists(newPn
[all...]
H A DImageDecodingTest.cpp509 if (sk_exists(pngFilename.c_str())) {
679 if (!sk_exists(resourceDir.c_str())) {
697 if (!sk_exists(path.c_str())) {
731 if (!sk_exists(path.c_str())) {
H A DPathOpsSkpClipTest.cpp87 if (!sk_exists(path.c_str())) {
93 if (!sk_exists(path.c_str())) {
102 if (sk_exists(path.c_str())) {
/external/skia/tests/
H A DSkpSkGrTest.cpp194 if (!sk_exists(dirName.c_str())) {
203 if (!sk_exists(outDir.c_str())) {
210 if (!sk_exists(grDir.c_str())) {
217 if (!sk_exists(skDir.c_str())) {
224 if (!sk_exists(skpDir.c_str())) {
231 if (!sk_exists(diffDir.c_str())) {
238 if (!sk_exists(statusDir.c_str())) {
490 if (!sk_exists(fStatusPath.c_str())) {
692 if (sk_exists(oldPng.c_str()) && sk_exists(newPn
[all...]
H A DPathOpsSkpClipTest.cpp407 if (!sk_exists(dirName.c_str())) {
417 if (!sk_exists(dirName.c_str())) {
426 if (!sk_exists(outDir.c_str())) {
437 if (!sk_exists(outDir.c_str())) {
682 if (!sk_exists(statusPath.c_str())) {
H A DImageDecodingTest.cpp511 if (sk_exists(path.c_str())) {
681 if (!sk_exists(resourceDir.c_str())) {
699 if (!sk_exists(path.c_str())) {
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp163 } else if (sk_exists(readPath) && is_image_file(readPath)) {
/external/chromium_org/third_party/skia/tools/
H A Dsk_tool_utils_font.cpp87 if (sk_exists(filepath.c_str())) {
H A Dskimage_main.cpp755 if (!FLAGS_readExpectationsPath.isEmpty() && sk_exists(FLAGS_readExpectationsPath[0])) {
802 } else if (sk_exists(readPath) && is_image_file(readPath)) {
H A Dcreate_test_font.cpp386 SkASSERT(sk_exists(filepath.c_str()));
/external/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp163 } else if (sk_exists(readPath) && is_image_file(readPath)) {
/external/chromium_org/third_party/skia/dm/
H A DDMWriteTask.cpp127 if (sk_exists(path.c_str())) {
/external/skia/tools/
H A Dskimage_main.cpp754 if (!FLAGS_readExpectationsPath.isEmpty() && sk_exists(FLAGS_readExpectationsPath[0])) {
801 } else if (sk_exists(readPath) && is_image_file(readPath)) {
/external/skia/tools/skpdiff/
H A DSkDiffContext.cpp177 if (sk_exists(testFile.c_str()) && !sk_isdir(testFile.c_str())) {
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDiffContext.cpp252 if (sk_exists(testFile.c_str()) && !sk_isdir(testFile.c_str())) {
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp2213 if (!sk_exists(readPath)) {
/external/skia/gm/
H A Dgmmain.cpp2186 if (!sk_exists(readPath)) {

Completed in 6460 milliseconds