Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_arguments.h52 FontArguments(): fontCollectionIndex_(0), variationDesignPosition_{nullptr, 0}, palette_{0, nullptr… in FontArguments()
63 fontCollectionIndex_ = fontCollectionIndex; in SetCollectionIndex()
81 return fontCollectionIndex_; in GetCollectionIndex()
103 int fontCollectionIndex_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_typeface.cpp48 int fontCollectionIndex_ = 0; member
74 fontArguments.SetCollectionIndex(fontArgumentsHelper.fontCollectionIndex_); in ConvertToDrawingFontArguments()