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
defs:colorStop
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
gradient_style_modifier.cpp
93
auto
colorStop
=
in GetGradient()
local
269
auto
colorStop
= colorStops_[index].Value() + value.colorStops_[index].Value();
in Add()
local
293
auto
colorStop
= colorStops_[index].Value() - value.colorStops_[index].Value();
in Minus()
local
314
auto
colorStop
= colorStops_[index].Value() * scale;
in Multiply()
local
[all...]
H
A
D
skia_decoration_painter.cpp
85
ColorStop
colorStop
;
in GradientShader()
local
111
auto&
colorStop
in AddColorStops()
local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_gauge_ffi.cpp
35
void FFICJVectorColorStopSetElement(VectorColorStops vec, int64_t index, ColorStop
colorStop
)
in FFICJVectorColorStopSetElement()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H
A
D
drawing_decoration_painter.cpp
56
ColorStop
colorStop
;
in GradientShader()
local
82
auto&
colorStop
in AddColorStops()
local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
canvas_component.cpp
1897
ColorType
colorStop
= component->GetRGBColor(color);
in AddColorStop()
local
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
native_node_test.cpp
220
ArkUI_ColorStop
colorStop
= {colors, stops, 2};
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H
A
D
rosen_decoration_painter.cpp
74
ColorStop
colorStop
;
in GradientShader()
local
104
auto&
colorStop
in AddColorStops()
local
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
1324
const ArkUI_ColorStop*
colorStop
= reinterpret_cast<ArkUI_ColorStop*>(item->object);
in SetLinearGradient()
local
1368
static ArkUI_ColorStop
colorStop
;
in GetLinearGradient()
local
2492
const ArkUI_ColorStop*
colorStop
= reinterpret_cast<ArkUI_ColorStop*>(item->object);
SetSweepGradient()
local
2583
static ArkUI_ColorStop
colorStop
;
GetSweepGradient()
local
2606
const ArkUI_ColorStop*
colorStop
= reinterpret_cast<ArkUI_ColorStop*>(item->object);
SetRadialGradient()
local
2682
static ArkUI_ColorStop
colorStop
;
GetRadialGradient()
local
[all...]
Completed in 42 milliseconds