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:rangeMax_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H
A
D
webgl_shader_precision_format.h
50
rangeMax_
= rangeMax;
in SetShaderPrecisionFormatRangeMax()
65
return
rangeMax_
;
in GetShaderPrecisionFormatRangeMax()
72
explicit WebGLShaderPrecisionFormat() : rangeMin_(0),
rangeMax_
(0), precision_(0) {};
in WebGLShaderPrecisionFormat()
75
rangeMin_(0),
rangeMax_
(0), precision_(0) {};
in WebGLShaderPrecisionFormat()
80
int
rangeMax_
;
member in OHOS::Rosen::final
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_abstract_progress.cpp
30
rangeMax_
(MAX_PERCENT_VALUE),
in UIAbstractProgress()
74
if ((
rangeMax_
== rangeMax) && (rangeMin_ == rangeMin)) {
in SetRange()
79
rangeMax_
= rangeMax;
in SetRange()
92
} else if (value >
rangeMax_
) {
in SetValue()
93
curValue_ =
rangeMax_
;
in SetValue()
99
((curValue_ == rangeMin_) || (curValue_ ==
rangeMax_
) ||
in SetValue()
119
return (
rangeMax_
< rangeMin_) ? 0 : (
rangeMax_
- rangeMin_);
in GetRangeSize()
H
A
D
ui_slider.cpp
267
return static_cast<int32_t>(rangeMin_ + (static_cast<int64_t>(
rangeMax_
) - rangeMin_) * length / totalLength);
in CalculateCurrentValue()
287
value =
rangeMax_
;
in UpdateCurrentValue()
294
value =
rangeMax_
;
in UpdateCurrentValue()
303
value =
rangeMax_
;
in UpdateCurrentValue()
314
value =
rangeMax_
;
in UpdateCurrentValue()
381
if (curValue_ == rangeMin_ || curValue_ ==
rangeMax_
) {
in OnRotateEvent()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_abstract_progress.h
155
return
rangeMax_
;
in GetRangeMax()
326
int32_t
rangeMax_
;
member in OHOS::UIAbstractProgress
Completed in 4 milliseconds