Searched defs:scaleCount (Results 1 – 5 of 5) sorted by relevance
74 …double strokeWidth, int32_t strokeWidthUnit, int32_t scaleCount, double scaleWidth, int32_t scaleW… in FfiOHOSAceFrameworkProgressSetStyle()
138 auto scaleCount = renderProgress->GetProgressComponent()->GetScaleNumber(); in GetCircularStyle() local
224 …auto scaleCount = jsScaleCount->IsNumber() ? jsScaleCount->ToNumber<int32_t>() : theme->GetScaleNu… in JsSetProgressStyleOptions() local
248 int32_t scaleCount = DEFAULT_SCALE_COUNT; in ParseScaleCount() local
390 ArkUI_Int32 scaleCount; member