OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sk_exists
(Results
1 - 15
of
15
) sorted by null
/external/skia/tests/
SkpSkGrTest.cpp
192
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
(newPng.c_str()))
[
all
...]
ImageDecodingTest.cpp
445
if (
sk_exists
(pngFilename.c_str())) {
615
if (!
sk_exists
(resourceDir.c_str())) {
633
if (!
sk_exists
(path.c_str())) {
667
if (!
sk_exists
(path.c_str())) {
PathOpsSkpClipTest.cpp
95
if (!
sk_exists
(path.c_str())) {
101
if (!
sk_exists
(path.c_str())) {
110
if (
sk_exists
(path.c_str())) {
[
all
...]
/external/skia/src/ports/
SkOSFile_posix.cpp
20
bool
sk_exists
(const char *path, SkFILE_Flags flags) {
function
SkOSFile_stdio.cpp
136
if (
sk_exists
(path)) {
SkOSFile_win.cpp
16
bool
sk_exists
(const char *path, SkFILE_Flags flags) {
function
SkFontMgr_fontconfig.cpp
661
return
sk_exists
(filename, kRead_SkFILE_Flag);
[
all
...]
/external/skia/experimental/PdfViewer/
chop_transparency_main.cpp
163
} else if (
sk_exists
(readPath) && is_image_file(readPath)) {
/external/skia/experimental/tools/
skp_to_pdf_md5.cpp
58
if (
sk_exists
(input)) {
/external/skia/include/core/
SkOSFile.h
77
bool
sk_exists
(const char *path, SkFILE_Flags = (SkFILE_Flags)0);
/external/skia/tools/
sk_tool_utils_font.cpp
87
if (
sk_exists
(filepath.c_str())) {
create_test_font.cpp
386
SkASSERT(
sk_exists
(filepath.c_str()));
/external/skia/dm/
DM.cpp
280
} else if (
sk_exists
(flag)) {
554
if (
sk_exists
(path.c_str())) {
/external/skia/tools/skpdiff/
SkDiffContext.cpp
252
if (
sk_exists
(testFile.c_str()) && !sk_isdir(testFile.c_str())) {
/external/skia/bench/
nanobench.cpp
543
} else if (
sk_exists
(flag)) {
[
all
...]
Completed in 666 milliseconds