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:weights_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_chart.cpp
183
chart.
weights_
.clear();
in SetSpecializedStyle()
184
StringUtils::StringSplitter(val, ',', chart.
weights_
);
in SetSpecializedStyle()
199
if (colors_.empty() ||
weights_
.empty() || colors_.size() !=
weights_
.size()) {
in OnSetStyleFinished()
204
weights_
.push_back(1);
in OnSetStyleFinished()
205
weights_
.push_back(1);
in OnSetStyleFinished()
206
weights_
.push_back(1);
in OnSetStyleFinished()
329
progressChild_->GetTrack()->SetSectionsStyle(colors_,
weights_
);
in PrepareSpecializedComponent()
H
A
D
dom_progress.h
79
std::vector<double>
weights_
;
member in OHOS::Ace::Framework::final
H
A
D
dom_chart.h
211
std::vector<double>
weights_
;
member in OHOS::Ace::Framework::DOMChart
/foundation/arkui/ace_engine/frameworks/core/components/track/
H
A
D
rosen_render_arc_track.cpp
248
if (colors_.size() == 0 || colors_.size() !=
weights_
.size()) {
in Paint()
252
for (const auto& weight :
weights_
) {
in Paint()
266
currentStart +=
weights_
[index];
in Paint()
267
if (ShouldHighLight(totalWeight - currentStart,
weights_
[index], ratio * totalWeight)) {
in Paint()
272
data.sweepDegree = (
weights_
[index] / totalWeight) * paintData_.sweepDegree;
in Paint()
278
data.sweepDegree = (
weights_
[highLightIndex] / totalWeight) * paintData_.sweepDegree;
in Paint()
H
A
D
track_component.h
283
weights_
= weights;
in SetSectionsStyle()
293
return
weights_
;
in GetSectionsWeights()
376
std::vector<double>
weights_
;
member in OHOS::Ace::TrackComponent
H
A
D
render_track.h
164
std::vector<double>
weights_
;
member in OHOS::Ace::RenderTrack
H
A
D
render_track.cpp
45
weights_
= track->GetSectionsWeights();
in Update()
Completed in 5 milliseconds