Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:dirtyRegion
(Results
1 - 14
of
14
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H
A
D
rs_dirty_rects_dfx.h
46
void SetDirtyRegion(Occlusion::Region&
dirtyRegion
)
in SetDirtyRegion()
argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_uni_render_util_dirty_region_test.cpp
252
Occlusion::Region
dirtyRegion
;
in HWTEST_F()
local
269
Occlusion::Region
dirtyRegion
;
in HWTEST_F()
local
[all...]
H
A
D
rs_uni_render_visitor_test.cpp
3149
auto
dirtyRegion
= Occlusion::Region{ Occlusion::Rect{ rect } };
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_uni_render_util_dirty_region_ext_test.cpp
252
Occlusion::Region
dirtyRegion
;
in HWTEST_F()
local
269
Occlusion::Region
dirtyRegion
;
in HWTEST_F()
local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H
A
D
hdilayer_fuzzer.cpp
75
GraphicIRect
dirtyRegion
= GetData<GraphicIRect>();
in GetLayerInfoFromData()
local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H
A
D
rs_attraction_effect_filter_test.cpp
117
RectI
dirtyRegion
= firstEffectFilter.GetAttractionDirtyRegion();
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uni_render_composer_adapter.cpp
120
BuildComposeInfo(DrawableV2::RSDisplayRenderNodeDrawable& displayDrawable, const std::vector<RectI>&
dirtyRegion
)
BuildComposeInfo()
argument
H
A
D
rs_uni_render_util.cpp
746
Occlusion::Region RSUniRenderUtil::AlignedDirtyRegion(const Occlusion::Region&
dirtyRegion
, int32_t alignedBits)
in AlignedDirtyRegion()
argument
H
A
D
rs_uni_render_visitor.cpp
707
auto
dirtyRegion
= Occlusion::Region{ Occlusion::Rect{ dirtyRect } };
in CheckMergeFilterDirtyByIntersectWithDirty()
local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H
A
D
rs_render_node_test.cpp
137
RectI
dirtyRegion
;
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_surface_render_node_drawable.cpp
192
auto
dirtyRegion
= globalDirtyRegion.Or(surfaceNodeDirtyRegion);
in CalculateVisibleRegion()
local
516
auto
dirtyRegion
= calcRegion.And(accumulatedDirtyRegion);
in MergeDirtyRegionBelowCurSurface()
local
H
A
D
rs_display_render_node_drawable.cpp
220
Occlusion::Region
dirtyRegion
= RSUniRenderUtil::MergeVisibleDirtyRegion(
in MergeDirtyHistory()
local
262
Occlusion::Region
dirtyRegion
= RSUniRenderUtil::MergeVisibleDirtyRegionInVirtual(curAllSurfaceDrawables);
in MergeDirtyHistoryInVirtual()
local
574
const RectI&
dirtyRegion
= GetSyncDirtyManager()->GetCurrentFrameDirtyRegion();
in OnDraw()
local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler.cpp
148
void RSProfiler::SetDirtyRegion(const Occlusion::Region&
dirtyRegion
)
in SetDirtyRegion()
argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_render_node.cpp
1784
void RSRenderNode::UpdateRenderStatus(RectI&
dirtyRegion
, bool isPartialRenderEnabled)
in UpdateRenderStatus()
argument
2046
auto
dirtyRegion
= dirtyManager.GetCurrentFrameDirtyRegion();
in UpdateFilterCacheWithBelowDirty()
local
Completed in 37 milliseconds