OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotation1
(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
383
const SkPoint&
rotation1
,
386
SkScalar c1 =
rotation1
.fX;
387
SkScalar s1 =
rotation1
.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 23 milliseconds