Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp117 size_t creationCost = getComponentDisplayCost(); in getCreationCost() local
120 creationCost += static_cast<size_t>(mBounds.width() * mBounds.height()); in getCreationCost()
122 return creationCost; in getCreationCost()