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:bY
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H
A
D
common_math.h
82
inline bool CalcIntersection(float aX, float aY, float bX, float
bY
,
in CalcIntersection()
argument
87
float den = (bX - aX) * (dY - cY) - (
bY
- aY) * (dX - cX);
in CalcIntersection()
93
*y = aY + r * (
bY
- aY);
in CalcIntersection()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
drawing_c_sample.cpp
78
float
bY
= aY + std::sqrt((cX - dX) * (cX - dX) + (len / 2.0) * (len / 2.0));
in TestDrawPathPro()
local
82
float eY =
bY
;
in TestDrawPathPro()
86
OH_Drawing_PathLineTo(cPath, bX,
bY
);
in TestDrawPathPro()
/foundation/graphic/graphic_2d/interfaces/inner_api/color_manager/
H
A
D
native_color_space_manager.h
136
float
bY
;
member
/foundation/graphic/graphic_2d/utils/color_manager/ndk/
H
A
D
native_color_space_manager.cpp
64
csPrimaries.
bY
= primaries.
bY
;
in OHPrimariesToColorSpacePrimaries()
/foundation/graphic/graphic_2d/utils/color_manager/src/
H
A
D
color_space.cpp
224
float oneBxBy = (1 - primaries.bX) / primaries.
bY
;
in ComputeXYZD50()
229
float BxBy = primaries.bX / primaries.
bY
;
in ComputeXYZD50()
239
float BYBy = BY / primaries.
bY
;
in ComputeXYZD50()
245
BYBy * (1 - primaries.bX - primaries.
bY
)}}};
in ComputeXYZD50()
/foundation/graphic/graphic_2d/utils/color_manager/export/
H
A
D
color_space.h
108
float
bY
;
member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/sendable_colorspacemanager_napi/
H
A
D
js_sendable_color_space_manager.cpp
144
primaries.
bY
= static_cast<float>(val);
in ParseColorSpacePrimaries()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/colorspacemanager_napi/
H
A
D
js_color_space_manager.cpp
143
primaries.
bY
= static_cast<float>(val);
in ParseColorSpacePrimaries()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H
A
D
drawing_canvas_test.cpp
195
float
bY
= aY + std::sqrt((cX - dX) * (cX - dX) + (len / 2.0) * (len / 2.0));
in HWTEST_F()
local
197
float eY =
bY
;
in HWTEST_F()
199
OH_Drawing_PathLineTo(path, bX,
bY
);
in HWTEST_F()
Completed in 8 milliseconds