/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_cubic_bezier_interpolator_test.cpp | 106 int res = rsCubicBezierInterpolator.BinarySearch(key); 110 res = rsCubicBezierInterpolator.BinarySearch(key); 114 res = rsCubicBezierInterpolator.BinarySearch(key);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_cubic_bezier_interpolator.cpp | 50 return GetCubicBezierValue(SEARCH_STEP * BinarySearch(input), controlY1_, controlY2_); in InterpolateImpl() 84 int RSCubicBezierInterpolator::BinarySearch(float key) const in BinarySearch() function in OHOS::Rosen::RSCubicBezierInterpolator
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/ |
H A D | cubic_bezier.cpp | 78 float CubicBezier::BinarySearch(const float& value) in BinarySearch() function in OHOS::CameraStandard::CubicBezier 100 return GetCubicBezierY(SERCH_STEP * BinarySearch(input)); in GetInterpolation()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_binary_search.h | 27 int32_t BinarySearch(const std::vector<int64_t> &tableNameArray, int64_t targetValue);
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/smooth_zoom/ |
H A D | cubic_bezier.h | 38 static float BinarySearch(const float& value);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_binary_search.cpp | 28 int32_t BundleActiveBinarySearch::BinarySearch(const std::vector<int64_t> &tableNameArray, int64_t … in BinarySearch() function in OHOS::DeviceUsageStats::BundleActiveBinarySearch
|
H A D | bundle_active_usage_database.cpp | 1354 int32_t packageTableIndex = BundleActiveBinarySearch::GetInstance()->BinarySearch( in UpdateBundleUsageData()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_cubic_bezier_interpolator.h | 40 int BinarySearch(float key) const;
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | bundle_active_total_test.cpp | 341 test.BinarySearch(tableNameArray, 0); 342 test.BinarySearch(tableNameArray, -100);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | interface_helpers.h | 98 constexpr static CORE_NS::IInterface* BinarySearch( 151 return BinarySearch(uid, me, info.data, Size);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_attraction_effect_filter.h | 75 float BinarySearch(float targetX, const Drawing::Point &p1, const Drawing::Point &p2);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_attraction_effect_filter.cpp | 92 float RSAttractionEffectFilter::BinarySearch(float targetX, const Drawing::Point &p1, const Drawing… in BinarySearch() function in OHOS::Rosen::RSAttractionEffectFilter 407 float speed = BinarySearch(attractionFraction_, speedListsFirst[i], speedListsSecond[i]); in CalculateWindowStatus()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_attraction_effect_filter_test.cpp | 207 EXPECT_NE(firstEffectFilter.BinarySearch(targetX, p1, p2), 0.0f);
|