Searched refs:CaptureFill (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | RenderArea.cpp | 21 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue() 23 case CaptureFill::CLEAR: in getCaptureFillValue() 25 case CaptureFill::OPAQUE: in getCaptureFillValue()
|
D | RenderArea.h | 23 enum class CaptureFill {CLEAR, OPAQUE}; enum 33 static float getCaptureFillValue(CaptureFill captureFill); 35 RenderArea(ui::Size reqSize, CaptureFill captureFill, ui::Dataspace reqDataSpace, in RenderArea() 86 CaptureFill getCaptureFill() const { return mCaptureFill; } in getCaptureFill() 110 const CaptureFill mCaptureFill;
|
D | LayerRenderArea.cpp | 32 : RenderArea(reqSize, CaptureFill::CLEAR, reqDataSpace, options), in LayerRenderArea()
|
D | DisplayRenderArea.cpp | 38 : RenderArea(reqSize, CaptureFill::OPAQUE, reqDataSpace, options), in DisplayRenderArea()
|