Home
last modified time | relevance | path

Searched defs:POINTS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/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… variable
/ohos5.0/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}; enumerator
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h36 static const GLenum POINTS = 0x0000; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h92 POINTS = 0, in CORE3D_BEGIN_NAMESPACE() enumerator