Searched defs:readPath (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp24 DEFINE_string2(readPath, r, "", "Folder(s) and files to decode images. Required.");
148 const char* readPath = FLAGS_readPath[i]; local
149 if (strlen(readPath) < 1) {
152 if (sk_isdir(readPath)) {
153 const char* dir = readPath;
163 } else if (sk_exists(readPath) && is_image_file(readPath)) {
164 decodeFileAndWrite(readPath);
/external/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp24 DEFINE_string2(readPath, r, "", "Folder(s) and files to decode images. Required.");
148 const char* readPath = FLAGS_readPath[i]; local
149 if (strlen(readPath) < 1) {
152 if (sk_isdir(readPath)) {
153 const char* dir = readPath;
163 } else if (sk_exists(readPath) && is_image_file(readPath)) {
164 decodeFileAndWrite(readPath);
/external/chromium_org/third_party/skia/include/core/
H A DSkReader32.h109 bool readPath(SkPath* path) { function in class:SkReader32
/external/chromium_org/third_party/skia/src/core/
H A DSkReadBuffer.cpp153 void SkReadBuffer::readPath(SkPath* path) { function in class:SkReadBuffer
154 fReader.readPath(path);
H A DSkValidatingReadBuffer.cpp163 void SkValidatingReadBuffer::readPath(SkPath* path) { function in class:SkValidatingReadBuffer
/external/chromium_org/third_party/skia/tools/
H A Dbench_pictures_main.cpp46 DECLARE_string(readPath); variable
H A Drender_pictures_main.cpp37 DECLARE_string(readPath); variable
H A Dskimage_main.cpp28 DEFINE_string2(readPath, r, "", "Folder(s) and files to decode images. Required.");
786 const char* readPath = FLAGS_readPath[i]; local
787 if (strlen(readPath) < 1) {
790 if (sk_isdir(readPath)) {
791 const char* dir = readPath;
801 } else if (sk_exists(readPath) && is_image_file(readPath)) {
802 decodeFileAndWrite(readPath, outDirPtr);
/external/skia/include/core/
H A DSkReader32.h109 bool readPath(SkPath* path) { function in class:SkReader32
/external/skia/src/core/
H A DSkReadBuffer.cpp153 void SkReadBuffer::readPath(SkPath* path) { function in class:SkReadBuffer
154 fReader.readPath(path);
H A DSkValidatingReadBuffer.cpp163 void SkValidatingReadBuffer::readPath(SkPath* path) { function in class:SkValidatingReadBuffer
/external/skia/tools/
H A Dbench_pictures_main.cpp46 DECLARE_string(readPath); variable
H A Drender_pictures_main.cpp37 DECLARE_string(readPath); variable
H A Dskimage_main.cpp28 DEFINE_string2(readPath, r, "", "Folder(s) and files to decode images. Required.");
786 const char* readPath = FLAGS_readPath[i]; local
787 if (strlen(readPath) < 1) {
790 if (sk_isdir(readPath)) {
791 const char* dir = readPath;
801 } else if (sk_exists(readPath) && is_image_file(readPath)) {
802 decodeFileAndWrite(readPath, outDirPtr);
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp1419 // Alphabetized ignoring "no" prefix ("readPath", "noreplay", "resourcePath").
1456 DEFINE_string2(readPath, r, "", "Read reference images from this dir, and report "
2185 const char* readPath = FLAGS_readPath[0]; local
2186 if (!sk_exists(readPath)) {
2187 SkDebugf("readPath %s does not exist!\n", readPath);
2190 if (sk_isdir(readPath)) {
2192 SkDebugf("reading from %s\n", readPath);
2195 IndividualImageExpectationsSource, (readPath)));
2198 SkDebugf("reading expectations from JSON summary file %s\n", readPath);
[all...]
/external/skia/gm/
H A Dgmmain.cpp1419 // Alphabetized ignoring "no" prefix ("readPath", "noreplay", "resourcePath").
1456 DEFINE_string2(readPath, r, "", "Read reference images from this dir, and report "
2185 const char* readPath = FLAGS_readPath[0]; local
2186 if (!sk_exists(readPath)) {
2187 SkDebugf("readPath %s does not exist!\n", readPath);
2190 if (sk_isdir(readPath)) {
2192 SkDebugf("reading from %s\n", readPath);
2195 IndividualImageExpectationsSource, (readPath)));
2198 SkDebugf("reading expectations from JSON summary file %s\n", readPath);
[all...]

Completed in 436 milliseconds