Searched refs:CaptureFill (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | RenderArea.h | 20 enum class CaptureFill {CLEAR, OPAQUE}; enum 22 static float getCaptureFillValue(CaptureFill captureFill); 24 RenderArea(uint32_t reqWidth, uint32_t reqHeight, CaptureFill captureFill, 79 CaptureFill getCaptureFill() const { return mCaptureFill; }; in getCaptureFill() 87 const CaptureFill mCaptureFill;
|
D | RenderArea.cpp | 5 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue() 7 case CaptureFill::CLEAR: in getCaptureFillValue() 9 case CaptureFill::OPAQUE: in getCaptureFillValue()
|
D | DisplayDevice.h | 259 : RenderArea(reqWidth, reqHeight, CaptureFill::OPAQUE, reqDataSpace,
|
D | SurfaceFlinger.cpp | 5646 : RenderArea(reqWidth, reqHeight, CaptureFill::CLEAR, reqDataSpace), in captureLayers()
|