OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_transform
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/animation/
transform_operation.cc
277
gfx::Transform
to_transform
;
local
278
to_transform
.RotateAbout(axis, max_degrees);
285
to_transform
.TransformPoint(&point_rotated_to);
395
gfx::Transform
to_transform
;
local
397
!BlendTransformOperations(from, to, max_progress, &
to_transform
))
404
to_transform
.TransformBox(&to_box);
transform_operations_unittest.cc
296
const TransformOperations&
to_transform
) {
300
expected_matrix,
to_transform
.Blend(from_transform, progress));
1142
gfx::Transform
to_transform
;
local
[
all
...]
Completed in 260 milliseconds