Home
last modified time | relevance | path

Searched refs:CopyFontDescriptor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Dfont_utils.h24 bool CopyFontDescriptor(OH_Drawing_FontDescriptor* dst, const FontParser::FontDescriptor& src);
H A Dfont_utils.cpp21 bool CopyFontDescriptor(OH_Drawing_FontDescriptor* dst, const FontParser::FontDescriptor& src) in CopyFontDescriptor() function
H A Ddrawing_text_font_descriptor.cpp75 if (!OHOS::Rosen::Drawing::CopyFontDescriptor(descriptor, *result)) { in OH_Drawing_GetFontDescriptorByFullName()
H A Ddrawing_text_typography.cpp1584 if (!OHOS::Rosen::Drawing::CopyFontDescriptor(descriptor, systemFontList[i])) { in OH_Drawing_FontParserGetFontByName()