Searched defs:indexOffset (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_morph.cpp | 218 const auto indexOffset = submesh.morphTargetBuffer.bufferOffset; in ComputeMorphs() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.h | 130 int32_t indexOffset = -1; member
|
H A D | mesh_builder.cpp | 1288 uint32_t indexOffset = 0u; in SetMorphTargetData() local 1719 GatherDeltasP(SubmeshExt& submesh, uint8_t* dst, uint32_t baseOffset, uint32_t indexOffset, uint32_t targetSize, const MeshBuilder::DataBuffer& targetPositions) GatherDeltasP() argument 1798 GatherDeltasPN(SubmeshExt& submesh, uint8_t* dst, uint32_t baseOffset, uint32_t indexOffset, uint32_t targetSize, const MeshBuilder::DataBuffer& targetPositions, const MeshBuilder::DataBuffer& targetNormals) GatherDeltasPN() argument 1909 GatherDeltasPT(SubmeshExt& submesh, uint8_t* dst, uint32_t baseOffset, uint32_t indexOffset, uint32_t targetSize, const MeshBuilder::DataBuffer& targetPositions, const MeshBuilder::DataBuffer& targetTangents) GatherDeltasPT() argument 1913 GatherDeltasPNT(SubmeshExt& submesh, uint8_t* dst, uint32_t baseOffset, uint32_t indexOffset, uint32_t targetSize, const MeshBuilder::DataBuffer& targetPositions, const MeshBuilder::DataBuffer& targetNormals, const MeshBuilder::DataBuffer& targetTangents) GatherDeltasPNT() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.h | 185 void SetIndexOffset(int32_t indexOffset) in SetIndexOffset() argument
|
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font_header.h | 248 uint32_t indexOffset; member 264 uint32_t indexOffset; member
|
Completed in 6 milliseconds