Home
last modified time | relevance | path

Searched refs:fFileName (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/tests/
DFontMgrAndroidParserTest.cpp50 !strcmp(fontFamilies[0]->fFonts[0].fFileName.c_str(), firstExpectedFile)); in ValidateLoadedFonts()
71 REPORTER_ASSERT(reporter, !file.fFileName.isEmpty() && in ValidateLoadedFonts()
72 file.fFileName[0] >= 'A' && in ValidateLoadedFonts()
73 file.fFileName[0] <= 'Z'); in ValidateLoadedFonts()
81 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex); in DumpFiles()
/third_party/skia/tests/
DFontMgrAndroidParserTest.cpp51 !strcmp(fontFamilies[0]->fFonts[0].fFileName.c_str(), firstExpectedFile)); in ValidateLoadedFonts()
72 REPORTER_ASSERT(reporter, !file.fFileName.isEmpty() && in ValidateLoadedFonts()
73 file.fFileName[0] >= 'A' && in ValidateLoadedFonts()
74 file.fFileName[0] <= 'Z'); in ValidateLoadedFonts()
82 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex); in DumpFiles()
/third_party/flutter/skia/src/ports/
DSkFontMgr_android_parser.h73 SkString fFileName; member
DSkFontMgr_config_parser.h82 SkString fFileName; member
DSkFontMgr_android_parser.cpp252 trim_string(&self->fCurrentFontInfo->fFileName); in __anonbb6dd0440302()
263 self->fCurrentFontInfo->fFileName.append(s, len); in __anonbb6dd0440502()
458 self->fCurrentFontInfo->fFileName.append(s, len); in __anonbb6dd0440d02()
DSkFontMgr_config_parser.cpp237 trim_string(&self->fCurrentFontInfo->fFileName); in __anonb3ea2a190402()
248 self->fCurrentFontInfo->fFileName.append(s, len); in __anonb3ea2a190602()
DSkFontMgr_preview.h194 pathName.append(fontFile.fFileName); in SkFontStyleSet_Preview()
DSkFontMgr_android.cpp188 pathName.append(fontFile.fFileName); in SkFontStyleSet_Android()
/third_party/skia/src/ports/
DSkFontMgr_android_parser.h73 SkString fFileName; member
DSkFontMgr_android_parser.cpp271 trim_string(&self->fCurrentFontInfo->fFileName); in __anon943869cf0302()
282 self->fCurrentFontInfo->fFileName.append(s, len); in __anon943869cf0502()
468 self->fCurrentFontInfo->fFileName.append(s, len); in __anon943869cf0d02()
DSkFontMgr_android.cpp186 pathName.append(fontFile.fFileName); in SkFontStyleSet_Android()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp813 (res->fFileName !=NULL ? in bin_write_xml()
814 uprv_strlen(res->fFileName) :0))); in bin_write_xml()
821 if(res->fFileName != NULL){ in bin_write_xml()
822 uprv_strcpy(fileName, res->fFileName); in bin_write_xml()
Dreslist.cpp376 fLength(length), fData(NULL), fFileName(NULL) { in BinaryResource()
381 fFileName = new char[uprv_strlen(fileName)+1]; in BinaryResource()
382 if (fFileName == NULL) { in BinaryResource()
386 uprv_strcpy(fFileName, fileName); in BinaryResource()
405 delete[] fFileName; in ~BinaryResource()
Dreslist.h427 char* fFileName; // file name for binary or import binary tags if any variable
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dwrtxml.cpp813 (res->fFileName !=NULL ? in bin_write_xml()
814 uprv_strlen(res->fFileName) :0))); in bin_write_xml()
821 if(res->fFileName != NULL){ in bin_write_xml()
822 uprv_strcpy(fileName, res->fFileName); in bin_write_xml()
Dreslist.cpp357 fLength(length), fData(NULL), fFileName(NULL) { in BinaryResource()
362 fFileName = new char[uprv_strlen(fileName)+1]; in BinaryResource()
363 if (fFileName == NULL) { in BinaryResource()
367 uprv_strcpy(fFileName, fileName); in BinaryResource()
386 delete[] fFileName; in ~BinaryResource()
Dreslist.h404 char* fFileName; // file name for binary or import binary tags if any variable
/third_party/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp813 (res->fFileName !=NULL ? in bin_write_xml()
814 uprv_strlen(res->fFileName) :0))); in bin_write_xml()
821 if(res->fFileName != NULL){ in bin_write_xml()
822 uprv_strcpy(fileName, res->fFileName); in bin_write_xml()
Dreslist.cpp376 fLength(length), fData(NULL), fFileName(NULL) { in BinaryResource()
381 fFileName = new char[uprv_strlen(fileName)+1]; in BinaryResource()
382 if (fFileName == NULL) { in BinaryResource()
386 uprv_strcpy(fFileName, fileName); in BinaryResource()
405 delete[] fFileName; in ~BinaryResource()
Dreslist.h427 char* fFileName; // file name for binary or import binary tags if any variable
/third_party/node/deps/icu-small/source/tools/genrb/
Dwrtxml.cpp813 (res->fFileName !=NULL ? in bin_write_xml()
814 uprv_strlen(res->fFileName) :0))); in bin_write_xml()
821 if(res->fFileName != NULL){ in bin_write_xml()
822 uprv_strcpy(fileName, res->fFileName); in bin_write_xml()
Dreslist.cpp376 fLength(length), fData(NULL), fFileName(NULL) { in BinaryResource()
381 fFileName = new char[uprv_strlen(fileName)+1]; in BinaryResource()
382 if (fFileName == NULL) { in BinaryResource()
386 uprv_strcpy(fFileName, fileName); in BinaryResource()
405 delete[] fFileName; in ~BinaryResource()
Dreslist.h427 char* fFileName; // file name for binary or import binary tags if any variable
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp1340 const char *fFileName; in testCaseIsKnownIssue() member
1379 if (!strcmp(fileName, badCase.fFileName) && in testCaseIsKnownIssue()