Home
last modified time | relevance | path

Searched defs:getEffectiveScalingMode (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp578 uint32_t BufferLayer::getEffectiveScalingMode() const { in getEffectiveScalingMode() function in android::BufferLayer
H A DBufferStateLayer.cpp906 uint32_t BufferStateLayer::getEffectiveScalingMode() const { in getEffectiveScalingMode() function in android::BufferStateLayer
H A DLayer.h925 virtual uint32_t getEffectiveScalingMode() const { return 0; } in getEffectiveScalingMode() function