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:fAllowNear
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/pathops/
H
A
D
SkDQuadLineIntersection.cpp
101
,
fAllowNear
(true) {
in LineQuadraticIntersections()
109
SkDEBUGPARAMS(
fAllowNear
(false)) {
in fAllowNear()
function in LineQuadraticIntersections
113
fAllowNear
= allow;
in allowNear()
171
if (
fAllowNear
) {
in intersect()
200
if (
fAllowNear
) {
in horizontalIntersect()
256
if (
fAllowNear
) {
in verticalIntersect()
420
bool
fAllowNear
;
member in LineQuadraticIntersections
439
q.allowNear(
fAllowNear
);
in intersect()
H
A
D
SkDConicLineIntersection.cpp
23
,
fAllowNear
(true) {
in LineConicIntersections()
31
SkDEBUGPARAMS(
fAllowNear
(false)) {
in fAllowNear()
function in LineConicIntersections
35
fAllowNear
= allow;
in allowNear()
74
if (
fAllowNear
) {
in horizontalIntersect()
99
if (
fAllowNear
) {
in intersect()
152
if (
fAllowNear
) {
in verticalIntersect()
344
bool
fAllowNear
;
member in LineConicIntersections
363
c.allowNear(
fAllowNear
);
in intersect()
H
A
D
SkDCubicLineIntersection.cpp
89
,
fAllowNear
(true) {
in LineCubicIntersections()
94
fAllowNear
= allow;
in allowNear()
150
if (
fAllowNear
) {
in intersect()
186
if (
fAllowNear
) {
in horizontalIntersect()
249
if (
fAllowNear
) {
in verticalIntersect()
415
bool
fAllowNear
;
member in LineCubicIntersections
434
c.allowNear(
fAllowNear
);
in intersect()
H
A
D
SkDLineIntersection.cpp
113
bool unparallel =
fAllowNear
? NotAlmostEqualUlps_Pin(axByLen, ayBxLen)
in intersect()
133
if (
fAllowNear
|| !unparallel) {
in intersect()
241
if (
fAllowNear
|| result == 2) {
in horizontal()
319
if (
fAllowNear
|| result == 2) {
in vertical()
H
A
D
SkIntersections.h
47
fAllowNear
= nearAllowed;
in allowNear()
193
fAllowNear
= true;
in reset()
322
bool
fAllowNear
;
member in SkIntersections
Completed in 6 milliseconds