Home
last modified time | relevance | path

Searched refs:drawAdjustInfoSet (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.cpp3070 static bool CopyDrawingAdjustSet(OH_Drawing_FontAdjustInfo** drawAdjustInfoSet, size_t& adjustInfoS… in CopyDrawingAdjustSet() argument
3073 if (!drawAdjustInfoSet) { in CopyDrawingAdjustSet()
3079 (*drawAdjustInfoSet) = InitDrawingAdjustInfoSet(adjustSet.size(), code); in CopyDrawingAdjustSet()
3080 if (!(*drawAdjustInfoSet)) { in CopyDrawingAdjustSet()
3085 … CopyDrawingAdjustInfo((*drawAdjustInfoSet)[adjustInfoCount], adjustSet.at(adjustInfoCount)); in CopyDrawingAdjustSet()