Searched refs:textureOp (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/surround_view/service-impl/ |
D | CarModelConfigReader.cpp | 185 bool ReadOp<TextureOp>(const XMLElement* textureOpElem, TextureOp* textureOp) { in ReadOp() argument 186 RETURN_IF_FALSE(ReadVhalProperty(textureOpElem, "VhalProperty", &textureOp->vhalProperty)); in ReadOp() 188 RETURN_IF_FALSE(ReadAnimationType(textureOpElem, "AnimationType", &textureOp->type)); in ReadOp() 190 RETURN_IF_FALSE(ReadValue(textureOpElem, "DefaultTexture", &textureOp->defaultTexture)); in ReadOp() 192 RETURN_IF_FALSE(ReadValue(textureOpElem, "AnimationTimeMs", &textureOp->animationTime)); in ReadOp() 194 RETURN_IF_FALSE(ReadRange(textureOpElem, "TextureRange", &textureOp->textureRange)); in ReadOp() 196 RETURN_IF_FALSE(ReadRange(textureOpElem, "VhalRange", &textureOp->vhalRange)); in ReadOp()
|
D | AnimationModule.cpp | 92 for (const auto& textureOp : animationInfo.textureOpsMap) { in mapVhalToParts() local 93 if (mVhalToPartsMap.find(textureOp.first) != mVhalToPartsMap.end()) { in mapVhalToParts() 94 mVhalToPartsMap.at(textureOp.first).insert(partId); in mapVhalToParts() 97 std::make_pair(textureOp.first, std::set<std::string>{partId})); in mapVhalToParts()
|
D | AnimationModule.h | 118 const TextureOp& textureOp);
|