Home
last modified time | relevance | path

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

/packages/services/Car/surround_view/service-impl/
DAnimationModule.cpp133 .localModel = gMat4Identity, in initCarPartStatus()
166 appendMat(mCarPartsStatusMap.at(childPart).localModel, in updateChildrenParts()
269 currentCarPartStatus.localModel = gMat4Identity; in performTranslationOp()
278 currentCarPartStatus.localModel = in performTranslationOp()
280 currentCarPartStatus.currentModel = appendMatrix(currentCarPartStatus.localModel, in performTranslationOp()
293 currentCarPartStatus.localModel = in performTranslationOp()
295 currentCarPartStatus.currentModel = appendMatrix(currentCarPartStatus.localModel, in performTranslationOp()
304 currentCarPartStatus.localModel = in performTranslationOp()
307 appendMatrix(currentCarPartStatus.localModel, in performTranslationOp()
313 currentCarPartStatus.localModel = in performTranslationOp()
[all …]
DAnimationModule.h71 Mat4x4 localModel; member