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:PixelMapOhos
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
pixel_map_ohos.cpp
25
PixelFormat
PixelMapOhos
::PixelFormatConverter(Media::PixelFormat pixelFormat)
in PixelFormatConverter()
57
AlphaType
PixelMapOhos
::AlphaTypeConverter(Media::AlphaType alphaType)
in AlphaTypeConverter()
75
return AceType::MakeRefPtr<
PixelMapOhos
>(std::move(pixmap));
in Create()
85
return AceType::MakeRefPtr<
PixelMapOhos
>(*pixmapPtr);
in CreatePixelMap()
99
return AceType::MakeRefPtr<
PixelMapOhos
>(newPixelMap);
in CopyPixelMap()
108
return AceType::MakeRefPtr<
PixelMapOhos
>(newPixelMap);
in DecodeTlv()
111
bool
PixelMapOhos
::EncodeTlv(std::vector<uint8_t>& buff)
in EncodeTlv()
121
return AceType::MakeRefPtr<
PixelMapOhos
>(drawable->GetPixelMap());
in GetFromDrawable()
136
pixelMaps.push_back(AceType::MakeRefPtr<
PixelMapOhos
>(std::move(pixelMapList[i])));
in GetPxielMapListFromAnimatedDrawable()
147
return AceType::MakeRefPtr<
PixelMapOhos
>(st
in CreatePixelMapFromDataAbility()
[all...]
H
A
D
pixel_map_ohos.h
26
class
PixelMapOhos
: public PixelMap {
class
27
DECLARE_ACE_TYPE(
PixelMapOhos
, PixelMap)
30
explicit
PixelMapOhos
(std::shared_ptr<Media::PixelMap> pixmap) : pixmap_(std::move(pixmap)) {}
in PixelMapOhos()
function in OHOS::Ace::PixelMapOhos
31
~
PixelMapOhos
() override = default;
H
A
D
layout_inspector.cpp
292
auto acePixelMap = AceType::MakeRefPtr<
PixelMapOhos
>(pixelMap);
in GetSnapshotJson()
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H
A
D
clipboard_impl.cpp
118
auto pixmapOhos = AceType::DynamicCast<
PixelMapOhos
>(pixmap);
in SetPixelMapData()
278
auto pixmapOhos = AceType::DynamicCast<
PixelMapOhos
>(pixmap);
in AddPixelMapRecord()
520
auto result = AceType::MakeRefPtr<
PixelMapOhos
>(imageData);
in GetDataSync()
559
auto result = AceType::MakeRefPtr<
PixelMapOhos
>(imageData);
in GetDataAsync()
672
pixmap = AceType::MakeRefPtr<
PixelMapOhos
>(imageData);
in GetPixelMapDataSync()
707
auto result = AceType::MakeRefPtr<
PixelMapOhos
>(imageData);
in GetPixelMapDataAsync()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ui_content_impl.cpp
2978
pipelineContext->SetAppIcon(AceType::MakeRefPtr<
PixelMapOhos
>(pixelMap));
in SetAppWindowIcon()
Completed in 14 milliseconds