Home
last modified time | relevance | path

Searched refs:REPEAT (Results 1 – 25 of 115) sorted by relevance

12345

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dshader_effect_test.cpp143 picture, TileMode::MIRROR, TileMode::REPEAT, FilterMode::LINEAR, matrix, rect);
229 TileMode tileMode = TileMode::REPEAT;
271 TileMode tileMode = TileMode::REPEAT;
310 TileMode tileMode = TileMode::REPEAT;
386 TileMode tileX = TileMode::REPEAT;
405 TileMode tileX = TileMode::REPEAT;
461 TileMode::REPEAT, TileMode::MIRROR, FilterMode::LINEAR, matrix, rect);
478 TileMode::MIRROR, TileMode::REPEAT, FilterMode::LINEAR, matrix, rect);
575 startRadius, endPoint, endRadius, colors, position, TileMode::REPEAT, &matrix);
596 startRadius, endPoint, endRadius, colors, position, TileMode::REPEAT, &matrix);
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/
H A Dbenchmarks.sh30 export REPEAT=$2
35 echo "export FIB_NUM=$FIB_NUM; export COMPUTE_TIME_US=$COMPUTE_TIME_US; REPEAT=$REPEAT"
46 echo $REPEAT,$task_compute_time,\
67 export REPEAT=1;export PREHOT_FFRT=1;export FFRT_LOG_LEVEL=0
H A Dcommon.h25 uint64_t REPEAT = 1; variable
94 GET_ENV(REPEAT, REPEAT, 1); in GetEnvs()
/ohos5.0/base/update/updater/utils/include/
H A Dmacros_updater.h52 #define REPEAT(MACRO, ...) CONCAT(REPEAT_, SIZE(__VA_ARGS__))(MACRO, __VA_ARGS__) macro
86 REPEAT(GET_MEMBER_DECLARTION, __VA_ARGS__) \
92 constexpr static const char *MEMBER_KEY[] = {REPEAT(GET_MEMBER_KEY, __VA_ARGS__)}; \
96 return Detail::Get<idx>(REPEAT(GET_MEMBER, __VA_ARGS__)); \
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/fib/
H A Dfib.cpp76 for (uint64_t i = 0; i < REPEAT; ++i) { in FibDataWait()
116 for (uint64_t i = 0; i < REPEAT; ++i) { in FibNoWait()
134 for (uint64_t i = 0; i < REPEAT; ++i) { in FibChildWait()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui_effect/filter/include/
H A Dfilter_para.h25 REPEAT = 1, enumerator
32 { "REPEAT", TileMode::REPEAT },
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/fork_join/
H A Dfork_join.cpp26 for (uint32_t r = 0; r < REPEAT; r++) { in ForkJoin()
40 for (uint32_t r = 0; r < REPEAT; r++) { in ForkJoinWorker()
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp891 if (mode == PlaybackMode::REPEAT) { in SelectPlaybackMode()
926 if (historyAutoAndRepeatLevel_ == PlaybackMode::REPEAT) { in StartAnimation()
968 if (repeatFlag == PlaybackMode::REPEAT) { in StartAnimation()
983 if (historyAutoAndRepeatLevel_ != PlaybackMode::REPEAT) { in StopPlayback()
1008 if (historyAutoAndRepeatLevel_ == PlaybackMode::REPEAT) { in StopAnimation()
1057 if (autoAndRepeatLevel_ == PlaybackMode::REPEAT) { in StopAnimationCallback()
1072 if (autoAndRepeatLevel_ != PlaybackMode::REPEAT) { in AutoPlay()
1126 historyAutoAndRepeatLevel_ = PlaybackMode::REPEAT; in RepeatPlay()
1127 autoAndRepeatLevel_ = PlaybackMode::REPEAT; in RepeatPlay()
1317 } else if (historyAutoAndRepeatLevel_ == PlaybackMode::REPEAT) { in OnWindowHide()
[all …]
H A Dmovingphoto_utils.h25 REPEAT enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/animator/
H A Danimator_test_ng.cpp52 aimatorModel.AddEventListener(nullptr, Framework::EventOperation::REPEAT, "-1");
62 aimatorModel.AddEventListener(event, Framework::EventOperation::REPEAT, "-1");
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_shader_effect_test.cpp90 …_ShaderEffectCreateRadialGradient(centerPt, radius, gColors, gPos, 1, OH_Drawing_TileMode::REPEAT);
92 …g_ShaderEffectCreateRadialGradient(nullptr, radius, gColors, gPos, 1, OH_Drawing_TileMode::REPEAT);
94 …_ShaderEffectCreateRadialGradient(centerPt, radius, nullptr, gPos, 1, OH_Drawing_TileMode::REPEAT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_gradient_declaration.cpp92 declaration.SetSpreadMethod(SpreadMethod::REPEAT); in SetSpecializedValue()
104 declaration.SetSpreadMethod(SpreadMethod::REPEAT); in SetSpecializedValue()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Deffect_kit.md43 | [EffectTileMode](#effecttilemode) { CLAMP = 0, REPEAT, MIRROR, DECAL } | 定义着色器效果平铺模式的枚举。 |
131 | REPEAT | 在水平和垂直方向上重复着色器效果。 |
H A Deffect__types_8h.md43 | [EffectTileMode](effect_kit.md#effecttilemode) { CLAMP = 0, REPEAT, MIRROR, DECAL } | 定义着色器效果平铺模式…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_shader_effect_test.cpp83 …skiaShaderEffect.InitWithImage(image, TileMode::MIRROR, TileMode::REPEAT, samplingOptions, matrix);
135 … skiaShaderEffect.InitWithRadialGradient(centerPt, radius, color, pos, TileMode::REPEAT, nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effect_ndk/include/
H A Deffect_types.h99 REPEAT, enumerator
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_common.h25 REPEAT, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_pattern.cpp81 *rsPicture, RSTileMode::REPEAT, RSTileMode::REPEAT, RSFilterMode::NEAREST, matrix4, rect); in OnAsPaint()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Daa_rect_modes.cpp149 …Effect *shaderEffect = OH_Drawing_ShaderEffectCreateImageShader(image, OH_Drawing_TileMode::REPEAT, in make_bg_shader()
150 OH_Drawing_TileMode::REPEAT, option, matrix); in make_bg_shader()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp519 } else if (streamType == StreamType::REPEAT) { in AddOutput()
635 } else if (streamType == StreamType::REPEAT) { in RemoveOutput()
742 auto repeatStreams = streamContainer_.GetStreams(StreamType::REPEAT); in ExpandSketchRepeatStream()
782 auto repeatStreams = streamContainer_.GetStreams(StreamType::REPEAT); in ExpandMovingPhotoRepeatStream()
1086 if (stream && stream->GetStreamType() == StreamType::REPEAT && in RestartStreams()
1127 if (curStream->GetStreamType() != StreamType::REPEAT) { in CheckIfColorSpaceMatchesFormat()
1502 if (item->GetStreamType() == StreamType::REPEAT) { in Stop()
2103 } else if (curStream->GetStreamType() == StreamType::REPEAT) { in OnCaptureStarted()
2227 } else if (curStream->GetStreamType() == StreamType::REPEAT) { in OnCaptureEnded()
2248 } else if (curStream->GetStreamType() == StreamType::REPEAT) { in OnCaptureEndedExt()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h152 enum class WrapMode : int { CLAMP_TO_EDGE = 33071, MIRRORED_REPEAT = 33648, REPEAT = 10497 }; in CORE3D_BEGIN_NAMESPACE() enumerator
357 WrapMode wrapS = WrapMode::REPEAT; in CORE3D_BEGIN_NAMESPACE()
358 WrapMode wrapT = WrapMode::REPEAT; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/animator/
H A Danimator_model_ng.cpp39 case EventOperation::REPEAT: in AddEventListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h326 REPEAT, enumerator
398 REPEAT, enumerator
486 ImageRepeat::REPEAT,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_shader_effect.h60 REPEAT, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_shader_effect.h30 REPEAT, enumerator

12345