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
refs:IsDirtyRectValid
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/
H
A
D
screen_decision_center_test.cpp
52
* @tc.desc: Verify the
IsDirtyRectValid
function.
59
int32_t ret = decision->
IsDirtyRectValid
(damages);
in HWTEST_F()
65
* @tc.desc: Verify the
IsDirtyRectValid
function.
74
int32_t ret = decision->
IsDirtyRectValid
(damages);
in HWTEST_F()
81
ret = decision->
IsDirtyRectValid
(damages);
in HWTEST_F()
88
ret = decision->
IsDirtyRectValid
(damages);
in HWTEST_F()
94
ret = decision->
IsDirtyRectValid
(damages);
in HWTEST_F()
100
ret = decision->
IsDirtyRectValid
(damages);
in HWTEST_F()
106
ret = decision->
IsDirtyRectValid
(damages);
in HWTEST_F()
112
* @tc.desc: Verify the
IsDirtyRectValid
functio
[all...]
/foundation/distributedhardware/distributed_screen/services/common/decision_center/src/
H
A
D
screen_decision_center.cpp
24
bool ScreenDecisionCenter::
IsDirtyRectValid
(const std::vector<OHOS::Rect> &damages)
in IsDirtyRectValid()
function in OHOS::DistributedHardware::ScreenDecisionCenter
26
DHLOGI("%{public}s:
IsDirtyRectValid
.", DSCREEN_LOG_TAG);
in IsDirtyRectValid()
81
!
IsDirtyRectValid
(damages) || !JudgeDirtyThreshold(damages)) {
in InputBufferImage()
/foundation/distributedhardware/distributed_screen/services/common/decision_center/include/
H
A
D
screen_decision_center.h
32
bool
IsDirtyRectValid
(const std::vector<OHOS::Rect> &damages);
Completed in 2 milliseconds