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

  /frameworks/native/services/surfaceflinger/
LayerVector.cpp 42 (mStateSet == StateSet::Current) ? l->getCurrentState() : l->getDrawingState();
44 (mStateSet == StateSet::Current) ? r->getCurrentState() : r->getDrawingState();
66 : layer->getDrawingState();
78 : layer->getDrawingState();
ColorLayer.cpp 60 const Layer::State& s(getDrawingState());
Layer.cpp 298 const Layer::State& s(getDrawingState());
336 const Layer::State& s(getDrawingState());
341 const Layer::State& s(getDrawingState());
372 const State& s(getDrawingState());
412 const State& s(getDrawingState());
501 const State& s(getDrawingState());
590 auto& parentState = parent->getDrawingState();
823 const Layer::State& s(getDrawingState());
    [all...]
BufferLayer.cpp 393 const State& s(getDrawingState());
419 const State& s(getDrawingState());
827 const State& s(getDrawingState());
    [all...]
Layer.h 532 inline const State& getDrawingState() const { return mDrawingState; }
SurfaceFlinger.cpp     [all...]

Completed in 529 milliseconds