Searched refs:indexOffset (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.h | 130 int32_t indexOffset = -1; in CORE3D_BEGIN_NAMESPACE() member 146 …ic void GatherDeltasP(SubmeshExt& submesh, uint8_t* dst, uint32_t baseOffset, uint32_t indexOffset, in CORE3D_BEGIN_NAMESPACE() 148 …c void GatherDeltasPN(SubmeshExt& submesh, uint8_t* dst, uint32_t baseOffset, uint32_t indexOffset, in CORE3D_BEGIN_NAMESPACE() 150 …c void GatherDeltasPT(SubmeshExt& submesh, uint8_t* dst, uint32_t baseOffset, uint32_t indexOffset, in CORE3D_BEGIN_NAMESPACE() 152 … void GatherDeltasPNT(SubmeshExt& submesh, uint8_t* dst, uint32_t baseOffset, uint32_t indexOffset, in CORE3D_BEGIN_NAMESPACE()
|
H A D | mesh_builder.cpp | 1213 submesh.indexOffset = static_cast<int32_t>(offset); in SetIndexData() 1290 uint32_t indexOffset = 0u; in SetMorphTargetData() local 1296 submesh.morphTargetBufferOffset = indexOffset; in SetMorphTargetData() 1308 const uint32_t baseOffset = indexOffset + totalIndexSize; in SetMorphTargetData() 1336 … GatherDeltasP(submesh, buffer, baseOffset, indexOffset, targetSize, targetPositions); in SetMorphTargetData() 1348 indexOffset + in SetMorphTargetData() 1663 { indexData_.data() + submesh.indexOffset, submesh.indexSize } }; in GenerateMissingAttributes() 1721 …uilder::GatherDeltasP(SubmeshExt& submesh, uint8_t* dst, uint32_t baseOffset, uint32_t indexOffset, in GatherDeltasP() argument 1740 auto index = reinterpret_cast<uint32_t*>(dst + indexOffset); in GatherDeltasP() 1832 auto index = reinterpret_cast<uint32_t*>(dst + indexOffset); in GatherDeltasPN() [all …]
|
/ohos5.0/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 223 …tBinder.BindBuffer(0u, submesh.morphTargetBuffer.bufferHandle.GetHandle(), indexOffset, indexSize); in ComputeMorphs() 225 const auto vertexOffset = indexOffset + indexSize; in ComputeMorphs()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_file.cpp | 174 size = last->indexOffset + last->indexLen; in SetFile() 242 glyphInfo.fontIndexSectionStart = fontIndexSectionStart_ + glyphInfo.fontHeader->indexOffset; in GetGlyphInfo() 248 glyphInfo.indexCache = indexCache_ + glyphInfo.fontHeader->indexOffset; in GetGlyphInfo()
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | utils.cpp | 336 size_t indexOffset = ConvertBytesToSizeT(temp); in GetTimeZoneAvailableIDs() local 339 while (indexOffset < dataOffset) { in GetTimeZoneAvailableIDs() 341 indexOffset += tempSize; in GetTimeZoneAvailableIDs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.h | 185 void SetIndexOffset(int32_t indexOffset) in SetIndexOffset() argument 187 indexOffset_ = indexOffset; in SetIndexOffset()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font_header.h | 248 uint32_t indexOffset; member 264 uint32_t indexOffset; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_loader.cpp | 2404 … const auto indexOffset = static_cast<typename ImageContainer::difference_type>(lookupImageIndex); in PrimitiveAttributes() local 2405 loadResult.data->images.erase(loadResult.data->images.begin() + indexOffset); in PrimitiveAttributes()
|