OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rotation2
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
MatrixTest.cpp
473
const SkPoint&
rotation2
) {
478
SkScalar c2 =
rotation2
.fX;
479
SkScalar s2 =
rotation2
.fY;
495
SkPoint rotation1, scale,
rotation2
;
local
504
REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &
rotation2
));
505
REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale,
rotation2
));
511
REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &
rotation2
));
512
REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale,
rotation2
));
516
REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &
rotation2
));
517
REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale,
rotation2
));
[
all
...]
/external/skia/src/core/
SkMatrixUtils.h
35
SkPoint*
rotation2
);
SkMatrix.cpp
[
all
...]
/external/skia/bench/
MatrixBench.cpp
161
SkPoint rotation1, scale,
rotation2
;
variable
163
(void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &
rotation2
);
Completed in 70 milliseconds