Home
last modified time | relevance | path

Searched refs:dstPoint (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_matrix4_module.cpp281 std::vector<OHOS::Ace::NG::PointT<int32_t>> srcPoint, dstPoint; in SetPolyToPoly() local
283 ParsePoint(dstJsValue, dstPoint, runtime); in SetPolyToPoly()
285 pointCount > static_cast<int32_t>(dstPoint.size())) { in SetPolyToPoly()
287 pointCount, static_cast<int>(srcPoint.size()), static_cast<int>(dstPoint.size())); in SetPolyToPoly()
295 if (dstIndex < 0 || (pointCount + dstIndex) > static_cast<int32_t>(dstPoint.size())) { in SetPolyToPoly()
297 dstIndex, pointCount, static_cast<int>(dstPoint.size())); in SetPolyToPoly()
307 totalPoint.push_back(dstPoint[i]); in SetPolyToPoly()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h461 void SetAttractionDstPoint(Vector2f dstPoint);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2444 void RSProperties::SetAttractionDstPoint(Vector2f dstPoint) in SetAttractionDstPoint() argument
2446 attractDstPoint_ = dstPoint; in SetAttractionDstPoint()