/external/chromium_org/third_party/skia/experimental/PdfViewer/ |
chop_transparency_main.cpp | 24 DEFINE_string2(readPath, r, "", "Folder(s) and files to decode images. Required."); 148 const char* readPath = FLAGS_readPath[i]; 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);
|
pdf_viewer_main.cpp | 24 DEFINE_string2(readPath, r, "", "pdf files or directories of pdf files to process.");
|
/external/chromium_org/third_party/skia/src/effects/ |
Sk2DPathEffect.cpp | 133 buffer.readPath(&fPath); 141 buffer.readPath(&path);
|
Sk1DPathEffect.cpp | 154 buffer.readPath(&fPath); 174 buffer.readPath(&path);
|
/external/chromium_org/third_party/skia/tools/ |
skimage_main.cpp | 28 DEFINE_string2(readPath, r, "", "Folder(s) and files to decode images. Required."); [all...] |
PictureRenderingFlags.cpp | 72 DEFINE_string2(readPath, r, "", "skp files or directories of skp files to process.");
|
bench_pictures_main.cpp | 45 DECLARE_string(readPath);
|
render_pictures_main.cpp | 45 DECLARE_string(readPath);
|
/external/chromium_org/third_party/skia/src/core/ |
SkPathHeap.cpp | 31 buffer.readPath(p);
|
SkValidatingReadBuffer.h | 49 virtual void readPath(SkPath* path) SK_OVERRIDE;
|
SkReadBuffer.h | 114 virtual void readPath(SkPath* path);
|
SkReader32.h | 109 bool readPath(SkPath* path) {
|
SkReadBuffer.cpp | 151 void SkReadBuffer::readPath(SkPath* path) { 152 fReader.readPath(path);
|
SkValidatingReadBuffer.cpp | 163 void SkValidatingReadBuffer::readPath(SkPath* path) {
|
/external/chromium_org/third_party/skia/gm/ |
gmmain.cpp | [all...] |
/external/chromium_org/third_party/skia/src/pipe/ |
SkGPipeRead.cpp | 252 reader->readPath(&path); 440 reader->readPath(&path); 523 reader->readPath(&path);
|
/external/chromium_org/third_party/skia/tests/ |
SerializationTest.cpp | 59 reader.readPath(path);
|
PathTest.cpp | [all...] |