Home | History | Annotate | Download | only in hwui

Lines Matching defs:mLevel

587         : mDeferStruct(deferStruct), mLevel(level) {}
589 operation->defer(mDeferStruct, saveCount, mLevel, clipToBounds);
594 inline int level() { return mLevel; }
600 const int mLevel;
611 : mReplayStruct(replayStruct), mLevel(level) {}
616 operation->replay(mReplayStruct, saveCount, mLevel, clipToBounds);
625 inline int level() { return mLevel; }
631 const int mLevel;