Home
last modified time | relevance | path

Searched refs:getCaptureFillValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRenderArea.cpp5 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue() function in android::RenderArea
DRenderArea.h22 static float getCaptureFillValue(CaptureFill captureFill);
DSurfaceFlinger.cpp6084 const float alpha = RenderArea::getCaptureFillValue(renderArea.getCaptureFill()); in renderScreenImplLocked()