OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:combinedTransform
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp
590
TransformationMatrix
combinedTransform
= parentMatrix;
591
combinedTransform
=
combinedTransform
.multiply(layerLocalTransform);
605
bool useSurfaceForClipping = drawLayer->masksToBounds() && !isScaleOrTranslation(
combinedTransform
);
627
TransformationMatrix layerOriginTransform =
combinedTransform
;
656
drawLayer->setDrawTransform(
combinedTransform
);
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp
292
const QTransform& matrix = platformContext()->
combinedTransform
();
[
all
...]
Completed in 868 milliseconds