Searched defs:degreeX (Results 1 – 3 of 3) sorted by relevance
294 auto degreeX = static_cast<float>(StringUtils::StringToDegree(offsets[0])); in __anonc5ef80111102() local298 auto degreeX = static_cast<float>(StringUtils::StringToDegree(typeValue)); in __anonc5ef80111102() local304 auto degreeX = static_cast<float>(StringUtils::StringToDegree(typeValue)); in __anonc5ef80111202() local
953 auto degreeX = StringUtils::StringToDegree(offsets[0]); in SetTransform() local
843 void RSNode::SetRotation(float degreeX, float degreeY, float degreeZ) in SetRotation()