OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:applyTransform
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/rendering/
TransformState.cpp
53
void TransformState::
applyTransform
(const AffineTransform& transformFromContainer, TransformAccumulation accumulate)
55
applyTransform
(transformFromContainer.toTransformationMatrix(), accumulate);
58
void TransformState::
applyTransform
(const TransformationMatrix& transformFromContainer, TransformAccumulation accumulate)
141
void HitTestingTransformState::
applyTransform
(const TransformationMatrix& transformFromContainer, TransformAccumulation accumulate)
/external/webkit/WebCore/rendering/style/
RenderStyle.cpp
654
void RenderStyle::
applyTransform
(TransformationMatrix& transform, const IntSize& borderBoxSize, ApplyTransformOrigin applyOrigin) const
[
all
...]
Completed in 376 milliseconds