OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:from_identity
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/animation/
transform_operations.cc
52
bool
from_identity
= from.IsIdentity();
local
54
if (
from_identity
&& to_identity)
61
std::max(
from_identity
? 0 : from.operations_.size(),
66
from_identity
? NULL : &from.operations_[i];
186
bool
from_identity
= from.IsIdentity();
local
188
if (
from_identity
&& to_identity)
193
std::max(
from_identity
? 0 : from.operations_.size(),
198
from_identity
? 0 : &from.operations_[i],
Completed in 202 milliseconds