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:dirtyRegions
(Results
1 - 18
of
18
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H
A
D
hdilayer_test.cpp
49
std::vector<GraphicIRect>
dirtyRegions
;
in SetUpTestCase()
local
H
A
D
hdidevice_test.cpp
163
std::vector<GraphicIRect>
dirtyRegions
= { {0, 0, 0, 0} };
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H
A
D
layer_context.cpp
126
std::vector<GraphicIRect>
dirtyRegions
;
in FillHDILayer()
local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H
A
D
hdilayer_context_systest.cpp
118
std::vector<GraphicIRect>
dirtyRegions
;
in FillHdiLayer()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_render_engine.cpp
105
const std::vector<GraphicIRect>&
dirtyRegions
= layer->GetDirtyRegions();
in DrawLayers()
local
H
A
D
rs_uni_render_processor.cpp
266
std::vector<GraphicIRect>
dirtyRegions
;
in GetLayerInfo()
local
H
A
D
rs_uni_render_composer_adapter.cpp
251
std::vector<GraphicIRect>
dirtyRegions
;
in SetComposeInfoToLayer()
local
999
std::vector<GraphicIRect>
dirtyRegions
;
in LayerCrop()
local
1066
std::vector<GraphicIRect>
dirtyRegions
;
in LayerScaleDown()
local
1135
std::vector<GraphicIRect>
dirtyRegions
;
LayerScaleDown()
local
1414
std::vector<RectI>
dirtyRegions
;
CreateLayer()
local
[all...]
H
A
D
rs_composer_adapter.cpp
765
std::vector<GraphicIRect>
dirtyRegions
;
in LayerCrop()
local
822
std::vector<GraphicIRect>
dirtyRegions
;
in LayerScaleDown()
local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H
A
D
hdilayer_fuzzer.cpp
76
std::vector<GraphicIRect>
dirtyRegions
;
in GetLayerInfoFromData()
local
/foundation/graphic/graphic_2d/rosen/samples/composer/
H
A
D
layer_context.cpp
152
std::vector<GraphicIRect>
dirtyRegions
;
in FillHDILayer()
local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_uni_render_composer_adapter_test.cpp
1198
std::vector<GraphicIRect>
dirtyRegions
;
in HWTEST_F()
local
1230
std::vector<GraphicIRect>
dirtyRegions
;
in HWTEST_F()
local
1264
std::vector<GraphicIRect>
dirtyRegions
;
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_uni_render_composer_adapter_unit_test.cpp
1175
std::vector<GraphicIRect>
dirtyRegions
;
in HWTEST_F()
local
1230
std::vector<GraphicIRect>
dirtyRegions
;
in HWTEST_F()
local
1264
std::vector<GraphicIRect>
dirtyRegions
;
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H
A
D
hdidevice_fuzzer.cpp
97
std::vector<GraphicIRect>
dirtyRegions
= { dirty };
in HdiDeviceFuzzTest2()
local
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
drawing_engine_sample.cpp
294
std::vector<GraphicIRect>
dirtyRegions
;
in DrawDrawingLayer()
local
H
A
D
render_context_sample.cpp
374
std::vector<GraphicIRect>
dirtyRegions
;
in FillDrawingLayer()
local
423
std::vector<GraphicIRect>
dirtyRegions
;
in FillBackGroundLayer()
local
H
A
D
drawing_sample_canvaskit0310.cpp
398
std::vector<GraphicIRect>
dirtyRegions
;
in FillBaseLayer()
local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_device_impl.cpp
480
SetLayerDirtyRegion(uint32_t screenId, uint32_t layerId, const std::vector<GraphicIRect> &
dirtyRegions
)
SetLayerDirtyRegion()
argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H
A
D
hdi_layer_info.h
145
void SetDirtyRegions(const std::vector<GraphicIRect> &
dirtyRegions
)
in SetDirtyRegions()
argument
Completed in 19 milliseconds