Searched refs:matchPrefix (Results 1 – 1 of 1) sorted by relevance
440 auto matchPrefix = MatchingLength(*this, from); in BlendInner() local445 for (std::size_t i = 0; i < matchPrefix; i++) { in BlendInner()451 if (matchPrefix < std::max(fromSize, toSize)) { in BlendInner()454 fromTransformOperation.matrix4_ = from.ComputerRemaining(matchPrefix); in BlendInner()457 toTransformOperation.matrix4_ = ComputerRemaining(matchPrefix); in BlendInner()