Searched refs:fFileName (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/ports/ |
D | FontHostConfiguration_android.h | 27 FontFileInfo() : fFileName(NULL), fVariant(SkPaint::kDefault_Variant), in FontFileInfo() 31 const char* fFileName; member
|
D | SkFontHost_android.cpp | 418 const char* fFileName; member 479 SkDebugf("gSystemFonts[%d] fileName=%s", i, gSystemFonts[i].fFileName); in dumpGlobalsLocked() 514 if (strcmp(gSystemFonts[i].fFileName, filename) == 0) { in haveSystemFont() 687 const char* filename = family->fFontFileArray[j]->fFileName; in loadFontInfoLocked() 695 fontInfoRecord.fFileName = filename; in loadFontInfoLocked() 729 SkDEBUGF(("---- gSystemFonts[%d] fileName=%s", i, gSystemFonts[i].fFileName)); in loadFontInfoLocked() 761 if (!getNameAndStyle(gSystemFonts[i].fFileName, &name, &style, in initSystemFontsLocked() 771 getFullPathForSysFonts(&fullpath, gSystemFonts[i].fFileName); in initSystemFontsLocked() 780 i, gSystemFonts[i].fFileName, tf->uniqueID())); in initSystemFontsLocked() 908 if (strcmp(gSystemFonts[i].fFileName, str.c_str()) == 0) { in deserializeLocked()
|
D | SkFontHost_simple.cpp | 375 const char* fFileName; member 444 if (!get_name_and_style(rec[i].fFileName, &name, &style, isExpected)) { in load_system_fonts() 452 rec[i].fFileName) // filename in load_system_fonts() 517 if (strcmp(rec[i].fFileName, str.c_str()) == 0) { in Deserialize()
|
D | FontHostConfiguration_android.cpp | 73 familyData->currentFontInfo->fFileName = buff; in textHandler()
|
D | SkFontHost_FONTPATH.cpp | 24 const char* fFileName; member
|
D | SkFontHost_linux.cpp | 499 if (strcmp(rec[i].fFileName, str.c_str()) == 0) { in Deserialize()
|
/external/skia/src/animator/ |
D | SkAnimator.cpp | 63 fMaker->fFileName.reset(); in decodeMemory() 78 fMaker->fFileName.reset(); in decodeDOM() 647 fMaker->fFileName.set(tail + 1); in setURIBase() 649 fMaker->fFileName.set(uri); in setURIBase()
|
D | SkAnimateMaker.cpp | 289 if (fFileName.size() > 0) in setErrorString() 290 fErrorString.set(fFileName.c_str()); in setErrorString()
|
D | SkAnimateMaker.h | 141 SkString fFileName; variable
|
/external/icu4c/tools/genrb/ |
D | wrtxml.cpp | 796 (res->u.fBinaryValue.fFileName !=NULL ? in bin_write_xml() 797 … uprv_strlen(res->u.fBinaryValue.fFileName) :0))); in bin_write_xml() 804 if(res->u.fBinaryValue.fFileName != NULL){ in bin_write_xml() 805 uprv_strcpy(fileName, res->u.fBinaryValue.fFileName); in bin_write_xml()
|
D | reslist.h | 161 char* fFileName; /* file name for binary or import binary tags if any */ member
|
D | reslist.c | 1031 res->u.fBinaryValue.fFileName = NULL; in bin_open() 1033 … res->u.fBinaryValue.fFileName = (char*) uprv_malloc(sizeof(char) * (uprv_strlen(fileName)+1)); in bin_open() 1034 uprv_strcpy(res->u.fBinaryValue.fFileName,fileName); in bin_open()
|