Home
last modified time | relevance | path

Searched refs:POINTS (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dbase_polygon_pattern_test_ng.cpp27 const std::array<std::array<float, 2>, 5> POINTS = { { { 50, 0 }, { 0, 50 }, { 20, 100 }, { 80, 100 }, { 100, 50 } } }; member
36 auto size = static_cast<int32_t>(POINTS.size()); in CheckPoints()
38 shapePoints.emplace_back(ShapePoint(Dimension(POINTS.at(i).at(0)), Dimension(POINTS.at(i).at(1)))); in CheckPoints()
47 EXPECT_EQ(propLen, static_cast<int32_t>(POINTS.size())); in CheckPoints()
50 EXPECT_FLOAT_EQ(propPoints[i].first.ConvertToPx(), POINTS[i][0]); in CheckPoints()
51 EXPECT_FLOAT_EQ(propPoints[i].second.ConvertToPx(), POINTS[i][1]); in CheckPoints()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_emitter.cpp62 if (particleType == ParticleType::POINTS) { in PreEmit()
H A Drs_render_particle.cpp650 if (particleType_ == ParticleType::POINTS) { in InitProperty()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h38 enum class ParticleType: uint32_t {POINTS = 0, IMAGES}; member in OHOS::Rosen::ParticleType
105 type_(ParticleType::POINTS), radius_(), image_(), imageSize_() in EmitterConfig()
402 ParticleType particleType_ = ParticleType::POINTS;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_emitter_test.cpp63 ParticleType type = ParticleType::POINTS; in SetEmitConfig()
H A Drs_render_particle_animation_test.cpp62 ParticleType type = ParticleType::POINTS; in SetUp()
171 ParticleType type = ParticleType::POINTS; in HWTEST_F()
328 ParticleType type = ParticleType::POINTS; in HWTEST_F()
H A Drs_render_particle_test.cpp55 ParticleType type = ParticleType::POINTS; in SetUp()
H A Drs_render_particle_effector_test.cpp68 ParticleType type = ParticleType::POINTS; in SetEmitConfig()
330 ParticleType type = ParticleType::POINTS; in HWTEST_F()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h92 POINTS = 0, member in GLTF2::AttributeType::RenderMode
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp187 if (particleType == ParticleType::POINTS) { in Draw()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_particle_animate_test.cpp137 ParticleType particleType = ParticleType::POINTS; in HWTEST_F()
790 ASSERT_EQ(particle, ParticleType::POINTS); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_render_particle_test.cpp196 ParticleType particleType = ParticleType::POINTS; in HWTEST_F()
918 ASSERT_EQ(particle, ParticleType::POINTS); in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h36 static const GLenum POINTS = 0x0000; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_drawing_manager.cpp332 Rosen::ParticleType::POINTS, PARTICLE_RADIUS, image, Rosen::Vector2f()); in InitParticleEmitter()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp975 ParticleType particleType = ParticleType::POINTS; in Unmarshalling()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp47 return NVal::CreateInt64(env, WebGLRenderingContextBase::POINTS).val_; in GetPoints()
1628 NVal::DeclareNapiGetter("POINTS", GetPoints), in GetRenderingContextBasePropertyDesc()
H A Dwebgl2_rendering_context_impl.cpp593 if (!CheckInList(primitiveMode, { WebGLRenderingContextBase::POINTS, WebGLRenderingContextBase::LINES, in BeginTransformFeedback()
H A Dwebgl_rendering_context_base_impl.cpp2438 WebGLRenderingContextBase::POINTS, in CheckDrawMode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1134 if (particleType == ParticleType::POINTS) { in SetParticleDrawRegion()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1314 OHOS::Rosen::ParticleType::POINTS, radius, std::make_shared<OHOS::Rosen::RSImage>(), in ConvertParticleEmitterOption()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5333 params.emitterConfig_.type_ = ParticleType::POINTS; in HWTEST_F()

Completed in 60 milliseconds