/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | shader_effect_test.cpp | 143 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 D | benchmarks.sh | 30 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 D | common.h | 25 uint64_t REPEAT = 1; variable 94 GET_ENV(REPEAT, REPEAT, 1); in GetEnvs()
|
/ohos5.0/base/update/updater/utils/include/ |
H A D | macros_updater.h | 52 #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 D | fib.cpp | 76 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 D | filter_para.h | 25 REPEAT = 1, enumerator 32 { "REPEAT", TileMode::REPEAT },
|
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/fork_join/ |
H A D | fork_join.cpp | 26 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 D | movingphoto_pattern.cpp | 891 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 D | movingphoto_utils.h | 25 REPEAT enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/animator/ |
H A D | animator_test_ng.cpp | 52 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 D | drawing_shader_effect_test.cpp | 90 …_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 D | svg_gradient_declaration.cpp | 92 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 D | effect_kit.md | 43 | [EffectTileMode](#effecttilemode) { CLAMP = 0, REPEAT, MIRROR, DECAL } | 定义着色器效果平铺模式的枚举。 | 131 | REPEAT | 在水平和垂直方向上重复着色器效果。 |
|
H A D | effect__types_8h.md | 43 | [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 D | skia_shader_effect_test.cpp | 83 …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 D | effect_types.h | 99 REPEAT, enumerator
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | istream_common.h | 25 REPEAT, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_pattern.cpp | 81 *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 D | aa_rect_modes.cpp | 149 …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 D | hcapture_session.cpp | 519 } 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 D | gltf2_data_structures.h | 152 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 D | animator_model_ng.cpp | 39 case EventOperation::REPEAT: in AddEventListener()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | constants.h | 326 REPEAT, enumerator 398 REPEAT, enumerator 486 ImageRepeat::REPEAT,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_shader_effect.h | 60 REPEAT, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_shader_effect.h | 30 REPEAT, enumerator
|