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:EPS
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H
A
D
rs_property_drawable_utils.cpp
887
constexpr static float
EPS
= 1e-5f;
in DrawPixelStretch()
local
888
if (pixelStretch->x_ >
EPS
|| pixelStretch->y_ >
EPS
|| pixelStretch->z_ >
EPS
|| pixelStretch->w_ >
EPS
) {
in DrawPixelStretch()
1293
constexpr static float
EPS
= 1e-5f;
in RSFilterSetPixelStretch()
local
1295
if (pixelStretch->x_ >
EPS
|| pixelStretch->y_ >
EPS
|| pixelStretch->z_ >
EPS
|| pixelStretch->w_ >
EPS
) {
in RSFilterSetPixelStretch()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_zoom_gesture.cpp
43
constexpr float
EPS
= 1e-6;
member
459
if (abs(scaleSpan) >
EPS
) {
in RecognizeScale()
813
if (abs(scaleRatio_) <
EPS
) {
in OnScroll()
852
if (screenWidth_ == 0 || screenHeight_ == 0 || abs(screenSpan_) <
EPS
) {
in OnScale()
H
A
D
accessibility_settings_config.cpp
80
constexpr float
EPS
= 1e-6;
member
959
if (abs(audioBalance - INVALID_MASTER_BALANCE_VALUE) >
EPS
) {
in CloneAudioState()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_properties.cpp
4347
constexpr static float
EPS
= 1e-5f;
in CalculatePixelStretch()
local
4349
if (abs(pixelStretch_->x_) <
EPS
&& abs(pixelStretch_->y_) <
EPS
&& abs(pixelStretch_->z_) <
EPS
&&
in CalculatePixelStretch()
4350
abs(pixelStretch_->w_) <
EPS
) {
in CalculatePixelStretch()
4355
if ((pixelStretch_->x_ <
EPS
&& pixelStretch_->y_ <
EPS
&& pixelStretch_->z_ <
EPS
&& pixelStretch_->w_ <
EPS
) ||
in CalculatePixelStretch()
4356
(pixelStretch_->x_ > -
EPS
in CalculatePixelStretch()
[all...]
H
A
D
rs_properties_painter.cpp
1065
constexpr static float
EPS
= 1e-5f;
in DrawPixelStretchImage()
local
1067
if (pixelStretch->x_ >
EPS
|| pixelStretch->y_ >
EPS
|| pixelStretch->z_ >
EPS
|| pixelStretch->w_ >
EPS
) {
in DrawPixelStretchImage()
Completed in 16 milliseconds