Searched refs:fontGenericInfoSet (Results 1 – 4 of 4) sorted by relevance
24 | [OH_Drawing_FontGenericInfo](_o_h___drawing___font_generic_info.md) \* [fontGenericInfoSet](#font…75 ### fontGenericInfoSet subsection78 OH_Drawing_FontGenericInfo* OH_Drawing_FontConfigInfo::fontGenericInfoSet
2939 drawFontCfgInfo->fontGenericInfoSet = nullptr; in InitDrawingFontConfigJsonInfo()3119 static bool CopyDrawingFontGenericInfoSetInner(OH_Drawing_FontGenericInfo** fontGenericInfoSet, in CopyDrawingFontGenericInfoSetInner() argument3123 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()
356 OH_Drawing_FontGenericInfo* fontGenericInfoSet; member