Home
last modified time | relevance | path

Searched defs:intervals (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dpath_effect_test.cpp48 scalar intervals[] = { 1.0f, 2.0f, 1.5f, 3.0f }; variable
62 scalar intervals[] = { 1.0f, 2.0f, 1.5f, 3.0f }; variable
191 scalar intervals[] = { 1.0f, 2.0f, 1.5f, 3.0f }; variable
208 scalar intervals[] = { 15.0f, 25.0f, 15.5f, 35.0f }; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path_effect.cpp30 OH_Drawing_PathEffect* OH_Drawing_CreateDashPathEffect(float* intervals, int count, float phase) in OH_Drawing_CreateDashPathEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_dash_path_effect.cpp23 std::shared_ptr<TexginePathEffect> TexgineDashPathEffect::Make(const float intervals[], int count, … in Make()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_recording_path_effect.h30 …static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count,… in CreateDashPathEffect()
H A Dtesting_path_effect.h41 …static std::shared_ptr<TestingPathEffect> CreateDashPathEffect(const float intervals[], int count,… in CreateDashPathEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_path_effect_test.cpp50 float intervals[] = {1, 1, 1}; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpatheffect_fuzzer/
H A Dpatheffect_fuzzer.cpp45 float* intervals = new float[number]; in NativePathEffectTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dshape_painter.cpp76 RSScalar intervals[lineDashState.size()]; in SetPen() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dpath_effect.cpp25 PathEffect::PathEffect(PathEffectType t, const scalar intervals[], int count, scalar phase) noexcep… in PathEffect()
73 std::shared_ptr<PathEffect> PathEffect::CreateDashPathEffect(const scalar intervals[], int count, s… in CreateDashPathEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsk_painter.cpp126 SkScalar intervals[lineDashState.size()]; in SetPen() local
199 Rosen::Drawing::scalar intervals[lineDashState.size()]; in SetPen() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/patheffect_fuzzer/
H A Dpatheffect_fuzzer.cpp50 float* intervals = new float[count]; in PathEffectFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.cpp293 SkScalar intervals[lineDashState.size()]; in DrawStroke() local
312 RSScalar intervals[lineDashState.size()]; in DrawStroke() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp291 std::vector<SkScalar> intervals(lineDashState.size()); in UpdateLineDash() local
298 RSScalar intervals[lineDashState.size()]; in UpdateLineDash() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_painter.cpp97 RSScalar intervals[lineDashState.size()]; in SetPen() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path_effect.cpp37 void SkiaPathEffect::InitWithDash(const scalar intervals[], int count, scalar phase) in InitWithDash()
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Devent_log_wrapper.h49 #define EVENT_PRINT_LIMIT(type, level, intervals, canPrint) \ argument
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_logger.h75 #define EH_PRINT_LIMIT(type, level, intervals, canPrint) \ argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddashing.cpp37 float intervals[] = { in drawline() local
187 const int *intervals = &gIntervals[1]; in OnTestFunction() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtext_blob.cpp55 int TextBlob::GetIntercepts(const SkScalar bounds[], SkScalar intervals[], const Paint *paint) in GetIntercepts()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_effect_napi/
H A Djs_path_effect.cpp113 scalar intervals[arrayLength]; in CreateDashPathEffect() local
/ohos5.0/foundation/multimedia/av_session/frameworks/native/ohavsession/src/
H A DOHAVMetadataBuilder.cpp92 AVMetadata_Result OHAVMetadataBuilder::SetSkipIntervals(AVMetadata_SkipIntervals intervals) in SetSkipIntervals()
368 AVMetadata_SkipIntervals intervals) in OH_AVMetadataBuilder_SetSkipIntervals()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/
H A Dpen_fuzzer.cpp186 float* intervals = new float[size_path]; in PenFuzzTest003() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dtext_log.h47 #define TEXT_PRINT_LIMIT(type, level, intervals, canPrint, frequency) … argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drosen_render_bubble.cpp767 const float intervals[] = { SkDoubleToScalar(borderWidth), SkDoubleToScalar(borderWidth) }; in PaintBorder() local
812 …const float intervals[] = { static_cast<RSScalar>(borderWidth), static_cast<RSScalar>(borderWidth)… in PaintBorder() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/
H A Drs_cpu_overdraw_canvas_listener_test.cpp84 …int GetIntercepts(const float bounds[], float intervals[], const Drawing::Paint* paint) const over… in GetIntercepts()

12