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:edgeVectors
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/src/gpu/geometry/
H
A
D
GrQuadUtils.cpp
695
void TessellationHelper::EdgeEquations::reset(const EdgeVectors&
edgeVectors
) {
in reset()
argument
696
V4f dx =
edgeVectors
.fDX;
in reset()
697
V4f dy =
edgeVectors
.fDY;
in reset()
699
correct_bad_edges(
edgeVectors
.fInvLengths >= kInvDistTolerance, &dx, &dy, nullptr);
in reset()
701
V4f c = dx*
edgeVectors
.fY2D - dy*
edgeVectors
.fX2D;
in reset()
703
V4f test = dy * next_cw(
edgeVectors
.fX2D) + (-dx * next_cw(
edgeVectors
.fY2D) + c);
in reset()
879
void TessellationHelper::OutsetRequest::reset(const EdgeVectors&
edgeVectors
, GrQuad::Type quadType,
895
(widthChange > 0.f &&
edgeVectors
[all...]
H
A
D
GrQuadUtils.h
126
void reset(const EdgeVectors&
edgeVectors
);
152
void reset(const EdgeVectors&
edgeVectors
, GrQuad::Type quadType,
171
// original lines. This should only be called if the '
edgeVectors
' fInvSinTheta data is
173
void moveAlong(const EdgeVectors&
edgeVectors
,
Completed in 3 milliseconds