Home
last modified time | relevance | path

Searched refs:positionFormat (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp2077 const auto positionFormat = GetFormatSpec(positionData.format); in CalculateJointBounds() local
2078 if (positionFormat.format == BASE_FORMAT_UNDEFINED) { in CalculateJointBounds()
2081 …if (const auto positionElementSize = positionFormat.componentCount * positionFormat.componentByteS… in CalculateJointBounds()
2130 for (auto j = 0U; j < positionFormat.componentCount; ++j) { in CalculateJointBounds()
2131 pos[j] = positionFormat.toIntermediate(ptr + j * positionFormat.componentByteSize); in CalculateJointBounds()