HomeSort by relevance Sort by last modified time
    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 48 milliseconds