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:pixelMapList
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
drawable_descriptor.cpp
44
std::vector<std::shared_ptr<OHOS::Media::PixelMap>>
pixelMapList
;
in OH_ArkUI_DrawableDescriptor_CreateFromAnimatedPixelMap()
local
49
pixelMapList
.push_back(array[index]->GetInnerPixelmap());
in OH_ArkUI_DrawableDescriptor_CreateFromAnimatedPixelMap()
54
std::make_shared<OHOS::Ace::Napi::AnimatedDrawableDescriptor>(
pixelMapList
, duration, iteration);
in OH_ArkUI_DrawableDescriptor_CreateFromAnimatedPixelMap()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagegifencoder_fuzzer/src/
H
A
D
image_gif_encoder_fuzzer.cpp
64
auto
pixelMapList
= imageSource->CreatePixelMapList(opts, errorCode);
in GifEncoderPacking()
local
72
for (auto& pixelMapPtr : *
pixelMapList
) {
in GifEncoderPacking()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H
A
D
internal_drag_action.h
67
std::vector<RefPtr<PixelMap>>
pixelMapList
;
member
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
pixel_map_ohos.cpp
134
std::vector<std::shared_ptr<Media::PixelMap>>
pixelMapList
= animatedDrawable->GetPixelMapList();
in GetPxielMapListFromAnimatedDrawable()
local
135
for (uint32_t i = 0; i <
pixelMapList
.size(); i++) {
in GetPxielMapListFromAnimatedDrawable()
136
pixelMaps.push_back(AceType::MakeRefPtr<PixelMapOhos>(std::move(
pixelMapList
[i])));
in GetPxielMapListFromAnimatedDrawable()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
drag_adapter_impl.cpp
81
internalDragAction->
pixelMapList
.push_back(pixelMap);
in StartDrag()
/foundation/arkui/ace_engine/interfaces/native/event/
H
A
D
drag_and_drop_impl.cpp
287
std::vector<std::shared_ptr<OHOS::Media::PixelMap>>
pixelMapList
;
in OH_ArkUI_StartDrag()
local
293
pixelMapList
.push_back(pixelmapArray[index]->GetInnerPixelmap());
in OH_ArkUI_StartDrag()
295
dragActions->pixelmapArray = reinterpret_cast<void**>(
pixelMapList
.data());
in OH_ArkUI_StartDrag()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_source_mdk_kits.cpp
513
auto
pixelMapList
= native->CreatePixelMapList(decOps, errorCode);
in ImageSourceNapiCreatePixelmapList()
local
514
if (
pixelMapList
== nullptr) {
in ImageSourceNapiCreatePixelmapList()
520
for (auto &item : *
pixelMapList
) {
in ImageSourceNapiCreatePixelmapList()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
drawable_descriptor_test.cpp
324
auto
pixelMapList
= animatedDrawable->GetPixelMapList();
in HWTEST_F()
local
325
EXPECT_EQ(
pixelMapList
.size(), pixelMaps.size());
in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H
A
D
js_drag_controller.cpp
87
std::vector<std::shared_ptr<Media::PixelMap>>
pixelMapList
;
member
677
for (const auto& pixelMap: asyncCtx->
pixelMapList
) {
in GetShadowInfoArray()
1127
asyncCtx->
pixelMapList
.push_back(std::move(pixelMap));
in GetPixelMapArrayByCustom()
1181
asyncCtx->
pixelMapList
.push_back(*(reinterpret_cast<std::shared_ptr<Media::PixelMap>*>(pixmapPtrAddr)));
in ParsePixelMapAndBuilder()
1546
if (!asyncCtx->
pixelMapList
.empty() && asyncCtx->customBuilderList.empty()) {
in getParameterType()
1549
if (!asyncCtx->customBuilderList.empty() || !asyncCtx->
pixelMapList
.empty()) {
in getParameterType()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_dirty_manager.cpp
505
std::vector<std::shared_ptr<Media::PixelMap>>
pixelMapList
;
variable
534
pixelMapList
.emplace_back(pixelMap);
544
return {windowInfoList,
pixelMapList
};
H
A
D
scene_input_manager.cpp
535
auto [windowInfoList,
pixelMapList
] = sceneSessionDirty_->GetFullWindowInfoList(lastWindowInfoList_);
in FlushDisplayInfoToMMI()
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_dirty_manager_test2.cpp
227
auto [windowInfoList,
pixelMapList
] = manager_->GetFullWindowInfoList(lastWindowInfoList);
in HWTEST_F()
278
auto [windowInfoList,
pixelMapList
] = manager_->GetFullWindowInfoList(lastWindowInfoList);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H
A
D
drag_drop_func_wrapper.cpp
59
for (auto& pixelMap : dragAction->
pixelMapList
) {
in GetShadowInfoArray()
Completed in 14 milliseconds