OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:from_x
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/animation/
transform_operation.cc
110
SkMScalar
from_x
= IsOperationIdentity(from) ? 0 : from->translate.x;
local
116
result->Translate3d(BlendSkMScalars(
from_x
, to_x, progress),
144
SkMScalar
from_x
= IsOperationIdentity(from) ? 1 : from->scale.x;
local
150
result->Scale3d(BlendSkMScalars(
from_x
, to_x, progress),
156
SkMScalar
from_x
= IsOperationIdentity(from) ? 0 : from->skew.x;
local
160
result->SkewX(BlendSkMScalars(
from_x
, to_x, progress));
transform_operations_unittest.cc
1191
float
from_x
;
member in struct:cc::__anon3817::TestSkews
[
all
...]
Completed in 35 milliseconds