Home
last modified time | relevance | path

Searched refs:translateRight (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DTransformState.cpp56 … m_accumulatedTransform->translateRight(offset.width().toDouble(), offset.height().toDouble()); in translateTransform()
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.h227 TransformationMatrix& translateRight(double tx, double ty);
DTransformationMatrix.cpp931 TransformationMatrix& TransformationMatrix::translateRight(double tx, double ty) in translateRight() function in blink::TransformationMatrix
952 translateRight(tx, ty); in translateRight3d()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp635 …t.translateRight(adjustmentForSkippedAncestor.width().toFloat(), adjustmentForSkippedAncestor.heig… in pushMappingToContainer()
DRenderLayer.cpp1935 transform.translateRight(roundedDelta.x(), roundedDelta.y()); in paintLayerByApplyingTransform()
2352 … newTransform.translateRight(roundToInt(offset.width()), roundToInt(offset.height())); in paintChildLayerIntoColumns()
2370 …transform.translateRight(roundToInt(childOffset.x() + offset.width()), roundToInt(childOffset.y() … in paintChildLayerIntoColumns()
2928 newTransform.translateRight(offset.width(), offset.height()); in hitTestChildLayerColumns()