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:OnGetWidth
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H
A
D
js_render_image.h
123
napi_value
OnGetWidth
(napi_env env);
H
A
D
js_render_image.cpp
218
return (me != nullptr) ? me->
OnGetWidth
(env) : nullptr;
in JsGetWidth()
245
napi_value JSRenderImage::
OnGetWidth
(napi_env env)
in OnGetWidth()
function in OHOS::Ace::Framework::JSRenderImage
H
A
D
js_offscreen_canvas.cpp
184
return (me != nullptr && !me->isDetached_) ? me->
OnGetWidth
(env) : defaultWidth;
in JsGetWidth()
237
napi_value JSOffscreenCanvas::
OnGetWidth
(napi_env env)
in OnGetWidth()
function in OHOS::Ace::Framework::JSOffscreenCanvas
H
A
D
js_offscreen_canvas.h
41
napi_value
OnGetWidth
(napi_env env);
/foundation/graphic/surface_lite/frameworks/
H
A
D
buffer_queue_producer.cpp
101
static int32_t
OnGetWidth
(BufferQueueProducer* product, IpcIo *io, IpcIo *reply)
in OnGetWidth()
function
209
OnGetWidth
, // GET_WIDTH
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H
A
D
js_canvas.h
133
napi_value
OnGetWidth
(napi_env env, napi_callback_info info);
H
A
D
js_canvas.cpp
1551
return (me != nullptr) ? me->
OnGetWidth
(env, info) : nullptr;
in GetWidth()
1554
napi_value JsCanvas::
OnGetWidth
(napi_env env, napi_callback_info info)
in OnGetWidth()
function in OHOS::Rosen::Drawing::JsCanvas
1557
ROSEN_LOGE("JsCanvas::
OnGetWidth
canvas is null");
in OnGetWidth()
Completed in 9 milliseconds