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:fSSin
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkRSXform.h
17
* [ fSCos -
fSSin
fTx ]
18
* [
fSSin
fSCos fTy ]
41
SkScalar
fSSin
;
member
46
return 0 == fSCos || 0 ==
fSSin
;
in rectStaysRect()
51
fSSin
= fTx = fTy = 0;
in setIdentity()
56
fSSin
= ssin;
in set()
/third_party/skia/samplecode/
H
A
D
SampleShip.cpp
107
SkScalar s = fXform[i].
fSSin
;
113
fXform[i].
fSSin
= kSinDiff*c + kCosDiff*s;
115
dx -= fXform[i].fSCos*anchorX - fXform[i].
fSSin
*anchorY;
116
dy -= fXform[i].
fSSin
*anchorX + fXform[i].fSCos*anchorY;
/third_party/skia/gm/
H
A
D
drawatlas.cpp
92
xform->
fSSin
= fScale * SkScalarSin(rad);
in apply()
165
xform[i].
fSSin
= tan.y();
in draw_text_on_path()
/third_party/skia/src/core/
H
A
D
SkGlyphRun.cpp
251
*scaledRotationsCursor++ = {xform.fSCos, xform.
fSSin
};
in blobToGlyphRunList()
H
A
D
SkMatrix.cpp
431
fMat[kMSkewX] = -xform.
fSSin
;
in setRSXform()
434
fMat[kMSkewY] = xform.
fSSin
;
in setRSXform()
1821
const SkScalar m01 = -
fSSin
;
in toQuad()
1836
const SkScalar m01 = -
fSSin
;
in toTriStrip()
Completed in 6 milliseconds