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

12

/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);
H A Dpdf_viewer_main.cpp24 DEFINE_string2(readPath, r, "", "pdf files or directories of pdf files to process.");
/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);
H A Dpdf_viewer_main.cpp30 DEFINE_string2(readPath, r, "", "pdf files or directories of pdf files to process.");
/external/chromium_org/third_party/skia/src/effects/
H A DSk2DPathEffect.cpp133 buffer.readPath(&fPath);
141 buffer.readPath(&path);
H A DSk1DPathEffect.cpp154 buffer.readPath(&fPath);
174 buffer.readPath(&path);
/external/chromium_org/third_party/skia/tools/
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/tools/
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);
H A DPictureRenderingFlags.cpp72 DEFINE_string2(readPath, r, "", "skp files or directories of skp files to process.");
/external/chromium_org/third_party/skia/src/core/
H A DSkPathHeap.cpp31 buffer.readPath(p);
H A DSkValidatingReadBuffer.h49 virtual void readPath(SkPath* path) SK_OVERRIDE;
H A DSkReader32.h109 bool readPath(SkPath* path) { function in class:SkReader32
H A DSkReadBuffer.cpp151 void SkReadBuffer::readPath(SkPath* path) { function in class:SkReadBuffer
152 fReader.readPath(path);
H A DSkReadBuffer.h114 virtual void readPath(SkPath* path);
H A DSkValidatingReadBuffer.cpp163 void SkValidatingReadBuffer::readPath(SkPath* path) { function in class:SkValidatingReadBuffer
/external/skia/src/core/
H A DSkPathHeap.cpp31 buffer.readPath(p);
H A DSkValidatingReadBuffer.h49 virtual void readPath(SkPath* path) SK_OVERRIDE;
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/include/core/
H A DSkReader32.h109 bool readPath(SkPath* path) { function in class:SkReader32
H A DSkReadBuffer.h110 virtual void readPath(SkPath* path);
/external/skia/src/effects/
H A DSk2DPathEffect.cpp122 buffer.readPath(&fPath);
H A DSk1DPathEffect.cpp153 buffer.readPath(&fPath);
/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 3482 milliseconds

12