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:native_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H
A
D
image_impl.cpp
35
return
native_
;
in GetNativeImage()
41
image->
native_
= sNativeImageHolder_.get(id);
in Create()
43
if (image->
native_
== nullptr) {
in Create()
59
if (
native_
== nullptr) {
in GetClipRect()
63
uint32_t retCode =
native_
->GetSize(ret->size.width, ret->size.height);
in GetClipRect()
79
if (
native_
== nullptr) {
in GetSize()
83
uint32_t retCode =
native_
->GetSize(ret->width, ret->height);
in GetSize()
96
if (
native_
== nullptr) {
in GetFormat()
100
uint32_t retCode =
native_
->GetFormat(*ret);
in GetFormat()
109
if (
native_
in GetTimestamp()
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_napi.cpp
65
if (
native_
!= nullptr) {
in NativeRelease()
66
sNativeImageHolder_.release(
native_
->GetId());
in NativeRelease()
67
native_
->release();
in NativeRelease()
68
native_
= nullptr;
in NativeRelease()
117
return napi->
native_
;
in GetNativeImage()
141
napi->
native_
= sNativeImageHolder_.get(id);
in Constructor()
143
if (napi->
native_
== nullptr) {
in Constructor()
262
if (
native_
!= nullptr) {
in GetNative()
263
return
native_
.get();
in GetNative()
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H
A
D
image_impl.h
40
std::shared_ptr<NativeImage>
native_
;
member in OHOS::Media::ImageImpl
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H
A
D
sendable_image_napi.cpp
65
if (
native_
!= nullptr) {
in NativeRelease()
66
native_
->release();
in NativeRelease()
67
native_
= nullptr;
in NativeRelease()
116
return napi->
native_
;
in GetNativeImage()
140
napi->
native_
= sNativeImageHolder_.get(id);
in Constructor()
142
if (napi->
native_
== nullptr) {
in Constructor()
260
if (
native_
!= nullptr) {
in GetNative()
261
return
native_
.get();
in GetNative()
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H
A
D
image_napi.h
51
std::shared_ptr<NativeImage>
native_
;
member in OHOS::Media::ImageNapi
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H
A
D
sendable_image_napi.h
50
std::shared_ptr<NativeImage>
native_
;
member in OHOS::Media::SendableImageNapi
Completed in 4 milliseconds