Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font_config_info.md24 | [OH_Drawing_FontGenericInfo](_o_h___drawing___font_generic_info.md) \* [fontGenericInfoSet](#font…
75 ### fontGenericInfoSet subsection
78 OH_Drawing_FontGenericInfo* OH_Drawing_FontConfigInfo::fontGenericInfoSet
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font_config_info.md24 | [OH_Drawing_FontGenericInfo](_o_h___drawing___font_generic_info.md) \* [fontGenericInfoSet](#font…
75 ### fontGenericInfoSet subsection
78 OH_Drawing_FontGenericInfo* OH_Drawing_FontConfigInfo::fontGenericInfoSet
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp2939 drawFontCfgInfo->fontGenericInfoSet = nullptr; in InitDrawingFontConfigJsonInfo()
3119 static bool CopyDrawingFontGenericInfoSetInner(OH_Drawing_FontGenericInfo** fontGenericInfoSet, in CopyDrawingFontGenericInfoSetInner() argument
3123 if (!fontGenericInfoSet || !(*fontGenericInfoSet)) { in CopyDrawingFontGenericInfoSetInner()
3129 auto& fontGenericInfo = (*fontGenericInfoSet)[genericInfoNum]; in CopyDrawingFontGenericInfoSetInner()
3140 ResetDrawingFontGenericInfoSet(fontGenericInfoSet, fontGenericInfoSize); in CopyDrawingFontGenericInfoSetInner()
3235 (*drawFontCfgInfo)->fontGenericInfoSet = InitDrawingFontGenericInfoSet(size, code); in CopyDrawingFontGenericInfoSet()
3236 if (!(*drawFontCfgInfo)->fontGenericInfoSet) { in CopyDrawingFontGenericInfoSet()
3243 …&((*drawFontCfgInfo)->fontGenericInfoSet), (*drawFontCfgInfo)->fontGenericInfoSize, genericSet, co… in CopyDrawingFontGenericInfoSet()
3268 &((*drawFontCfgInfo)->fontGenericInfoSet), (*drawFontCfgInfo)->fontGenericInfoSize); in CopyDrawingFallbackGroupSet()
3324 …ResetDrawingFontGenericInfoSet(&drawFontCfgInfo->fontGenericInfoSet, drawFontCfgInfo->fontGenericI… in OH_Drawing_DestroySystemFontConfigInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h356 OH_Drawing_FontGenericInfo* fontGenericInfoSet; member