HomeSort by relevance Sort by last modified time
    Searched refs:fromZ (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/transforms/
ScaleTransformOperation.cpp 40 double fromZ = fromOp ? fromOp->m_z : 1.;
43 fromZ + (m_z - fromZ) * progress, m_type);
TranslateTransformOperation.cpp 40 Length fromZ = fromOp ? fromOp->m_z : Length(m_z.type());
41 return TranslateTransformOperation::create(m_x.blend(fromX, progress), m_y.blend(fromY, progress), m_z.blend(fromZ, progress), m_type);

Completed in 14 milliseconds