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:SetAlphaType
(Results
1 - 15
of
15
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
image_info.h
133
void
SetAlphaType
(AlphaType alphaType)
in SetAlphaType()
function in OHOS::Rosen::Drawing::ImageInfo
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/imageinfo_fuzzer/
H
A
D
imageinfo_fuzzer.cpp
95
imageInfo.
SetAlphaType
(static_cast<AlphaType>(alphaType % ALPHATYPE_SIZE));
in ImageInfoFuzzTest003()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H
A
D
bitmap.cpp
151
imageinfo.
SetAlphaType
(format.alphaType);
in SetFormat()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_astc.h
42
NATIVEEXPORT bool
SetAlphaType
(const AlphaType &alphaType) override;
H
A
D
pixel_map.h
172
NATIVEEXPORT virtual bool
SetAlphaType
(const AlphaType &alphaType);
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_pixel_map_napi_kits.cpp
219
pixelmap->
SetAlphaType
(AlphaType::IMAGE_ALPHA_TYPE_PREMUL);
in PixelMapNapiSetAlphaAble()
221
pixelmap->
SetAlphaType
(AlphaType::IMAGE_ALPHA_TYPE_OPAQUE);
in PixelMapNapiSetAlphaAble()
H
A
D
pixel_map_napi.cpp
2342
pixelMapNapi->nativePixelMap_->
SetAlphaType
(AlphaType::IMAGE_ALPHA_TYPE_PREMUL);
in SetAlphaAble()
2344
pixelMapNapi->nativePixelMap_->
SetAlphaType
(AlphaType::IMAGE_ALPHA_TYPE_OPAQUE);
in SetAlphaAble()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_astc.cpp
206
bool PixelAstc::
SetAlphaType
(const AlphaType &alphaType)
in SetAlphaType()
function in OHOS::Media::PixelAstc
208
IMAGE_LOGE("
SetAlphaType
is not support on pixelastc");
in SetAlphaType()
H
A
D
pixel_map.cpp
1743
bool PixelMap::
SetAlphaType
(const AlphaType &alphaType)
in SetAlphaType()
function in OHOS::Media::PixelMap
1747
IMAGE_LOGE("
SetAlphaType
Failed to get validate alpha type.");
in SetAlphaType()
1754
IMAGE_LOGE("
SetAlphaType
call SetImageInfo Failed. ret:%{public}u", ret);
in SetAlphaType()
3305
wPixelMap.
SetAlphaType
(AlphaType::IMAGE_ALPHA_TYPE_PREMUL);
in ConvertAlphaFormat()
3307
wPixelMap.
SetAlphaType
(AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL);
in ConvertAlphaFormat()
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H
A
D
pixel_map.h
114
NATIVEEXPORT bool
SetAlphaType
(const AlphaType &alphaType);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
pixel_astc_test.cpp
516
* @tc.desc: PixelAstc
SetAlphaType
526
bool ret = pixelAstc->
SetAlphaType
(alphaType);
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H
A
D
image_pixel_map_test.cpp
1078
* @tc.desc: test
SetAlphaType
1084
GTEST_LOG_(INFO) << "ImagePixelMapTest: ImagePixelMap032
SetAlphaType
start";
in HWTEST_F()
1093
bool ret = pixelMap.
SetAlphaType
(alphaType);
in HWTEST_F()
1095
GTEST_LOG_(INFO) << "ImagePixelMapTest: ImagePixelMap032
SetAlphaType
end";
in HWTEST_F()
1100
* @tc.desc: test
SetAlphaType
1106
GTEST_LOG_(INFO) << "ImagePixelMapTest: ImagePixelMap033
SetAlphaType
start";
in HWTEST_F()
1115
bool ret = pixelMap.
SetAlphaType
(alphaType);
in HWTEST_F()
1117
GTEST_LOG_(INFO) << "ImagePixelMapTest: ImagePixelMap033
SetAlphaType
end";
in HWTEST_F()
H
A
D
pixel_map_test.cpp
1366
* @tc.desc:
SetAlphaType
1376
auto ret = pixelMap1->
SetAlphaType
(AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN);
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H
A
D
sendable_pixel_map_napi.cpp
1960
pixelMapNapi->nativePixelMap_->
SetAlphaType
(AlphaType::IMAGE_ALPHA_TYPE_PREMUL);
in SetAlphaAble()
1962
pixelMapNapi->nativePixelMap_->
SetAlphaType
(AlphaType::IMAGE_ALPHA_TYPE_OPAQUE);
in SetAlphaAble()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H
A
D
thumbnail_utils.cpp
1489
data.source->
SetAlphaType
(AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL);
in LoadSourceImage()
Completed in 35 milliseconds