HomeSort by relevance Sort by last modified time
    Searched refs:fFileName (Results 1 - 14 of 14) sorted by null

  /external/skia/tests/
FontConfigParser.cpp 40 !strcmp(fontFamilies[0]->fFonts[0].fFileName.c_str(), firstExpectedFile));
59 REPORTER_ASSERT(reporter, !file.fFileName.isEmpty() &&
60 file.fFileName[0] >= 'A' &&
61 file.fFileName[0] <= 'Z');
88 SkDebugf(" file (%d) %s#%d\n", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex);
  /external/skia/src/ports/
SkFontConfigParser_android.h 67 SkString fFileName;
SkFontConfigParser_android.cpp 94 , fFilename(filename)
107 const char* fFilename; // The name of the file currently being parsed.
151 self->fFilename, \
208 trim_string(&self->fCurrentFontInfo->fFileName);
213 self->fCurrentFontInfo->fFileName.append(s, len);
392 self->fCurrentFontInfo->fFileName.append(s, len);
SkFontMgr_android.cpp 127 pathName.append(fontFile.fFileName);
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 171 if (fFileName.isEmpty()) {
177 inputStream.setPath(fFileName.c_str());
297 fFileName = fPath.toAscii().data();
298 fFileName.append("/");
299 fFileName.append(fDirectoryWidget.currentItem()->text().toAscii().data());
300 saveToFile(fFileName);
359 fFileName = fPath.toAscii().data();
361 if (fFileName.size() > 0) {
362 fFileName.append("/");
364 fFileName.append(item->text().toAscii().data())
    [all...]
SkDebuggerGUI.h 292 SkString fFileName;
  /external/icu/icu4c/source/tools/genrb/
reslist.h 152 char* fFileName; /* file name for binary or import binary tags if any */
wrtxml.cpp 806 (res->u.fBinaryValue.fFileName !=NULL ?
807 uprv_strlen(res->u.fBinaryValue.fFileName) :0)));
814 if(res->u.fBinaryValue.fFileName != NULL){
815 uprv_strcpy(fileName, res->u.fBinaryValue.fFileName);
    [all...]
reslist.c     [all...]
  /external/skia/src/animator/
SkAnimateMaker.h 141 SkString fFileName;
SkAnimateMaker.cpp 291 if (fFileName.size() > 0)
292 fErrorString.set(fFileName.c_str());
SkAnimator.cpp 63 fMaker->fFileName.reset();
78 fMaker->fFileName.reset();
649 fMaker->fFileName.set(tail + 1);
651 fMaker->fFileName.set(uri);
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 153 SkString fFileName;
186 fRecs[i].fFileName.set(get_name(matches[i], FC_FILE));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 573 milliseconds