Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRenderArea.cpp21 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue()
23 case CaptureFill::CLEAR: in getCaptureFillValue()
25 case CaptureFill::OPAQUE: in getCaptureFillValue()
DRenderArea.h23 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;
DLayerRenderArea.cpp32 : RenderArea(reqSize, CaptureFill::CLEAR, reqDataSpace, options), in LayerRenderArea()
DDisplayRenderArea.cpp38 : RenderArea(reqSize, CaptureFill::OPAQUE, reqDataSpace, options), in DisplayRenderArea()