Home
last modified time | relevance | path

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

/external/skia/src/ports/
DFontHostConfiguration_android.h27 FontFileInfo() : fFileName(NULL), fVariant(SkPaint::kDefault_Variant), in FontFileInfo()
31 const char* fFileName; member
DSkFontHost_android.cpp418 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()
DSkFontHost_simple.cpp375 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()
DFontHostConfiguration_android.cpp73 familyData->currentFontInfo->fFileName = buff; in textHandler()
DSkFontHost_FONTPATH.cpp24 const char* fFileName; member
DSkFontHost_linux.cpp499 if (strcmp(rec[i].fFileName, str.c_str()) == 0) { in Deserialize()
/external/skia/src/animator/
DSkAnimator.cpp63 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()
DSkAnimateMaker.cpp289 if (fFileName.size() > 0) in setErrorString()
290 fErrorString.set(fFileName.c_str()); in setErrorString()
DSkAnimateMaker.h141 SkString fFileName; variable
/external/icu4c/tools/genrb/
Dwrtxml.cpp796 (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()
Dreslist.h161 char* fFileName; /* file name for binary or import binary tags if any */ member
Dreslist.c1031 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()