Flutter Engine
 
Loading...
Searching...
No Matches
flutter::IntegralTransformEntry Class Reference

Inherits flutter::LayerStateStack::StateEntry.

Public Member Functions

 IntegralTransformEntry ()=default
 
void apply (LayerStateStack *stack) const override
 

Detailed Description

Definition at line 411 of file layer_state_stack.cc.

Constructor & Destructor Documentation

◆ IntegralTransformEntry()

flutter::IntegralTransformEntry::IntegralTransformEntry ( )
default

Member Function Documentation

◆ apply()

void flutter::IntegralTransformEntry::apply ( LayerStateStack stack) const
inlineoverride

Definition at line 415 of file layer_state_stack.cc.

415 {
416 stack->delegate_->integralTransform();
417 }

The documentation for this class was generated from the following file: