Home | History | Annotate | Download | only in chromium

Lines Matching refs:combinedTransform

590     TransformationMatrix combinedTransform = parentMatrix;
591 combinedTransform = combinedTransform.multiply(layerLocalTransform);
605 bool useSurfaceForClipping = drawLayer->masksToBounds() && !isScaleOrTranslation(combinedTransform);
627 TransformationMatrix layerOriginTransform = combinedTransform;
656 drawLayer->setDrawTransform(combinedTransform);