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:fCy
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkAnalyticEdge.cpp
434
fCEdge.
fCy
>>= kDefaultAccuracy;
in setCubic()
443
fCEdge.
fCy
= SnapY(fCEdge.
fCy
);
in setCubic()
451
fSnappedY = fCEdge.
fCy
;
in setCubic()
460
SkFixed oldy = fCEdge.
fCy
;
in updateCubic()
509
fCEdge.
fCy
= newy;
in updateCubic()
H
A
D
SkEdge.cpp
440
fCy
= SkFDot6ToFixed(y0);
in setCubicWithoutUpdate()
463
SkFixed oldy =
fCy
;
in updateCubic()
500
fCy
= newy;
in updateCubic()
H
A
D
SkEdge.h
79
SkFixed fCx,
fCy
;
H
A
D
SkAnalyticEdge.h
133
SkASSERT(SkAbs32(fX - SkFixedMul(fDX, fY - SnapY(fCEdge.
fCy
)) - fCEdge.fCx) < SK_Fixed1);
/third_party/skia/gm/
H
A
D
blurs.cpp
30
int fCx,
fCy
;
in DEF_SIMPLE_GM_BG()
member
53
SkIntToScalar(200 + gRecs[i].
fCy
*100),
in DEF_SIMPLE_GM_BG()
/third_party/skia/modules/svg/src/
H
A
D
SkSVGEllipse.cpp
25
const auto cy = lctx.resolve(
fCy
, SkSVGLengthContext::LengthType::kVertical);
in resolve()
H
A
D
SkSVGRadialGradient.cpp
36
lctx.resolve(
fCy
, SkSVGLengthContext::LengthType::kVertical));
in onMakeShader()
H
A
D
SkSVGCircle.cpp
24
const auto cy = lctx.resolve(
fCy
, SkSVGLengthContext::LengthType::kVertical);
in resolve()
Completed in 4 milliseconds