Home
last modified time | relevance | path

Searched refs:adjustInfoCount (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.cpp3083 size_t adjustInfoCount = 0; in CopyDrawingAdjustSet() local
3084 for (; adjustInfoCount < adjustSet.size();) { in CopyDrawingAdjustSet()
3085 … CopyDrawingAdjustInfo((*drawAdjustInfoSet)[adjustInfoCount], adjustSet.at(adjustInfoCount)); in CopyDrawingAdjustSet()
3086 ++adjustInfoCount; in CopyDrawingAdjustSet()
3088 adjustInfoSize = adjustInfoCount; in CopyDrawingAdjustSet()