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:rotateX
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H
A
D
rotate_vector.hpp
68
GLM_FUNC_DECL tvec3<T, P>
rotateX
(
89
GLM_FUNC_DECL tvec4<T, P>
rotateX
(
/third_party/skia/samplecode/
H
A
D
SampleCamera.cpp
51
view.
rotateX
(fRX);
H
A
D
SampleAndroidShadows.cpp
275
view.
rotateX
(fAnimAngle);
/third_party/skia/include/utils/
H
A
D
SkCamera.h
81
void
rotateX
(SkScalar deg);
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H
A
D
Matrix.java
143
public Matrix
rotateX
(float rad) {
in rotateX()
method in Matrix
/third_party/backends/sanei/
H
A
D
sanei_magic.c
523
int
rotateX
= 0;
in sanei_magic_findSkew()
local
582
rotateX
= (LOffsetHalf-TOffsetHalf) / (TSlopeHalf-LSlopeHalf);
in sanei_magic_findSkew()
583
rotateY = TSlopeHalf *
rotateX
+ TOffsetHalf;
in sanei_magic_findSkew()
584
DBG(15,"sanei_magic_findSkew: rotate: %d %d\n",
rotateX
,rotateY);
in sanei_magic_findSkew()
586
*centerX =
rotateX
;
in sanei_magic_findSkew()
/third_party/skia/src/utils/
H
A
D
SkCamera.cpp
204
void Sk3DView::
rotateX
(SkScalar deg) {
in rotateX()
function in Sk3DView
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H
A
D
CubeActivity.java
50
return new Matrix().rotateY(rotY).
rotateX
(rotX).translate(0, 0, scale);
in asMatrix()
Completed in 6 milliseconds