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/src/core/
H A DSkReadBuffer.cpp151 void SkReadBuffer::readPath(SkPath* path) { function in class:SkReadBuffer
152 fReader.readPath(path);
H A DSkReader32.h109 bool readPath(SkPath* path) { function in class:SkReader32
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.cpp45 DECLARE_string(readPath); variable
H A Drender_pictures_main.cpp45 DECLARE_string(readPath); variable
H A Dskimage_main.cpp28 DEFINE_string2(readPath, r, "", "Folder(s) and files to decode images. Required.");
787 const char* readPath = FLAGS_readPath[i]; local
788 if (strlen(readPath) < 1) {
791 if (sk_isdir(readPath)) {
792 const char* dir = readPath;
802 } else if (sk_exists(readPath) && is_image_file(readPath)) {
803 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.cpp1422 // Alphabetized ignoring "no" prefix ("readPath", "noreplay", "resourcePath").
1466 DEFINE_string2(readPath, r, "", "Read reference images from this dir, and report "
2212 const char* readPath = FLAGS_readPath[0]; local
2213 if (!sk_exists(readPath)) {
2214 SkDebugf("readPath %s does not exist!\n", readPath);
2217 if (sk_isdir(readPath)) {
2219 SkDebugf("reading from %s\n", readPath);
2222 IndividualImageExpectationsSource, (readPath)));
2225 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 202 milliseconds