Searched refs:PushOpacity (Results 1 – 6 of 6) sorted by relevance
63 TEST(MutatorsStack, PushOpacity) { in TEST() argument66 stack.PushOpacity(alpha); in TEST()126 stack.PushOpacity(alpha); in TEST()138 stackOther.PushOpacity(otherAlpha); in TEST()
33 void MutatorsStack::PushOpacity(const int& alpha) { in PushOpacity() function in flutter::MutatorsStack
133 void PushOpacity(const int& alpha);
45 void PushOpacity(int32_t alpha, double dx = 0, double dy = 0);
69 void LayerTreeBuilder::PushOpacity(int32_t alpha, double dx, double dy) in PushOpacity() function in flutter::OHOS::LayerTreeBuilder
42 context->mutators_stack.PushOpacity(alpha_); in Preroll()