Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRenderArea.h22 static float getCaptureFillValue(CaptureFill captureFill);
24 RenderArea(uint32_t reqWidth, uint32_t reqHeight, CaptureFill captureFill,
30 mCaptureFill(captureFill), in mReqWidth()
DRenderArea.cpp5 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue() argument
6 switch(captureFill) { in getCaptureFillValue()