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:IsImmutable
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H
A
D
bitmap.cpp
106
bool Bitmap::
IsImmutable
()
in IsImmutable()
function in OHOS::Rosen::Drawing::Bitmap
108
return bmpImplPtr->
IsImmutable
();
in IsImmutable()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
bitmap_impl.h
54
virtual bool
IsImmutable
() = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_bitmap.h
56
bool
IsImmutable
() override;
H
A
D
skia_bitmap.cpp
152
bool SkiaBitmap::
IsImmutable
()
in IsImmutable()
function in OHOS::Rosen::Drawing::SkiaBitmap
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
bitmap.h
152
bool
IsImmutable
();
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_bitmap_test.cpp
190
* @tc.desc: Test
IsImmutable
197
ASSERT_TRUE(!skiaBitmap.
IsImmutable
());
in HWTEST_F()
210
ASSERT_TRUE(!skiaBitmap.
IsImmutable
());
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H
A
D
bitmap_test.cpp
336
EXPECT_FALSE(bitmap->
IsImmutable
());
in HWTEST_F()
338
EXPECT_FALSE(bitmap->
IsImmutable
());
in HWTEST_F()
340
EXPECT_TRUE(bitmap->
IsImmutable
());
in HWTEST_F()
726
* @tc.desc: Test
IsImmutable
and SetImmutable
738
ASSERT_TRUE(bitmap->
IsImmutable
());
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/
H
A
D
bitmap_fuzzer.cpp
152
bitmap.
IsImmutable
();
in BitmapFuzzTest005()
Completed in 5 milliseconds