HomeSort by relevance Sort by last modified time
    Searched refs:ColorLayer (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/
ColorLayer.h 26 class ColorLayer : public Layer {
28 ColorLayer(SurfaceFlinger* flinger, const sp<Client>& client, const String8& name, uint32_t w,
30 virtual ~ColorLayer() = default;
32 virtual const char* getTypeId() const { return "ColorLayer"; }
ColorLayer.cpp 19 #define LOG_TAG "ColorLayer"
30 #include "ColorLayer.h"
38 ColorLayer::ColorLayer(SurfaceFlinger* flinger, const sp<Client>& client, const String8& name,
45 void ColorLayer::onDraw(const RenderArea& renderArea, const Region& /* clip */,
59 bool ColorLayer::isVisible() const {
64 void ColorLayer::setPerFrameData(const sp<const DisplayDevice>& displayDevice) {
SurfaceFlinger.h 91 class ColorLayer;
    [all...]
SurfaceFlinger.cpp 66 #include "ColorLayer.h"
    [all...]

Completed in 228 milliseconds