OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_perspective_depth
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/animation/
transform_operation.cc
168
SkMScalar
to_perspective_depth
=
local
171
if (from_perspective_depth == 0.f ||
to_perspective_depth
== 0.f)
175
1.f / from_perspective_depth, 1.f /
to_perspective_depth
, progress);
Completed in 34 milliseconds