/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_steps_interpolator.cpp | 25 RSStepsInterpolator::RSStepsInterpolator(int32_t steps, StepsCurvePosition position) in RSStepsInterpolator() argument 29 RSStepsInterpolator::RSStepsInterpolator(uint64_t id, int32_t steps, StepsCurvePosition position) in RSStepsInterpolator() argument 53 int32_t steps = 0; in Unmarshalling() local [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_gblur.c | 39 int steps = 2; in check_horiz_slice() local 54 int steps = 2; in check_verti_slice() local
|
/third_party/libunwind/libunwind/tests/ |
H A D | Ltest-init-local-signal.c | 13 int steps = 0; in stepper() local
|
H A D | Ltest-mem-validate.c | 62 int steps = 0; in do_backtrace() local
|
/third_party/libsnd/src/ |
H A D | ima_oki_adpcm.h | 33 int const * steps ; member
|
/third_party/skia/src/gpu/ |
H A D | GrColorSpaceXform.h | 24 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform() argument 31 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function in GrColorSpaceXform [all...] |
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_steps_interpolator_animat_test.cpp | 43 int32_t steps = 4; in HWTEST_F() local 76 int32_t steps in HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_steps_interpolator_test.cpp | 43 int32_t steps = 4; in HWTEST_F() local 76 int32_t steps in HWTEST_F() local [all...] |
/third_party/libwebsockets/lib/drivers/led/ |
H A D | led-seq.c | 156 int steps; in lws_led_set_chs_seq() local
|
/third_party/skia/samplecode/ |
H A D | SamplePathEffects.cpp | 82 int steps = 20; variable
|
/third_party/ffmpeg/libavfilter/ |
H A D | gblur.h | 37 int steps; member
|
H A D | vf_gblur_init.h | 45 static void horiz_slice_c(float *buffer, int width, int height, int steps, in horiz_slice_c() argument 66 do_vertical_columns(float *buffer, int width, int height, int column_begin, int column_end, int steps, float nu, float boundaryscale, int column_step) do_vertical_columns() argument 99 verti_slice_c(float *buffer, int width, int height, int slice_start, int slice_end, int steps, float nu, float boundaryscale) verti_slice_c() argument
|
/third_party/skia/src/core/ |
H A D | SkConvertPixels.cpp | 17 rect_memcpy(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRB, const SkColorSpaceXformSteps& steps) rect_memcpy() argument 34 swizzle_or_premul(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRB, const SkColorSpaceXformSteps& steps) swizzle_or_premul() argument 206 convert_with_pipeline(const SkImageInfo& dstInfo, void* dstRow, int dstStride, const SkImageInfo& srcInfo, const void* srcRow, int srcStride, const SkColorSpaceXformSteps& steps) convert_with_pipeline() argument [all...] |
/third_party/skia/third_party/externals/dawn/scripts/ |
H A D | perf_test_runner.py | 132 steps = get_results("steps", ["--calibration"])[0] variable
|
/third_party/skia/experimental/graphite/src/ |
H A D | Renderer.h | 93 SkSpan<const RenderStep* const> steps() const { in steps() function in skgpu::Renderer 118 Renderer(const char* name, std::array<const RenderStep*, N> steps) in Renderer() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_rating.cpp | 126 auto steps = info[0]->ToNumber<double>(); in SetStepSize() local
|
/foundation/arkui/ui_lite/test/autotest/include/ |
H A D | ui_test_message.h | 47 std::vector<TestSteps> steps; member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_animation_timing_curve.cpp | 112 RSAnimationTimingCurve RSAnimationTimingCurve::CreateStepsCurve(int32_t steps, StepsCurvePosition position) in CreateStepsCurve() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudiodec_common.c | 464 int val1, val2, val3, steps; in mpegaudiodec_common_init_static() local
|
/third_party/backends/backend/genesys/ |
H A D | device.cpp | 158 advance_head_pos_by_steps(ScanHeadId scan_head, Direction direction, unsigned steps) advance_head_pos_by_steps() argument
|
H A D | motor.cpp | 44 float compute_acceleration_for_steps(unsigned initial_w, unsigned max_w, unsigned steps) in compute_acceleration_for_steps() argument 52 create_from_steps(unsigned initial_w, unsigned max_w, unsigned steps) create_from_steps() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_debug.h | 71 steps = 1 << 17, enumerator
|
/third_party/libdrm/tests/modetest/ |
H A D | cursor.c | 125 static const struct cursor_step steps[] = { variable
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_rating_bridge.cpp | 88 auto steps = secondArg->ToNumber(vm)->Value();
in SetRatingStepSize() local
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | component_test_tester_impl.cpp | 197 uint32_t steps = distance / stepLen; in FlingImpl() local
|