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:fUpperY
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkEdgeBuilder.cpp
70
if (edge->fLowerY == last->
fUpperY
) {
in combineVertical()
71
last->
fUpperY
= edge->
fUpperY
;
in combineVertical()
72
last->fY = last->
fUpperY
;
in combineVertical()
75
if (approximately_equal(edge->
fUpperY
, last->fLowerY)) {
in combineVertical()
81
if (approximately_equal(edge->
fUpperY
, last->
fUpperY
)) {
in combineVertical()
86
last->
fUpperY
= edge->fLowerY;
in combineVertical()
87
last->fY = last->
fUpperY
;
in combineVertical()
90
last->
fUpperY
in combineVertical()
[all...]
H
A
D
SkScan_AAAPath.cpp
1005
int valuea = a.
fUpperY
;
1006
int valueb = b.
fUpperY
;
1038
while (edge->
fUpperY
!= SK_MaxS32) {
1040
SkASSERT(y <= edge->
fUpperY
);
1042
y = edge->
fUpperY
;
1067
nextEdge->fLowerY - nextEdge->
fUpperY
>= SK_Fixed1; // Dy should be large
1076
if (currE->
fUpperY
>= SkLeftShift(stop_y, 16)) {
1087
if (nextCurrE->
fUpperY
>= stop_y << 16) { // Check if we're at the end
1110
SkFixed y = std::max(leftE->
fUpperY
, riteE->
fUpperY
);
[all...]
H
A
D
SkAnalyticEdge.h
33
SkFixed fUpperX; // The x value when y =
fUpperY
35
SkFixed
fUpperY
; // The upper bound of y (our edge is from y =
fUpperY
to y = fLowerY)
member
36
SkFixed fLowerY; // The lower bound of y (our edge is from y =
fUpperY
to y = fLowerY)
64
// (fDX and y -
fUpperY
may be greater than SK_Fixed1)
in goY()
65
fX = fUpperX + SkFixedMul(fDX, y -
fUpperY
);
in goY()
92
fUpperY
, fLowerY, SkFixedToFloat(fY), SkFixedToFloat(fX),
in dump()
101
SkASSERT(
fUpperY
< fLowerY);
in validate()
H
A
D
SkAnalyticEdge.cpp
268
fUpperY
= y0;
in setLine()
316
fUpperY
= y0;
Completed in 4 milliseconds