Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRenderArea.h16 static float getCaptureFillValue(CaptureFill captureFill);
18 RenderArea(uint32_t reqHeight, uint32_t reqWidth, CaptureFill captureFill,
20 : mReqHeight(reqHeight), mReqWidth(reqWidth), mCaptureFill(captureFill) { in mReqHeight()
DRenderArea.cpp7 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue() argument
8 switch(captureFill) { in getCaptureFillValue()