Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRenderArea.h14 enum class CaptureFill {CLEAR, OPAQUE}; enum
16 static float getCaptureFillValue(CaptureFill captureFill);
18 RenderArea(uint32_t reqHeight, uint32_t reqWidth, CaptureFill captureFill,
41 CaptureFill getCaptureFill() const { return mCaptureFill; }; in getCaptureFill()
47 CaptureFill mCaptureFill;
DRenderArea.cpp7 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue()
9 case CaptureFill::CLEAR: in getCaptureFillValue()
11 case CaptureFill::OPAQUE: in getCaptureFillValue()
DDisplayDevice.h345 : RenderArea(reqHeight, reqWidth, CaptureFill::OPAQUE, rotation), mDevice(device), in DisplayRenderArea()
DSurfaceFlinger.cpp4736 : RenderArea(reqHeight, reqWidth, CaptureFill::CLEAR), in captureLayers()