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:PointXy
(Results
1 - 8
of
8
) sorted by relevance
/base/powermgr/display_manager/brightness_manager/include/
H
A
D
lux_threshold_config_parser.h
31
std::vector<
PointXy
> brightenPoints{};
32
std::vector<
PointXy
> darkenPoints{};
37
std::vector<
PointXy
> brightenPointsForLevel{};
38
std::vector<
PointXy
> darkenPointsForLevel{};
H
A
D
light_lux_manager.h
56
float CalcDelta(const std::vector<
PointXy
>& pointList) const;
61
std::vector<
PointXy
> GetBrightenLuxList();
62
std::vector<
PointXy
> GetDarkenLuxList();
H
A
D
calculation_config_parser.h
23
struct
PointXy
{
struct
36
std::vector<
PointXy
> defaultPoints{
H
A
D
config_parser_base.h
41
void ParsePointXy(const Json::Value& root, const std::string& name, std::vector<
PointXy
>& data) const;
42
const std::string PointXyToString(const std::string& name, const std::vector<
PointXy
>& data) const;
H
A
D
calculation_curve.h
49
float GetBrightnessCurveLevel(std::vector<
PointXy
>& linePointsList, float lux);
/base/powermgr/display_manager/brightness_manager/src/
H
A
D
light_lux_manager.cpp
161
std::vector<
PointXy
> brightenLinePointsList = GetBrightenLuxList();
in UpdateParam()
166
std::vector<
PointXy
> darkenLinePointsList = GetDarkenLuxList();
in UpdateParam()
175
float LightLuxManager::CalcDelta(const std::vector<
PointXy
>& pointsList) const
in CalcDelta()
182
PointXy
temp = pointsList.front();
in CalcDelta()
183
std::vector<
PointXy
>::const_iterator it;
in CalcDelta()
282
std::vector<
PointXy
> LightLuxManager::GetBrightenLuxList()
in GetBrightenLuxList()
284
std::vector<
PointXy
> brightenPointsList;
in GetBrightenLuxList()
291
std::vector<
PointXy
> LightLuxManager::GetDarkenLuxList()
in GetDarkenLuxList()
293
std::vector<
PointXy
> darkenPointsList;
in GetDarkenLuxList()
H
A
D
calculation_curve.cpp
54
std::vector<
PointXy
> curve = mCurveConfig.calculationConfig.defaultPoints;
in GetCurrentBrightness()
64
float BrightnessCalculationCurve::GetBrightnessCurveLevel(std::vector<
PointXy
>& linePointsList, float lux)
in GetBrightnessCurveLevel()
H
A
D
config_parser_base.cpp
147
const Json::Value& root, const std::string& name, std::vector<
PointXy
>& data) const
in ParsePointXy()
160
PointXy
pointXy{};
in ParsePointXy()
180
const std::string& name, const std::vector<
PointXy
>& data) const
in PointXyToString()
Completed in 3 milliseconds