Searched refs:CaptureFill (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | RenderArea.h | 23 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;
|
D | RenderArea.cpp | 21 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue() 23 case CaptureFill::CLEAR: in getCaptureFillValue() 25 case CaptureFill::OPAQUE: in getCaptureFillValue()
|
D | DisplayRenderArea.cpp | 51 : RenderArea(reqSize, CaptureFill::OPAQUE, reqDataSpace, display->getLayerStackSpaceRect(), in DisplayRenderArea()
|
D | LayerRenderArea.cpp | 42 : RenderArea(reqSize, CaptureFill::CLEAR, reqDataSpace, layerStackRect, allowSecureLayers), in LayerRenderArea()
|