Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp2792 OH_Drawing_FontGenericInfo* fontGenericInfoArray = in InitDrawingFontGenericInfoSet() local
2794 if (fontGenericInfoArray == nullptr) { in InitDrawingFontGenericInfoSet()
2800 fontGenericInfoArray[index].familyName = nullptr; in InitDrawingFontGenericInfoSet()
2801 fontGenericInfoArray[index].aliasInfoSize = 0; in InitDrawingFontGenericInfoSet()
2802 fontGenericInfoArray[index].adjustInfoSize = 0; in InitDrawingFontGenericInfoSet()
2803 fontGenericInfoArray[index].aliasInfoSet = nullptr; in InitDrawingFontGenericInfoSet()
2804 fontGenericInfoArray[index].adjustInfoSet = nullptr; in InitDrawingFontGenericInfoSet()
2808 return fontGenericInfoArray; in InitDrawingFontGenericInfoSet()
2821 if (fontGenericInfoArray == nullptr || *fontGenericInfoArray == nullptr) { in ResetDrawingFontGenericInfoSet()
2829 delete[] (*fontGenericInfoArray); in ResetDrawingFontGenericInfoSet()
[all …]