Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DEnumDescriptor.php23 public function setFullName($full_name) function in Google\\Protobuf\\Internal\\EnumDescriptor
105 $desc->setFullName($fullname);
DDescriptor.php66 public function setFullName($full_name) function in Google\\Protobuf\\Internal\\Descriptor
191 $desc->setFullName($fullname);
DEnumBuilderContext.php47 $this->descriptor->setFullName($full_name);
DMessageBuilderContext.php49 $this->descriptor->setFullName($full_name);
/external/skqp/src/core/
DSkFontDescriptor.h69 void setFullName(const char* name) { fFullName.set(name); } in setFullName() function
/external/skia/src/core/
DSkFontDescriptor.h78 void setFullName(const char* name) { fFullName.set(name); } in setFullName() function
/external/skqp/src/ports/
DSkFontMgr_fontconfig.cpp480 desc->setFullName(get_string(fPattern, FC_FULLNAME)); in onGetFontDescriptor()
DSkFontHost_mac.cpp2315 desc->setFullName(get_str(CTFontCopyFullName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp459 desc->setFullName(get_string(fPattern, FC_FULLNAME)); in onGetFontDescriptor()
DSkTypeface_mac_ct.cpp1058 desc->setFullName(get_str(CTFontCopyFullName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()