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:colorIndex
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_data_panel.cpp
285
for (size_t
colorIndex
= 0;
colorIndex
< colorLength; ++
colorIndex
) {
in ConvertGradientColor()
287
gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(
colorIndex
).first));
in ConvertGradientColor()
288
gradientColor.SetDimension(jsLinearGradient->GetGradient().at(
colorIndex
).second);
in ConvertGradientColor()
H
A
D
js_progress.cpp
500
for (size_t
colorIndex
= 0;
colorIndex
< size;
colorIndex
++) {
in ConvertGradientColor()
502
gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(
colorIndex
).first));
in ConvertGradientColor()
503
gradientColor.SetDimension(jsLinearGradient->GetGradient().at(
colorIndex
).second);
in ConvertGradientColor()
H
A
D
js_slider.cpp
288
for (size_t
colorIndex
= 0;
colorIndex
< size;
colorIndex
++) {
in ConvertGradientColor()
290
gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(
colorIndex
).first));
in ConvertGradientColor()
291
gradientColor.SetDimension(jsLinearGradient->GetGradient().at(
colorIndex
).second);
in ConvertGradientColor()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
color.cpp
145
int64_t
colorIndex
= BinarySearchFindIndex(colorTable, ArraySize(colorTable), colorStr.c_str());
in FromString()
local
146
if (
colorIndex
!= -1) {
in FromString()
147
return colorTable[
colorIndex
].value;
in FromString()
576
int64_t
colorIndex
= BinarySearchFindIndex(colorTable, ArraySize(colorTable), colorStr.c_str());
577
if (
colorIndex
!= -1) {
578
color = colorTable[
colorIndex
].value;
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H
A
D
svg_attributes_parser.cpp
209
int64_t
colorIndex
= BinarySearchFindIndex(COLOR_TABLE, ArraySize(COLOR_TABLE), value.c_str());
in GetSpecialColor()
local
210
if (
colorIndex
!= -1) {
in GetSpecialColor()
211
return COLOR_TABLE[
colorIndex
].value;
in GetSpecialColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_data_panel_bridge.cpp
88
for (size_t
colorIndex
= 0;
colorIndex
< colorLength; ++
colorIndex
) {
in ConvertGradientColor()
90
gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(
colorIndex
).first));
in ConvertGradientColor()
91
gradientColor.SetDimension(jsLinearGradient->GetGradient().at(
colorIndex
).second);
in ConvertGradientColor()
H
A
D
arkts_native_progress_bridge.cpp
100
for (size_t
colorIndex
= 0;
colorIndex
< colorLength; ++
colorIndex
) {
in ConvertProgressResourceColor()
102
gradientColor.SetLinearColor(LinearColor(jsLinearGradient->GetGradient().at(
colorIndex
).first));
in ConvertProgressResourceColor()
103
gradientColor.SetDimension(jsLinearGradient->GetGradient().at(
colorIndex
).second);
in ConvertProgressResourceColor()
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_image_view.cpp
191
uint8_t
colorIndex
= 0;
in DealGifImageData()
local
201
colorIndex
= savedImage->RasterBits[loc];
in DealGifImageData()
204
(
colorIndex
!= gcb.TransparentColor)) {
in DealGifImageData()
211
gifColorType = &colorMap->Colors[
colorIndex
];
in DealGifImageData()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H
A
D
render_node_post_process_util.h
78
uint32_t
colorIndex
{ ~0u };
H
A
D
render_node_post_process_util.cpp
1041
jsonInputs_.
colorIndex
= idx;
in ParseRenderNodeInputs()
Completed in 10 milliseconds