/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | base_polygon_pattern_test_ng.cpp | 27 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 D | rs_render_particle_emitter.cpp | 62 if (particleType == ParticleType::POINTS) { in PreEmit()
|
H A D | rs_render_particle.cpp | 650 if (particleType_ == ParticleType::POINTS) { in InitProperty()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_particle.h | 38 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 D | rs_render_particle_emitter_test.cpp | 63 ParticleType type = ParticleType::POINTS; in SetEmitConfig()
|
H A D | rs_render_particle_animation_test.cpp | 62 ParticleType type = ParticleType::POINTS; in SetUp() 171 ParticleType type = ParticleType::POINTS; in HWTEST_F() 328 ParticleType type = ParticleType::POINTS; in HWTEST_F()
|
H A D | rs_render_particle_test.cpp | 55 ParticleType type = ParticleType::POINTS; in SetUp()
|
H A D | rs_render_particle_effector_test.cpp | 68 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 D | gltf2_data_structures.h | 92 POINTS = 0, member in GLTF2::AttributeType::RenderMode
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_particles_drawable.cpp | 187 if (particleType == ParticleType::POINTS) { in Draw()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/ |
H A D | rs_particle_animate_test.cpp | 137 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 D | rs_render_particle_test.cpp | 196 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 D | webgl_rendering_context_base.h | 36 static const GLenum POINTS = 0x0000; member in OHOS::Rosen::WebGLRenderingContextBase
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_drawing_manager.cpp | 332 Rosen::ParticleType::POINTS, PARTICLE_RADIUS, image, Rosen::Vector2f()); in InitParticleEmitter()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 975 ParticleType particleType = ParticleType::POINTS; in Unmarshalling()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 47 return NVal::CreateInt64(env, WebGLRenderingContextBase::POINTS).val_; in GetPoints() 1628 NVal::DeclareNapiGetter("POINTS", GetPoints), in GetRenderingContextBasePropertyDesc()
|
H A D | webgl2_rendering_context_impl.cpp | 593 if (!CheckInList(primitiveMode, { WebGLRenderingContextBase::POINTS, WebGLRenderingContextBase::LINES, in BeginTransformFeedback()
|
H A D | webgl_rendering_context_base_impl.cpp | 2438 WebGLRenderingContextBase::POINTS, in CheckDrawMode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 1134 if (particleType == ParticleType::POINTS) { in SetParticleDrawRegion()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 1314 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 D | rs_node_test.cpp | 5333 params.emitterConfig_.type_ = ParticleType::POINTS; in HWTEST_F()
|