Searched defs:isDirty (Results 1 – 14 of 14) sorted by relevance
35 void RSModifier::SetDirty(const bool isDirty) in SetDirty()
37 bool isDirty = false; member
35 bool isDirty = false; member
45 void RSDisplayRenderParams::SetMainAndLeashSurfaceDirty(bool isDirty) in SetMainAndLeashSurfaceDirty()
374 void RSDisplayRenderNode::SetMainAndLeashSurfaceDirty(bool isDirty) in SetMainAndLeashSurfaceDirty()
2512 bool isDirty = deviceType == DeviceType::PC ? !surfaceCacheContentStatic_ : in IsCurFrameStatic() local
910 RSDirtyRegionManager& dirtyManager, bool isDirty, bool accumGeoDirty, const RectI& clipRect) in SubTreeSkipPrepare()
81 void SetDirtyFlag(bool isDirty) in SetDirtyFlag()
3491 void RSMainThread::SetDirtyFlag(bool isDirty) in SetDirtyFlag()
582 bool isDirty = wrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(wrapper); in CheckACachedItem() local
1988 bool isDirty = wrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(wrapper); in LayoutCachedForward() local2034 bool isDirty = wrapper->CheckNeedForceMeasureAndLayout() || !IsListLanesEqual(wrapper); in LayoutCachedBackward() local
1551 bool isDirty = mainThread->isDirty_; variable
536 void RSNode::MarkDirty(NodeDirtyType type, bool isDirty) in MarkDirty()
8733 isDirty() { method in MonitorValueV2