Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/flow/
Dmutators_stack_unittests.cc128 MutatorsStack stackOther; in TEST() local
130 stackOther.PushTransform(matrixOther); in TEST()
132 stackOther.PushClipRect(rectOther); in TEST()
134 stackOther.PushClipRRect(rrectOther); in TEST()
136 stackOther.PushClipPath(otherPath); in TEST()
138 stackOther.PushOpacity(otherAlpha); in TEST()
140 ASSERT_TRUE(stack == stackOther); in TEST()