Searched refs:CaptureFill (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | RenderArea.h | 14 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;
|
D | RenderArea.cpp | 7 float RenderArea::getCaptureFillValue(CaptureFill captureFill) { in getCaptureFillValue() 9 case CaptureFill::CLEAR: in getCaptureFillValue() 11 case CaptureFill::OPAQUE: in getCaptureFillValue()
|
D | DisplayDevice.h | 345 : RenderArea(reqHeight, reqWidth, CaptureFill::OPAQUE, rotation), mDevice(device), in DisplayRenderArea()
|
D | SurfaceFlinger.cpp | 4736 : RenderArea(reqHeight, reqWidth, CaptureFill::CLEAR), in captureLayers()
|