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
defs:kTolerance
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/tests/
H
A
D
GrVxTest.cpp
35
constexpr static float
kTolerance
= 1.f / (1 << 20);
in DEF_TEST()
local
H
A
D
RuntimeBlendTest.cpp
23
const int
kTolerance
= 1;
in nearly_equal()
local
H
A
D
DMSAATest.cpp
54
constexpr static float
kTolerance
= 2.5f / 256;
in fuzzy_equals()
local
H
A
D
GeometryTest.cpp
458
constexpr float
kTolerance
= 1e-3f;
in test_chop_quad_at_midtangent()
local
474
constexpr float
kTolerance
= 1e-3f;
in test_chop_cubic_at_midtangent()
local
[all...]
H
A
D
ProcessorTest.cpp
405
static constexpr SkScalar
kTolerance
= 0.01f;
in fuzzy_color_equals()
local
/third_party/skia/src/core/
H
A
D
SkICC.cpp
221
static constexpr float
kTolerance
= 1.0f / (1 << 11);
in nearly_equal()
local
/third_party/skia/tools/viewer/
H
A
D
SkottieSlide.cpp
43
static constexpr float
kTolerance
= 0.075f;
variable
/third_party/skia/src/gpu/geometry/
H
A
D
GrQuadUtils.cpp
22
static constexpr float
kTolerance
= 1e-9f;
variable
/third_party/skia/src/utils/
H
A
D
SkShadowTessellator.cpp
274
static constexpr auto
kTolerance
= 1.0e-2f;
in computeConvexShadow()
local
Completed in 10 milliseconds