OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotation2
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
MatrixBench.cpp
367
SkPoint rotation1, scale,
rotation2
;
local
369
(void) SkDecomposeUpper2x2(fMatrix[i], &rotation1, &scale, &
rotation2
);
/external/skia/tests/
MatrixTest.cpp
385
const SkPoint&
rotation2
) {
390
SkScalar c2 =
rotation2
.fX;
391
SkScalar s2 =
rotation2
.fY;
407
SkPoint rotation1, scale,
rotation2
;
local
416
REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &
rotation2
));
417
REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale,
rotation2
));
423
REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &
rotation2
));
424
REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale,
rotation2
));
428
REPORTER_ASSERT(reporter, SkDecomposeUpper2x2(mat, &rotation1, &scale, &
rotation2
));
429
REPORTER_ASSERT(reporter, check_matrix_recomposition(mat, rotation1, scale,
rotation2
));
[
all
...]
Completed in 266 milliseconds