Home
last modified time | relevance | path

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

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