Home
last modified time | relevance | path

Searched refs:CaptureFill (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRenderArea.h23 enum class CaptureFill {CLEAR, OPAQUE}; enum
25 static float getCaptureFillValue(CaptureFill captureFill);
27 RenderArea(ui::Size reqSize, CaptureFill captureFill, ui::Dataspace reqDataSpace,
82 CaptureFill getCaptureFill() const { return mCaptureFill; } in getCaptureFill()
99 const CaptureFill mCaptureFill;
DRenderArea.cpp21 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue()
23 case CaptureFill::CLEAR: in getCaptureFillValue()
25 case CaptureFill::OPAQUE: in getCaptureFillValue()
DDisplayRenderArea.cpp51 : RenderArea(reqSize, CaptureFill::OPAQUE, reqDataSpace, display->getLayerStackSpaceRect(), in DisplayRenderArea()
DLayerRenderArea.cpp42 : RenderArea(reqSize, CaptureFill::CLEAR, reqDataSpace, layerStackRect, allowSecureLayers), in LayerRenderArea()