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:PictureNapi
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
picture_napi.cpp
33
#define LOG_TAG "
PictureNapi
"
49
thread_local napi_ref
PictureNapi
::sConstructor_ = nullptr;
50
thread_local std::shared_ptr<Picture>
PictureNapi
::sPicture_ = nullptr;
63
PictureNapi
*nConstructor;
72
napi_ref
PictureNapi
::auxiliaryPictureTypeRef_ = nullptr;
73
napi_ref
PictureNapi
::metadataTypeRef_ = nullptr;
227
PictureNapi
::
PictureNapi
():env_(nullptr)
in PictureNapi()
function in OHOS::Media::PictureNapi
233
PictureNapi
::~
PictureNapi
()
in ~PictureNapi()
[all...]
H
A
D
native_module_ohos_image.cpp
40
IMAGE_LOGD("
PictureNapi
CALL");
in Export()
41
PictureNapi
::Init(env, exports);
in Export()
H
A
D
image_packer_napi.cpp
735
IMAGE_LOGE("Get
PictureNapi
property failed!");
in ParserPackingArgumentType()
740
IMAGE_LOGD("This is
PictureNapi
type!");
in ParserPackingArgumentType()
783
context->rPicture =
PictureNapi
::GetPicture(env, argv[PARAM0]);
in ParserPackingArguments()
952
context->rPicture =
PictureNapi
::GetPicture(env, argv[PARAM0]);
in ParserPackToFileArguments()
H
A
D
image_source_napi.cpp
2830
result =
PictureNapi
::CreatePicture(env, context->rPicture);
in CreatePictureComplete()
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H
A
D
picture_napi.h
26
class
PictureNapi
{
class
28
PictureNapi
();
29
~
PictureNapi
();
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
media_asset_manager_napi.cpp
1460
PictureNapi
::CreatePictureNapi(env, &tempPictureNapi);
in GetPictureNapiObject()
1461
PictureNapi
* pictureNapi = nullptr;
in GetPictureNapiObject()
Completed in 11 milliseconds