Home
last modified time | relevance | path

Searched refs:setFullName (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkFontDescriptor.h69 void setFullName(const char* name) { fFullName.set(name); } in setFullName() function
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp455 desc->setFullName(get_string(fPattern, FC_FULLNAME)); in onGetFontDescriptor()
DSkFontHost_mac.cpp2110 desc->setFullName(get_str(CTFontCopyFullName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()