Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h236 static uint32_t maxGraphicsWidth; variable
H A DSurfaceFlinger.cpp331 uint32_t SurfaceFlinger::maxGraphicsWidth; member in android::SurfaceFlinger
395 maxGraphicsWidth = std::max(max_graphics_width(0), 0); in SurfaceFlinger()
2823 ui::Size(maxGraphicsWidth, maxGraphicsHeight)); in processDisplayAdded()