Searched refs:firstVal (Results 1 – 6 of 6) sorted by relevance
342 const TransformOperations* firstVal = operationsAt(valueList, firstIndex); in fetchTransformOperationList() local352 if (firstVal->operations().size() != val->operations().size()) in fetchTransformOperationList()355 for (size_t j = 0; j < firstVal->operations().size(); ++j) { in fetchTransformOperationList()356 if (!firstVal->operations().at(j)->isSameType(*val->operations().at(j))) in fetchTransformOperationList()367 list.resize(firstVal->operations().size()); in fetchTransformOperationList()368 for (size_t j = 0; j < firstVal->operations().size(); ++j) { in fetchTransformOperationList()369 TransformOperation::OperationType type = firstVal->operations().at(j)->getOperationType(); in fetchTransformOperationList()377 …lastRotAngle = static_cast<RotateTransformOperation*>(firstVal->operations().at(j).get())->angle(); in fetchTransformOperationList()
408 …const TransformOperations* firstVal = &m_keyframes[firstNonEmptyTransformKeyframeIndex].style()->t… in validateTransformFunctionList() local420 if (firstVal->operations().size() != val->operations().size()) in validateTransformFunctionList()424 for (size_t j = 0; j < firstVal->operations().size(); ++j) { in validateTransformFunctionList()425 if (!firstVal->operations()[j]->isSameType(*val->operations()[j])) in validateTransformFunctionList()
54 short firstVal; member201 aecm->firstVal = 0; in WebRtcAecm_Init()364 aecm->firstVal = aecm->msInSndCardBuf; in WebRtcAecm_Process()368 if (abs(aecm->firstVal - aecm->msInSndCardBuf) in WebRtcAecm_Process()
65 short firstVal; member254 aecpc->firstVal = 0; in WebRtcAec_Init()483 aecpc->firstVal = aecpc->msInSndCardBuf; in WebRtcAec_Process()487 if (abs(aecpc->firstVal - aecpc->msInSndCardBuf) < in WebRtcAec_Process()
98 Object firstVal = "Gabba"; in test_ConstructorLjava_util_Map() local100 map.put("Gah", firstVal); in test_ConstructorLjava_util_Map()104 ht.get("Gah") == firstVal); in test_ConstructorLjava_util_Map()
426 SVal firstVal = state->getSVal(First, LCtx); in CheckOverlap() local429 Optional<Loc> firstLoc = firstVal.getAs<Loc>(); in CheckOverlap()