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:fTx
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkRSXform.h
17
* [ fSCos -fSSin
fTx
]
42
SkScalar
fTx
;
member
51
fSSin =
fTx
= fTy = 0;
in setIdentity()
57
fTx
= tx;
in set()
/third_party/skia/gm/
H
A
D
skbug_8664.cpp
19
SkScalar fSx, fSy,
fTx
, fTy;
in DEF_SIMPLE_GM()
member
42
canvas->translate(xform.
fTx
, xform.fTy);
in DEF_SIMPLE_GM()
H
A
D
drawatlas.cpp
86
SkScalar
fTx
;
member
93
xform->
fTx
=
fTx
;
in apply()
166
xform[i].
fTx
= pos.x() - tan.y() * xy[i].y() - tan.x() * offset;
in draw_text_on_path()
H
A
D
imagefilters.cpp
171
SkScalar fSx, fSy,
fTx
, fTy;
member
186
canvas->translate(xform.
fTx
, xform.fTy);
/third_party/skia/samplecode/
H
A
D
SampleShip.cpp
117
fXform[i].
fTx
+= dx;
/third_party/skia/src/core/
H
A
D
SkGlyphRun.cpp
250
*positionCursor++ = {xform.
fTx
, xform.fTy};
in blobToGlyphRunList()
H
A
D
SkMatrix.cpp
432
fMat[kMTransX] = xform.
fTx
;
in setRSXform()
1822
const SkScalar m02 =
fTx
;
in toQuad()
1837
const SkScalar m02 =
fTx
;
in toTriStrip()
Completed in 7 milliseconds