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:fRotate
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/gm/
H
A
D
addarc.cpp
27
AddArcGM() :
fRotate
(0) {}
in AddArcGM()
54
startAngle +=
fRotate
* 360 * speed * sign;
66
fRotate
= TimeUtils::Scaled(1e-9 * nanos, 1, 360);
71
SkScalar
fRotate
;
member in AddArcGM
117
StrokeCircleGM() :
fRotate
(0) {}
in StrokeCircleGM()
140
canvas->rotate(
fRotate
* sign);
150
fRotate
= TimeUtils::Scaled(1e-9 * nanos, 60, 360);
155
SkScalar
fRotate
;
member in StrokeCircleGM
167
FillCircleGM() :
fRotate
(0) {}
in FillCircleGM()
194
canvas->rotate(
fRotate
* sig
208
SkScalar
fRotate
;
global()
member in FillCircleGM
[all...]
/third_party/skia/samplecode/
H
A
D
SampleGlyphTransform.cpp
45
ctm.setRotate(
fRotate
); // d3 rotate takes degrees
63
fRotate
= sin(t / 734);
76
SkScalar
fRotate
;
member in GlyphTransformView
/third_party/skia/modules/svg/src/
H
A
D
SkSVGText.cpp
127
,
fRotate
(txt.getRotate())
in ScopedPosResolver()
152
localCharIndex <
fRotate
.size();
in resolve()
183
if (!
fRotate
.empty()) {
in resolve()
184
if (localCharIndex <
fRotate
.size()) {
in resolve()
186
attrs[PosAttrs::kRotate] =
fRotate
[localCharIndex];
in resolve()
191
attrs[PosAttrs::kRotate] =
fRotate
.back();
in resolve()
H
A
D
SkSVGTextPriv.h
101
const std::vector<float>&
fRotate
;
member in final::ScopedPosResolver
Completed in 4 milliseconds