Searched refs:valuesArray (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | rich_editor_modifier.cpp | 467 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 D | arkoala_api.h | 2466 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 D | cjui_api.h | 930 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 D | style_modifier.cpp | 2355 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