| /foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
| D | mesh_unittest.cpp | 37 auto mesh = std::make_shared<Mesh>(); variable 60 auto mesh = std::make_shared<Mesh>(); variable
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
| D | image_mesh.h | 26 …ImageMesh(std::vector<double>& mesh, int32_t column, int32_t row) : mesh_(mesh), column_(column), … in ImageMesh()
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
| D | scene_util.h | 49 CORE_NS::Entity mesh; member
|
| D | picking.cpp | 170 RayCastResult Picking::HitTestNode(ISceneNode& node, const MeshComponent& mesh, const Math::Mat4X4&… in HitTestNode()
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
| D | render_node_default_material_objects.h | 57 RENDER_NS::RenderHandleReference mesh; member
|
| D | render_node_default_shadow_render_slot.h | 97 RENDER_NS::RenderHandle mesh; member
|
| D | render_node_default_material_render_slot.h | 71 RENDER_NS::RenderHandle mesh; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
| D | ArkShape.ts | 106 mesh(value: Array<any> | undefined, column: number | undefined, row: number | undefined): this { method in ArkShapeComponent
|
| D | ArkCommonShape.ts | 74 mesh(value: any[], column: number, row: number): this { method in ArkCommonShapeComponent
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| D | morphing_system.cpp | 229 bool MorphingSystem::Morph(const MeshComponent& mesh, const MorphComponent& mc, bool dirty) in Morph() 308 const auto& mesh = *meshData; in Update() local
|
| D | skinning_system.cpp | 251 auto& mesh = *meshHandle; in UpdateSkin() local
|
| D | render_system.cpp | 1306 const auto& mesh = *meshData; in ProcessRenderables() local 1329 inline void LogBatchValidation(const MeshComponent& mesh) in LogBatchValidation() 1365 const auto& mesh = *meshData; in ProcessBatchRenderables() local 1408 …const BatchDataVector& batchVec, const BatchIndices& batchIndices, const MeshComponent& mesh, MinA… in CombineBatchWorldMinAndMax() argument
|
| D | render_system.h | 111 CORE_NS::Entity mesh; // mesh component member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
| D | shape_model_ng.cpp | 38 void ShapeModelNG::SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh() 178 void ShapeModelNG::SetBitmapMesh(FrameNode* frameNode, std::vector<double>& mesh, int32_t column, i… in SetBitmapMesh()
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | shape_modifier.cpp | 46 void SetShapeMesh(NodeHandle node, const double* mesh, size_t arrayItemCount, int32_t column, int32… in SetShapeMesh()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_shape_bridge.cpp | 78 std::vector<double> mesh; in SetMesh() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas_renderer/ |
| D | canvas_renderer_type.h | 64 std::vector<double> mesh; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/shape/ |
| D | shape_container_component.h | 147 void SetBitmapMesh(const std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | shape_model_impl.cpp | 34 void ShapeModelImpl::SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh()
|
| /foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
| D | lume_common.cpp | 1161 auto mesh = rmm.Get(entity); in CreateGeometry() local 1187 auto mesh = meshUtil.GenerateCubeMesh(*ecs, entity->GetName().c_str(), materialEntity, in CreateNode() local 1195 auto mesh = meshUtil.GenerateSphereMesh(*ecs, entity->GetName().c_str(), in CreateNode() local 1203 auto mesh = meshUtil.GenerateConeMesh(*ecs, entity->GetName().c_str(), in CreateNode() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_shape.cpp | 304 std::vector<double> mesh; in SetBitmapMesh() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
| D | shape_pattern_test_ng.cpp | 161 auto mesh = paintProperty->GetImageMeshValue().GetMesh(); variable
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
| D | wifi_hdi_util.c | 1003 const uint8_t *ie, *ie2, *osen_ie, *p2p, *mesh, *owe, *rsnxe; in GetScanResultText() local
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| D | gltf2_exporter.cpp | 947 auto const& mesh = *static_cast<const MeshComponent*>(meshData->RLock()); in ExportGltfMeshes() local 1840 for (auto const& mesh : data.meshes) { in ExportMeshes() local
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
| D | 3d_dm_structures_common.h | 240 DefaultMaterialSingleMeshStruct mesh[CORE_MAX_MESH_MATRIX_UBO_ELEMENT_COUNT]; member
|