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:SetImmutable
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H
A
D
bitmap.cpp
111
void Bitmap::
SetImmutable
()
in SetImmutable()
function in OHOS::Rosen::Drawing::Bitmap
113
bmpImplPtr->
SetImmutable
();
in SetImmutable()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
bitmap_impl.h
55
virtual void
SetImmutable
() = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_bitmap.h
57
void
SetImmutable
() override;
H
A
D
skia_bitmap.cpp
157
void SkiaBitmap::
SetImmutable
()
in SetImmutable()
function in OHOS::Rosen::Drawing::SkiaBitmap
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
bitmap.h
160
void
SetImmutable
();
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H
A
D
image_decoder.cpp
131
bitmap.
SetImmutable
();
in ForceResizeImage()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/
H
A
D
bitmap_fuzzer.cpp
151
bitmap.
SetImmutable
();
in BitmapFuzzTest005()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_bitmap_test.cpp
202
* @tc.desc: Test
SetImmutable
209
skiaBitmap.
SetImmutable
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H
A
D
bitmap_test.cpp
339
bitmap->
SetImmutable
();
in HWTEST_F()
726
* @tc.desc: Test IsImmutable and
SetImmutable
737
bitmap->
SetImmutable
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/image/
H
A
D
image_provider.cpp
657
scaledBitmap.
SetImmutable
();
Completed in 8 milliseconds