Home
last modified time | relevance | path

Searched refs:valuesArray (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drich_editor_modifier.cpp467 const ArkUI_Uint32 stringParametersCount, const ArkUI_Float64* valuesArray, const ArkUI_Uint32 valuesCount) in SetRichEditorPlaceholder()
480 if (SetRichEditorPlaceholderValue(valuesArray, 0, valuesCount, result) && // 0: fontWeight in SetRichEditorPlaceholder()
484 if (SetRichEditorPlaceholderValue(valuesArray, 1, valuesCount, result) && // 1: fontStyle in SetRichEditorPlaceholder()
488 if (SetRichEditorPlaceholderValue(valuesArray, 2, valuesCount, result)) { // 2: fontColor in SetRichEditorPlaceholder()
491 if (SetRichEditorPlaceholderValue(valuesArray, 3, valuesCount, colorResourceId) && // 3: colorResourceId in SetRichEditorPlaceholder()
503 if (SetRichEditorPlaceholderDimension(valuesArray, offset, valuesCount, fontSizeOptional)) { in SetRichEditorPlaceholder()
466 SetRichEditorPlaceholder(ArkUINodeHandle node, ArkUI_CharPtr* stringParameters, const ArkUI_Uint32 stringParametersCount, const ArkUI_Float64* valuesArray, const ArkUI_Uint32 valuesCount) SetRichEditorPlaceholder() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2466 void (*SetDisturbanceField)(ArkUINodeHandle node, const ArkUIInt32orFloat32* valuesArray, ArkUI_Int32 length);
2468 void (*SetEmitter)(ArkUINodeHandle node, const ArkUIInt32orFloat32* valuesArray, ArkUI_Int32 length);
4582 const ArkUI_Uint32 stringParametersCount, const ArkUI_Float64* valuesArray, const ArkUI_Uint32 valuesCount);
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h930 void (*SetDisturbanceField)(ArkUINodeHandle node, const ArkUIInt32orFloat32* valuesArray, ArkUI_Int32 length);
932 void (*SetEmitter)(ArkUINodeHandle node, const ArkUIInt32orFloat32* valuesArray, ArkUI_Int32 length);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp2355 std::vector<float> valuesArray; in SetResponseRegion() local
2360 valuesArray.push_back(remainder > 1 ? (item->value[i].f32) / HUNDRED : item->value[i].f32); in SetResponseRegion()
2365 node->uiNodeHandle, valuesArray.data(), unitsArray.data(), valuesArray.size()); in SetResponseRegion()

Completed in 56 milliseconds