Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dcubic_bezier.cpp23 constexpr float MAX_RESOLUTION = 4000.0; variable
24 constexpr float SERCH_STEP = 1.0 / MAX_RESOLUTION;
81 int high = MAX_RESOLUTION; in BinarySearch()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_cubic_bezier_interpolator.h42 constexpr static int MAX_RESOLUTION = 4000; variable
43 constexpr static float SEARCH_STEP = 1.0f / MAX_RESOLUTION;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_cubic_bezier_interpolator.cpp87 int high = MAX_RESOLUTION; in BinarySearch()