Searched refs:dstPoint (Results 1 – 3 of 3) sorted by relevance
281 std::vector<OHOS::Ace::NG::PointT<int32_t>> srcPoint, dstPoint; in SetPolyToPoly() local283 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()
461 void SetAttractionDstPoint(Vector2f dstPoint);
2444 void RSProperties::SetAttractionDstPoint(Vector2f dstPoint) in SetAttractionDstPoint() argument2446 attractDstPoint_ = dstPoint; in SetAttractionDstPoint()