HomeSort by relevance Sort by last modified time
    Searched defs:fFilename (Results 1 - 11 of 11) sorted by null

  /external/skia/samplecode/
SamplePdfFileViewer.cpp 33 SkString fFilename;
51 PdfFileViewer(const char name[] = nullptr) : fFilename(name) {
64 const char* basename = strrchr(fFilename.c_str(), SkPATH_SEPARATOR);
65 name.append(basename ? basename+1: fFilename.c_str());
81 fPicture = LoadPdf(fFilename.c_str());
SamplePathFinder.cpp 32 , fFilename(name) {
33 SkFILEStream stream(fFilename.c_str());
35 SkDebugf("couldn't load picture at \"%s\"\n", fFilename.c_str());
40 SkDebugf("couldn't load picture at \"%s\"\n", fFilename.c_str());
64 const char* basename = strrchr(fFilename.c_str(), SkOSPath::SEPARATOR);
65 name.append(basename ? basename+1: fFilename.c_str());
116 SkDebugf("SampleApp --pathfinder %s", fFilename.c_str());
118 SkDebugf(" --pathfinderTrail ", fFilename.c_str());
146 SkString fFilename;
SamplePictFile.cpp 36 : fFilename(name)
67 const char* basename = strrchr(fFilename.c_str(), SkOSPath::SEPARATOR);
68 name.append(basename ? basename+1: fFilename.c_str());
118 *picture = LoadPicture(fFilename.c_str(), fBBox).release();
140 SkString fFilename;
SampleApp.cpp 87 SkString fFilename;
89 PictFileFactory(const SkString& filename) : fFilename(filename) {}
91 return CreateSamplePictFileView(fFilename.c_str());
98 SkString fFilename;
100 PathFinderFactory(const SkString& filename) : fFilename(filename) {}
102 return CreateSamplePathFinderView(fFilename.c_str());
109 SkString fFilename;
111 SVGFileFactory(const SkString& filename) : fFilename(filename) {}
113 return CreateSampleSVGFileView(fFilename);
121 SkString fFilename;
    [all...]
  /external/skia/gm/
filterindiabox.cpp 68 FilterIndiaBoxGM(const char filename[]) : fFilename(filename) {
94 SkString fFilename;
102 if (!GetResourceAsBitmap(fFilename.c_str(), &fBM)) {
downsamplebitmap.cpp 164 : INHERITED(filterQuality), fFilename(filename)
170 SkString fFilename;
174 if (!GetResourceAsBitmap(fFilename.c_str(), &fBM)) {
filterbitmap.cpp 185 : fFilename(filename), fConvertToG8(convertToG8)
191 SkString fFilename;
199 if (!GetResourceAsBitmap(fFilename.c_str(), &fBM)) {
  /external/skia/bench/
ResultsWriter.h 82 : fFilename(filename)
133 SkString dirname = SkOSPath::Dirname(fFilename.c_str());
139 SkFILEWStream stream(fFilename.c_str());
145 SkString fFilename;
  /external/skia/tools/skdiff/
skdiff.h 76 DiffResource() : fFilename(), fFullPath(), fBitmap(), fStatus(kUnknown_Status) { }
79 SkString fFilename;
179 return strcmp(lhs->fBase.fFilename.c_str(), rhs->fBase.fFilename.c_str());
  /external/skia/src/ports/
SkFontMgr_android_parser.cpp 98 , fFilename(filename)
111 const char* fFilename; // The name of the file currently being parsed.
129 self->fFilename, \
234 trim_string(&self->fCurrentFontInfo->fFileName);
245 self->fCurrentFontInfo->fFileName.append(s, len);
424 self->fCurrentFontInfo->fFileName.append(s, len);
  /external/skia/tests/
SkpSkGrTest.cpp 72 sk_bzero(fFilename, sizeof(fFilename));
79 outStr.printf("%s %d %d%s", fFilename, fPixelError, fTime, LINE_FEED);
87 strcpy(test.fFilename, filename);
96 strcpy(fFilename, filename.c_str());
102 char fFilename[kMaxLength];
144 SkASSERT(strlen(str) < sizeof(fState.fResult.fFilename) - 1);
146 strcpy(fState.fResult.fFilename, str);
305 strcpy(data->fFilesFound[dCount], data->fResult.fFilename);
318 strcpy(data->fFilesFound[smallestIndex], data->fResult.fFilename);
    [all...]

Completed in 278 milliseconds