Searched refs:active_legacy (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | LayerRejecter.cpp | 66 if (mFront.active_legacy != mFront.requested_legacy) { in reject() 72 mFront.active_legacy = mFront.requested_legacy; in reject() 80 mCurrent.active_legacy = mFront.active_legacy; in reject() 102 mFront.active_legacy.w, mFront.active_legacy.h, mFront.crop_legacy.left, in reject() 109 if (mFront.active_legacy.w != bufWidth || mFront.active_legacy.h != bufHeight) { in reject() 113 mName, bufWidth, bufHeight, mFront.active_legacy.w, mFront.active_legacy.h); in reject()
|
D | Layer.cpp | 88 mCurrentState.active_legacy.w = args.w; in Layer() 89 mCurrentState.active_legacy.h = args.h; in Layer() 91 mCurrentState.active_legacy.transform.set(0, 0); in Layer() 98 mCurrentState.requested_legacy = mCurrentState.active_legacy; in Layer() 795 stateToCommit->active_legacy.w, stateToCommit->active_legacy.h, in doTransactionResize() 800 s.active_legacy.w, s.active_legacy.h, s.crop_legacy.left, s.crop_legacy.top, in doTransactionResize() 824 ((stateToCommit->requested_legacy.w != stateToCommit->active_legacy.w) || in doTransactionResize() 825 (stateToCommit->requested_legacy.h != stateToCommit->active_legacy.h)) && in doTransactionResize() 852 float tx = stateToCommit->active_legacy.transform.tx(); in doTransactionResize() 853 float ty = stateToCommit->active_legacy.transform.ty(); in doTransactionResize() [all …]
|
D | Layer.h | 143 Geometry active_legacy; member 447 virtual Geometry getActiveGeometry(const Layer::State& s) const { return s.active_legacy; } in getActiveGeometry() 448 virtual uint32_t getActiveWidth(const Layer::State& s) const { return s.active_legacy.w; } in getActiveWidth() 449 virtual uint32_t getActiveHeight(const Layer::State& s) const { return s.active_legacy.h; } in getActiveHeight() 451 return s.active_legacy.transform; in getActiveTransform()
|
D | SurfaceInterceptor.cpp | 104 addPositionLocked(transaction, layerId, layer->mCurrentState.active_legacy.transform.tx(), in addInitialSurfaceStateLocked() 105 layer->mCurrentState.active_legacy.transform.ty()); in addInitialSurfaceStateLocked() 429 creation->set_w(layer->mCurrentState.active_legacy.w); in addSurfaceCreationLocked() 430 creation->set_h(layer->mCurrentState.active_legacy.h); in addSurfaceCreationLocked()
|