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:imgInfo
(Results
1 - 6
of
6
) sorted by relevance
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/imagetoclipboardalphatype_fuzzer/
H
A
D
imagetoclipboardalphatype_fuzzer.cpp
32
Media::ImageInfo
imgInfo
;
in ImageToClipboardAlphaTypeFuzzTest()
local
33
imgInfo
.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;
in ImageToClipboardAlphaTypeFuzzTest()
34
dataRecordAdapterImpl->ImageToClipboardAlphaType(
imgInfo
);
in ImageToClipboardAlphaTypeFuzzTest()
35
imgInfo
.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE;
in ImageToClipboardAlphaTypeFuzzTest()
36
dataRecordAdapterImpl->ImageToClipboardAlphaType(
imgInfo
);
in ImageToClipboardAlphaTypeFuzzTest()
37
imgInfo
.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_PREMUL;
in ImageToClipboardAlphaTypeFuzzTest()
38
dataRecordAdapterImpl->ImageToClipboardAlphaType(
imgInfo
);
in ImageToClipboardAlphaTypeFuzzTest()
39
imgInfo
.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL;
in ImageToClipboardAlphaTypeFuzzTest()
40
dataRecordAdapterImpl->ImageToClipboardAlphaType(
imgInfo
);
in ImageToClipboardAlphaTypeFuzzTest()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/imagetoclipboardcolortype_fuzzer/
H
A
D
imagetoclipboardcolortype_fuzzer.cpp
31
Media::ImageInfo
imgInfo
;
in ImageToClipboardColorTypeFuzzTest()
local
32
dataRecordAdapterImpl->ImageToClipboardColorType(
imgInfo
);
in ImageToClipboardColorTypeFuzzTest()
/base/web/webview/test/unittest/pasteboard_adapter/
H
A
D
pasteboard_client_adapter_test.cpp
728
Media::ImageInfo
imgInfo
;
in HWTEST_F()
local
729
imgInfo
.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_UNKNOWN;
in HWTEST_F()
730
ClipBoardImageAlphaType result = g_datarecord->ImageToClipboardAlphaType(
imgInfo
);
in HWTEST_F()
733
imgInfo
.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_OPAQUE;
in HWTEST_F()
734
result = g_datarecord->ImageToClipboardAlphaType(
imgInfo
);
in HWTEST_F()
737
imgInfo
.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_PREMUL;
in HWTEST_F()
738
result = g_datarecord->ImageToClipboardAlphaType(
imgInfo
);
in HWTEST_F()
741
imgInfo
.alphaType = Media::AlphaType::IMAGE_ALPHA_TYPE_UNPREMUL;
in HWTEST_F()
742
result = g_datarecord->ImageToClipboardAlphaType(
imgInfo
);
in HWTEST_F()
754
Media::ImageInfo
imgInfo
;
in HWTEST_F()
local
[all...]
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H
A
D
pasteboard_client_adapter_impl.cpp
139
(const Media::ImageInfo &
imgInfo
)
in ImageToClipboardAlphaType()
141
switch (
imgInfo
.alphaType) {
in ImageToClipboardAlphaType()
154
(const Media::ImageInfo &
imgInfo
)
in ImageToClipboardColorType()
156
switch (
imgInfo
.pixelFormat) {
in ImageToClipboardColorType()
262
Media::ImageInfo
imgInfo
;
in GetImgData()
local
284
pixelMap->GetImageInfo(
imgInfo
);
in GetImgData()
287
imageData->SetColorType(ImageToClipboardColorType(
imgInfo
));
in GetImgData()
288
imageData->SetAlphaType(ImageToClipboardAlphaType(
imgInfo
));
in GetImgData()
138
ImageToClipboardAlphaType(const Media::ImageInfo &
imgInfo
)
ImageToClipboardAlphaType()
argument
153
ImageToClipboardColorType(const Media::ImageInfo &
imgInfo
)
ImageToClipboardColorType()
argument
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H
A
D
pasteboard_client_adapter_impl.h
61
ClipBoardImageAlphaType ImageToClipboardAlphaType(const Media::ImageInfo &
imgInfo
);
62
ClipBoardImageColorType ImageToClipboardColorType(const Media::ImageInfo &
imgInfo
);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H
A
D
mock_pixel_map.cpp
352
bool PixelMap::ReadImageInfo(Parcel &parcel, ImageInfo &
imgInfo
)
in ReadImageInfo()
argument
Completed in 5 milliseconds