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:IsSameImage
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H
A
D
image_pixel_map_parcel_test.cpp
103
EXPECT_EQ(true, pixelmap1->
IsSameImage
(*pixelmap2));
in HWTEST_F()
H
A
D
pixel_map_test.cpp
910
* @tc.desc:
IsSameImage
931
auto ret = pixelMap1->
IsSameImage
(*pixelMap);
in HWTEST_F()
938
ret = pixelMap1->
IsSameImage
(*pixelMap2);
in HWTEST_F()
945
ret = pixelMap1->
IsSameImage
(*pixelMap3);
in HWTEST_F()
952
ret = pixelMap1->
IsSameImage
(*pixelMap4);
in HWTEST_F()
959
ret = pixelMap1->
IsSameImage
(*pixelMap5);
in HWTEST_F()
1751
* @tc.desc: Test of
IsSameImage
1762
auto ret = pixelMap1->
IsSameImage
(*pixelMap);
in HWTEST_F()
1768
ret = pixelMap1->
IsSameImage
(*pixelMap2);
in HWTEST_F()
1774
ret = pixelMap1->
IsSameImage
(*pixelMap
in HWTEST_F()
[all...]
H
A
D
image_pixel_map_test.cpp
612
EXPECT_EQ(true, pixelmap1->
IsSameImage
(*pixelmap2));
in HWTEST_F()
935
* @tc.desc: test
IsSameImage
941
GTEST_LOG_(INFO) << "ImagePixelMapTest: ImagePixelMap027
IsSameImage
start";
in HWTEST_F()
950
bool ret = pixelMap.
IsSameImage
(pixelMap1);
in HWTEST_F()
952
GTEST_LOG_(INFO) << "ImagePixelMapTest: ImagePixelMap027
IsSameImage
end";
in HWTEST_F()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_astc.h
69
NATIVEEXPORT bool
IsSameImage
(const PixelMap &other) override;
H
A
D
pixel_map.h
165
NATIVEEXPORT virtual bool
IsSameImage
(const PixelMap &other);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_astc.cpp
175
bool PixelAstc::
IsSameImage
(const PixelMap &other)
in IsSameImage()
function in OHOS::Media::PixelAstc
177
IMAGE_LOGE("
IsSameImage
is not support on pixelastc");
in IsSameImage()
H
A
D
pixel_map.cpp
1502
bool PixelMap::
IsSameImage
(const PixelMap &other)
in IsSameImage()
function in OHOS::Media::PixelMap
1505
IMAGE_LOGE("
IsSameImage
data_ is nullptr, isUnMap %{public}d.", isUnMap_);
in IsSameImage()
1511
IMAGE_LOGI("
IsSameImage
imageInfo is not same");
in IsSameImage()
1516
IMAGE_LOGI("
IsSameImage
memcmp is not same");
in IsSameImage()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
pixel_astc_test.cpp
389
* @tc.desc: PixelAstc
IsSameImage
399
bool ret = pixelAstc->
IsSameImage
(pixelmap);
in HWTEST_F()
409
* @tc.desc: PixelAstc
IsSameImage
419
bool ret = pixelAstc->
IsSameImage
(pixelmap);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H
A
D
pixel_map.h
108
NATIVEEXPORT bool
IsSameImage
(const PixelMap &other);
Completed in 20 milliseconds