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:SetTransformered
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_astc.h
43
NATIVEEXPORT void
SetTransformered
(bool isTransformered) override;
H
A
D
pixel_map.h
183
NATIVEEXPORT virtual void
SetTransformered
(bool isTransformered);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_astc.cpp
237
void PixelAstc::
SetTransformered
(bool isTransformered)
in SetTransformered()
function in OHOS::Media::PixelAstc
239
IMAGE_LOGE("
SetTransformered
is not support on pixelastc");
in SetTransformered()
H
A
D
pixel_map.cpp
202
void PixelMap::
SetTransformered
(bool isTransformered)
in SetTransformered()
function in OHOS::Media::PixelMap
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H
A
D
image_plugin_fuzz.cpp
136
pixelMap->
SetTransformered
(pixelMap->isTransformered_);
in PixelMapTest001()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
post_proc.cpp
632
pixelMap.
SetTransformered
(true);
in Transform()
653
pixelMap.
SetTransformered
(false);
in Transform()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H
A
D
uds_test.cpp
942
pixelMapPtr->
SetTransformered
(true);
in HWTEST_F()
974
pixelMapPtr->
SetTransformered
(true);
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
pixel_astc_test.cpp
622
* @tc.desc: PixelAstc
SetTransformered
632
pixelAstc->
SetTransformered
(isTransFormered);
in HWTEST_F()
Completed in 18 milliseconds