Searched refs:pointValues (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_line_bridge.cpp | 51 std::vector<ArkUI_Float32> pointValues; in SetStartPoint() local 57 pointValues.push_back(0); in SetStartPoint() 60 pointValues.push_back(star.Value()); in SetStartPoint() 65 pointValues.push_back(0); in SetStartPoint() 68 pointValues.push_back(end.Value()); in SetStartPoint() 119 std::vector<ArkUI_Float32> pointValues; in SetEndPoint() local 125 pointValues.push_back(0); in SetEndPoint() 128 pointValues.push_back(star.Value()); in SetEndPoint() 133 pointValues.push_back(0); in SetEndPoint() 136 pointValues.push_back(end.Value()); in SetEndPoint() [all …]
|
H A D | arkts_native_grid_row_bridge.cpp | 114 std::vector<ArkUI_Float32> pointValues; in SetBreakpoints() local 119 nativeNode, reference, pointValues.data(), pointStr.data(), size); in SetBreakpoints() 126 nativeNode, reference, pointValues.data(), pointStr.data(), size); in SetBreakpoints() 137 pointValues.push_back(calvalue.Value()); in SetBreakpoints() 141 …kUINodeModifiers()->getGridRowModifier()->setBreakpoints(nativeNode, reference, pointValues.data(), in SetBreakpoints()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | line_modifier.cpp | 24 void SetStartPoint(ArkUINodeHandle node, const ArkUI_Float32* pointValues, const ArkUI_Int32* point… in SetStartPoint() argument 30 point.first = Dimension(pointValues[0], static_cast<OHOS::Ace::DimensionUnit>(pointUnits[0])); in SetStartPoint() 31 point.second = Dimension(pointValues[1], static_cast<OHOS::Ace::DimensionUnit>(pointUnits[1])); in SetStartPoint() 45 void SetEndPoint(ArkUINodeHandle node, const ArkUI_Float32* pointValues, const ArkUI_Int32* pointUn… in SetEndPoint() argument 51 point.first = Dimension(pointValues[0], static_cast<OHOS::Ace::DimensionUnit>(pointUnits[0])); in SetEndPoint() 52 point.second = Dimension(pointValues[1], static_cast<OHOS::Ace::DimensionUnit>(pointUnits[1])); in SetEndPoint()
|
H A D | grid_row_modifier.cpp | 112 void SetBreakpoints(ArkUINodeHandle node, int32_t reference, const ArkUI_Float32* pointValues, in SetBreakpoints() argument 124 CalcDimension valueDimension = Dimension(pointValues[i], DimensionUnit::VP); in SetBreakpoints()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 501 …void (*setStartPoint)(ArkUINodeHandle node, const ArkUI_Float32* pointValues, const ArkUI_Int32* p… 504 …void (*setEndPoint)(ArkUINodeHandle node, const ArkUI_Float32* pointValues, const ArkUI_Int32* poi… 2678 …id (*setBreakpoints)(ArkUINodeHandle node, ArkUI_Int32 reference, const ArkUI_Float32* pointValues,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2008 …void (*setStartPoint)(ArkUINodeHandle node, const ArkUI_Float32* pointValues, const ArkUI_Int32* p… 2011 …void (*setEndPoint)(ArkUINodeHandle node, const ArkUI_Float32* pointValues, const ArkUI_Int32* poi… 4455 …id (*setBreakpoints)(ArkUINodeHandle node, ArkUI_Int32 reference, const ArkUI_Float32* pointValues,
|