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:GetAlphaType
(Results
1 - 18
of
18
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H
A
D
ark_web_image_options_wrapper.cpp
36
ArkWebImageAlphaType ArkWebImageOptionsWrapper::
GetAlphaType
()
in GetAlphaType()
function in OHOS::ArkWeb::ArkWebImageOptionsWrapper
38
return static_cast<ArkWebImageAlphaType>(ark_web_image_options_->
GetAlphaType
());
in GetAlphaType()
H
A
D
ark_web_image_options_wrapper.h
39
ArkWebImageAlphaType
GetAlphaType
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H
A
D
ark_web_image_options_impl.cpp
36
int ArkWebImageOptionsImpl::
GetAlphaType
()
in GetAlphaType()
function in OHOS::ArkWeb::ArkWebImageOptionsImpl
38
return static_cast<int>(nweb_image_options_->
GetAlphaType
());
in GetAlphaType()
H
A
D
ark_web_image_options_impl.h
36
int
GetAlphaType
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_clip_board_image_data_adapter_wrapper.cpp
31
NWeb::ClipBoardImageAlphaType ArkClipBoardImageDataAdapterWrapper::
GetAlphaType
()
in GetAlphaType()
function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterWrapper
33
return (NWeb::ClipBoardImageAlphaType)ctocpp_->
GetAlphaType
();
in GetAlphaType()
H
A
D
ark_clip_board_image_data_adapter_wrapper.h
31
NWeb::ClipBoardImageAlphaType
GetAlphaType
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_clip_board_image_data_adapter_impl.cpp
30
int32_t ArkClipBoardImageDataAdapterImpl::
GetAlphaType
()
in GetAlphaType()
function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterImpl
32
return (int32_t)real_->
GetAlphaType
();
in GetAlphaType()
H
A
D
ark_clip_board_image_data_adapter_impl.h
31
virtual int32_t
GetAlphaType
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_image_options.h
34
virtual int
GetAlphaType
() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_pasteboard_client_adapter.h
34
virtual int32_t
GetAlphaType
() = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
pasteboard_client_adapter.h
44
virtual ClipBoardImageAlphaType
GetAlphaType
() = 0;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H
A
D
mock_pixel_map.cpp
221
AlphaType PixelMap::
GetAlphaType
()
in GetAlphaType()
function in OHOS::Media::PixelMap
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H
A
D
pasteboard_client_adapter_impl.cpp
204
opt.alphaType = ClipboardToImageAlphaType(imageData->
GetAlphaType
());
in SetImgData()
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_handler.h
96
virtual ImageAlphaType
GetAlphaType
() = 0;
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_ffi.cpp
1051
Media::AlphaType
GetAlphaType
(ImageAlphaType imageAlphaType)
in GetAlphaType()
function
1089
opt.alphaType =
GetAlphaType
(alphaType);
in GetFavicon()
1127
opt.alphaType =
GetAlphaType
(alphaType);
in FfiOHOSWebviewCtlGetFavicon()
/base/web/webview/test/unittest/pasteboard_adapter/
H
A
D
pasteboard_client_adapter_test.cpp
133
ClipBoardImageAlphaType
GetAlphaType
() override
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_manager.cpp
203
static_cast<int32_t>(shadowInfo.pixelMap->
GetAlphaType
()),
in PrintDragData()
/base/msdp/device_status/test/unittest/frameworks/src/
H
A
D
interaction_manager_test.cpp
528
static_cast<int32_t>(shadowInfo.pixelMap->
GetAlphaType
()),
in PrintDragData()
Completed in 19 milliseconds