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:dirty_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H
A
D
rs_render_result.h
28
RSRenderResult(const RectI& r, std::shared_ptr<Drawing::DrawCmdList> dcl) :
dirty_
(r), drawCmdList_(dcl) {}
in RSRenderResult()
33
return
dirty_
;
in GetDirtyRegion()
41
RectI
dirty_
;
member in OHOS::Rosen::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H
A
D
list_position_map.h
84
dirty_
=
dirty_
| flag;
in MarkDirty()
89
dirty_
= LIST_NO_CHANGE;
in ClearDirty()
105
if (
dirty_
== LIST_NO_CHANGE) {
in CheckPosMapUpdateRule()
107
} else if (0 == (
dirty_
& (LIST_UPDATE_CHILD_SIZE | LIST_UPDATE_LANES | LIST_GROUP_UPDATE_HEADER_FOOTER))) {
in CheckPosMapUpdateRule()
329
dirty_
|= LIST_UPDATE_ITEM_COUNT;
in UpdatePosMap()
333
dirty_
|= LIST_UPDATE_LANES;
in UpdatePosMap()
337
dirty_
|= LIST_UPDATE_SPACE;
in UpdatePosMap()
359
dirty_
|= LIST_UPDATE_ITEM_COUNT;
in UpdateGroupPosMap()
363
dirty_
|
in UpdateGroupPosMap()
512
ListChangeFlag
dirty_
= LIST_NO_CHANGE;
global()
member in OHOS::Ace::NG::ListPositionMap
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
morphing_system.cpp
189
dirty_
.erase(e);
in OnEntityEvent()
201
dirty_
.erase(e);
in OnComponentEvent()
270
dirty_
[id] = Morph(*meshData, *morphData,
dirty_
[id]);
in Update()
H
A
D
morphing_system.h
86
BASE_NS::unordered_map<CORE_NS::Entity, bool>
dirty_
;
member in final
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H
A
D
post_process_configuration_component_manager.cpp
229
bool
dirty_
{ false };
470
if (handle.
dirty_
) {
in GetUpdatedComponents()
471
handle.
dirty_
= false;
in GetUpdatedComponents()
678
dirty_
= exchange(other.
dirty_
, false);
730
dirty_
= true;
in WUnlock()
H
A
D
material_component_manager.cpp
443
bool
dirty_
{ false };
694
if (handle.
dirty_
) {
in GetUpdatedComponents()
695
handle.
dirty_
= false;
in GetUpdatedComponents()
900
dirty_
= exchange(other.
dirty_
, false);
949
dirty_
= true;
in WUnlock()
1133
dirty_
= true;
in operator =()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
metadata.cpp
567
dirty_
= std::get<int32_t>(dirty);
in SetDirty()
572
return
dirty_
;
in GetDirty()
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H
A
D
base_manager.h
127
bool
dirty_
{ false };
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H
A
D
metadata.h
257
int32_t
dirty_
= 0;
member in OHOS::Media::Metadata
Completed in 8 milliseconds