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:OnGetHeight
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H
A
D
js_render_image.h
124
napi_value
OnGetHeight
(napi_env env);
H
A
D
js_render_image.cpp
224
return (me != nullptr) ? me->
OnGetHeight
(env) : nullptr;
in JsGetHeight()
256
napi_value JSRenderImage::
OnGetHeight
(napi_env env)
in OnGetHeight()
function in OHOS::Ace::Framework::JSRenderImage
H
A
D
js_offscreen_canvas.cpp
193
return (me != nullptr && !me->isDetached_) ? me->
OnGetHeight
(env) : defaultHeight;
in JsGetHeight()
247
napi_value JSOffscreenCanvas::
OnGetHeight
(napi_env env)
in OnGetHeight()
function in OHOS::Ace::Framework::JSOffscreenCanvas
H
A
D
js_offscreen_canvas.h
42
napi_value
OnGetHeight
(napi_env env);
/foundation/graphic/surface_lite/frameworks/
H
A
D
buffer_queue_producer.cpp
106
static int32_t
OnGetHeight
(BufferQueueProducer* product, IpcIo *io, IpcIo *reply)
in OnGetHeight()
function
210
OnGetHeight
, // GET_HEIGHT
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H
A
D
js_paragraph.h
69
napi_value
OnGetHeight
(napi_env env, napi_callback_info info);
H
A
D
js_paragraph.cpp
240
return (me != nullptr) ? me->
OnGetHeight
(env, info) : nullptr;
in GetHeight()
243
napi_value JsParagraph::
OnGetHeight
(napi_env env, napi_callback_info info)
in OnGetHeight()
function in OHOS::Rosen::JsParagraph
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H
A
D
js_canvas.h
134
napi_value
OnGetHeight
(napi_env env, napi_callback_info info);
H
A
D
js_canvas.cpp
1566
return (me != nullptr) ? me->
OnGetHeight
(env, info) : nullptr;
in GetHeight()
1569
napi_value JsCanvas::
OnGetHeight
(napi_env env, napi_callback_info info)
in OnGetHeight()
function in OHOS::Rosen::Drawing::JsCanvas
1572
ROSEN_LOGE("JsCanvas::
OnGetHeight
canvas is null");
in OnGetHeight()
Completed in 12 milliseconds