Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DRenderArea.h24 static float getCaptureFillValue(CaptureFill captureFill);
26 RenderArea(ui::Size reqSize, CaptureFill captureFill, ui::Dataspace reqDataSpace,
32 mCaptureFill(captureFill),
H A DRenderArea.cpp25 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue() argument
26 switch(captureFill) { in getCaptureFillValue()