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:clipShape
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_scrollable_bridge.cpp
30
auto*
clipShape
= Framework::JSRef<Framework::JSObject>::Cast(info[1])->Unwrap<Framework::JSShapeAbstract>();
in SetContentClip()
local
31
if (
clipShape
) {
in SetContentClip()
33
AceType::DynamicCast<ShapeRect>(
clipShape
->GetBasicShape()));
in SetContentClip()
H
A
D
arkts_native_common_bridge.cpp
3413
Framework::JSShapeAbstract *
clipShape
=
in SetClip()
local
3415
if (
clipShape
== nullptr) {
in SetClip()
3418
ViewAbstract::SetClipShape(frameNode,
clipShape
->GetBasicShape());
in SetClip()
3435
Framework::JSShapeAbstract *
clipShape
=
in SetClipShape()
local
3437
if (
clipShape
== nullptr) {
in SetClipShape()
3440
ViewAbstract::SetClipShape(frameNode,
clipShape
->GetBasicShape());
in SetClipShape()
5952
Framework::JSShapeAbstract *
clipShape
=
in SetClipWithEdge()
local
5954
if (
clipShape
== nullptr) {
in SetClipWithEdge()
5957
ViewAbstract::SetClipShape(frameNode,
clipShape
->GetBasicShape());
in SetClipWithEdge()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_row_split.cpp
42
JSShapeAbstract*
clipShape
= JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>();
in JsClip()
local
43
if (
clipShape
== nullptr) {
in JsClip()
46
ViewAbstractModel::GetInstance()->SetClipShape(
clipShape
->GetBasicShape());
in JsClip()
H
A
D
js_scrollable.cpp
100
JSShapeAbstract*
clipShape
= JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>();
in JsClip()
local
101
if (
clipShape
== nullptr) {
in JsClip()
104
ViewAbstractModel::GetInstance()->SetClipShape(
clipShape
->GetBasicShape());
in JsClip()
H
A
D
js_column_split.cpp
58
JSShapeAbstract*
clipShape
= JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>();
in JsClip()
local
59
if (
clipShape
== nullptr) {
in JsClip()
62
ViewAbstractModel::GetInstance()->SetClipShape(
clipShape
->GetBasicShape());
in JsClip()
H
A
D
js_scrollable_base.cpp
120
auto*
clipShape
= JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>();
in JSClipContent()
local
121
if (
clipShape
) {
in JSClipContent()
123
NG::ContentClipMode::CUSTOM, AceType::DynamicCast<ShapeRect>(
clipShape
->GetBasicShape()));
in JSClipContent()
H
A
D
js_richeditor.cpp
931
JSShapeAbstract*
clipShape
= JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>();
in JsClip()
local
932
if (
clipShape
== nullptr) {
in JsClip()
935
ViewAbstractModel::GetInstance()->SetClipShape(
clipShape
->GetBasicShape());
in JsClip()
H
A
D
js_view_abstract.cpp
7199
JSShapeAbstract*
clipShape
= JSRef<JSObject>::Cast(arg)->Unwrap<JSShapeAbstract>();
in JsClip()
local
7200
if (
clipShape
== nullptr) {
in JsClip()
7203
ViewAbstractModel::GetInstance()->SetClipShape(
clipShape
->GetBasicShape());
in JsClip()
7212
JSShapeAbstract*
clipShape
= JSRef<JSObject>::Cast(info[0])->Unwrap<JSShapeAbstract>();
in JsClipShape()
local
7213
if (
clipShape
== nullptr) {
in JsClipShape()
7216
ViewAbstractModel::GetInstance()->SetClipShape(
clipShape
->GetBasicShape());
in JsClipShape()
8730
JSClass<JSViewAbstract>::StaticMethod("
clipShape
", &JSViewAbstract::JsClip);
in JSBind()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkComponent.js
1489
ClipShapeModifier.identity = Symbol('
clipShape
');
4171
clipShape
(value) {
Completed in 68 milliseconds