translate 112 Source/core/css/CSSMatrix.h PassRefPtrWillBeRawPtr<CSSMatrix> translate(double x, double y, double z) const; translate 70 Source/core/dom/QualifiedName.cpp static void translate(QualifiedName::QualifiedNameImpl*& location, const QualifiedNameComponents& components, unsigned) translate 71 Source/core/frame/ImageBitmap.cpp c->translate(-srcRect.x(), -srcRect.y()); translate 558 Source/core/frame/LocalFrame.cpp buffer->context()->translate(-paintingRect.x(), -paintingRect.y()); translate 587 Source/core/frame/LocalFrame.cpp buffer->context()->translate(-paintingRect.x(), -paintingRect.y()); translate 116 Source/core/html/HTMLAreaElement.cpp p.translate(toFloatSize(absPos)); translate 65 Source/core/html/HTMLElement.h bool translate() const; translate 762 Source/core/html/canvas/CanvasRenderingContext2D.cpp newTransform.translate(tx, ty); translate 774 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->translate(tx, ty); translate 775 Source/core/html/canvas/CanvasRenderingContext2D.cpp m_path.transform(AffineTransform().translate(-tx, -ty)); translate 1593 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->translate(dstRect.x(), dstRect.y()); translate 1595 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->translate(-srcRect.x(), -srcRect.y()); translate 2266 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->translate(location.x(), location.y()); translate 131 Source/core/html/canvas/CanvasRenderingContext2D.h void translate(float tx, float ty); translate 200 Source/core/page/PrintContext.cpp ctx.translate(-pageRect.x(), -pageRect.y()); translate 212 Source/core/page/PrintContext.cpp ctx.translate(-rect.x(), -rect.y()); translate 384 Source/core/page/PrintContext.cpp graphicsContext.translate(0, totalHeight); translate 400 Source/core/page/PrintContext.cpp graphicsContext.translate(0, currentHeight); translate 331 Source/core/rendering/FilterEffectRenderer.cpp absoluteTransform.translate(filterBoxRect.x().toDouble(), filterBoxRect.y().toDouble()); translate 381 Source/core/rendering/FilterEffectRenderer.cpp sourceGraphicsContext->translate(-offset.x(), -offset.y()); translate 36 Source/core/rendering/HitTestingTransformState.cpp m_accumulatedTransform.translate(x, y); translate 56 Source/core/rendering/HitTestingTransformState.h void translate(int x, int y, TransformAccumulation); translate 111 Source/core/rendering/RenderDetailsMarker.cpp result.translate(FloatSize(origin.x().toFloat(), origin.y().toFloat())); translate 1051 Source/core/rendering/RenderLayer.cpp t.translate(perspectiveOriginX, perspectiveOriginY); translate 1053 Source/core/rendering/RenderLayer.cpp t.translate(-perspectiveOriginX, -perspectiveOriginY); translate 1334 Source/core/rendering/RenderLayer.cpp transform.translate(pixelSnappedDelta.x(), pixelSnappedDelta.y()); translate 2830 Source/core/rendering/RenderLayer.cpp transformState->translate(offset.x(), offset.y(), HitTestingTransformState::AccumulateTransform); translate 3279 Source/core/rendering/RenderLayer.cpp newTransformState->translate(offset.width(), offset.height(), HitTestingTransformState::AccumulateTransform); translate 1288 Source/core/rendering/RenderLayerScrollableArea.cpp context->translate(resizerCornerRect.x() + cornerResizerSize.width(), resizerCornerRect.y() + resizerCornerRect.height() - cornerResizerSize.height()); translate 1276 Source/core/rendering/RenderListMarker.cpp context->translate(marker.x(), marker.maxY()); translate 1278 Source/core/rendering/RenderListMarker.cpp context->translate(-marker.x(), -marker.maxY()); translate 2313 Source/core/rendering/RenderObject.cpp transform.translate(offsetInContainer.width().toFloat(), offsetInContainer.height().toFloat()); translate 1187 Source/core/rendering/RenderTheme.cpp i.context->translate(unzoomedRect.x(), unzoomedRect.y()); translate 1189 Source/core/rendering/RenderTheme.cpp i.context->translate(-unzoomedRect.x(), -unzoomedRect.y()); translate 1229 Source/core/rendering/RenderTheme.cpp i.context->translate(unzoomedRect.x(), unzoomedRect.y()); translate 1231 Source/core/rendering/RenderTheme.cpp i.context->translate(-unzoomedRect.x(), -unzoomedRect.y()); translate 259 Source/core/rendering/RenderThemeChromiumDefault.cpp i.context->translate(unzoomedRect.x(), unzoomedRect.y()); translate 261 Source/core/rendering/RenderThemeChromiumDefault.cpp i.context->translate(-unzoomedRect.x(), -unzoomedRect.y()); translate 434 Source/core/rendering/RenderThemeChromiumDefault.cpp i.context->translate(unzoomedRect.x(), unzoomedRect.y()); translate 436 Source/core/rendering/RenderThemeChromiumDefault.cpp i.context->translate(-unzoomedRect.x(), -unzoomedRect.y()); translate 459 Source/core/rendering/RenderThemeChromiumDefault.cpp i.context->translate(unzoomedRect.x(), unzoomedRect.y()); translate 461 Source/core/rendering/RenderThemeChromiumDefault.cpp i.context->translate(-unzoomedRect.x(), -unzoomedRect.y()); translate 474 Source/core/rendering/RenderThemeChromiumSkia.cpp m_paintInfo.context->translate(2 * rect.x() + rect.width(), 0); translate 183 Source/core/rendering/RenderWidget.cpp paintInfo.context->translate(widgetPaintOffset); translate 189 Source/core/rendering/RenderWidget.cpp paintInfo.context->translate(-widgetPaintOffset); translate 1918 Source/core/rendering/compositing/CompositedLayerMapping.cpp context->translate(-offset); translate 1954 Source/core/rendering/compositing/CompositedLayerMapping.cpp context->translate(offset); translate 1964 Source/core/rendering/compositing/CompositedLayerMapping.cpp context.translate(-scrollbarRect.x(), -scrollbarRect.y()); translate 2010 Source/core/rendering/compositing/CompositedLayerMapping.cpp context.translate(-scrollCornerAndResizer.x(), -scrollCornerAndResizer.y()); translate 1626 Source/core/rendering/compositing/RenderLayerCompositor.cpp context.translate(-scrollbarRect.x(), -scrollbarRect.y()); translate 1642 Source/core/rendering/compositing/RenderLayerCompositor.cpp context.translate(-scrollCorner.x(), -scrollCorner.y()); translate 97 Source/core/rendering/svg/RenderSVGForeignObject.cpp m_localToParentTransform.translate(m_viewport.x(), m_viewport.y()); translate 132 Source/core/rendering/svg/RenderSVGResourceClipper.cpp transform.translate(objectBoundingBox.x(), objectBoundingBox.y()); translate 243 Source/core/rendering/svg/RenderSVGResourceClipper.cpp contentTransformation.translate(targetBoundingBox.x(), targetBoundingBox.y()); translate 337 Source/core/rendering/svg/RenderSVGResourceClipper.cpp transform.translate(objectBoundingBox.x(), objectBoundingBox.y()); translate 371 Source/core/rendering/svg/RenderSVGResourceClipper.cpp transform.translate(objectBoundingBox.x(), objectBoundingBox.y()); translate 134 Source/core/rendering/svg/RenderSVGResourceFilter.cpp imageContext->translate(-paintRect.x(), -paintRect.y()); translate 245 Source/core/rendering/svg/RenderSVGResourceFilter.cpp scaleAndTranslate.translate(ctm.e(), ctm.f()); translate 96 Source/core/rendering/svg/RenderSVGResourceGradient.cpp gradientData->userspaceTransform.translate(objectBoundingBox.x(), objectBoundingBox.y()); translate 128 Source/core/rendering/svg/RenderSVGResourceMarker.cpp transform.translate(origin.x(), origin.y()); translate 162 Source/core/rendering/svg/RenderSVGResourceMarker.cpp transformation.translate(-mappedOrigin.x(), -mappedOrigin.y()); translate 120 Source/core/rendering/svg/RenderSVGResourceMasker.cpp contentTransformation.translate(targetBoundingBox.x(), targetBoundingBox.y()); translate 185 Source/core/rendering/svg/RenderSVGResourceMasker.cpp transform.translate(objectBoundingBox.x(), objectBoundingBox.y()); translate 114 Source/core/rendering/svg/RenderSVGResourcePattern.cpp patternData->transform.translate(tileBoundaries.x(), tileBoundaries.y()); translate 337 Source/core/rendering/svg/RenderSVGRoot.cpp FloatPoint translate = svg->currentTranslate(); translate 340 Source/core/rendering/svg/RenderSVGRoot.cpp if (borderAndPadding.isEmpty() && scale == 1 && translate == FloatPoint::zero()) translate 342 Source/core/rendering/svg/RenderSVGRoot.cpp m_localToBorderBoxTransform = AffineTransform(scale, 0, 0, scale, borderAndPadding.width() + translate.x(), borderAndPadding.height() + translate.y()) * m_localToBorderBoxTransform; translate 104 Source/core/rendering/svg/RenderSVGTransformableContainer.cpp m_localTransform.translate(m_lastTranslation.width(), m_lastTranslation.height()); translate 300 Source/core/rendering/svg/SVGRenderingContext.cpp bufferedRenderingContext->translate(-boundingBox.x(), -boundingBox.y()); translate 254 Source/core/rendering/svg/SVGTextChunkBuilder.cpp spacingAndGlyphsTransform.translate(fragment.x, fragment.y); translate 261 Source/core/rendering/svg/SVGTextChunkBuilder.cpp spacingAndGlyphsTransform.translate(-fragment.x, -fragment.y); translate 84 Source/core/rendering/svg/SVGTextFragment.h result.translate(-x, -y); translate 609 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_currentTextFragment.transform.translate(xOrientationShift, yOrientationShift); translate 151 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp glyphPathTransform.translate(currentPoint.x() + glyphOrigin.x(), currentPoint.y() + glyphOrigin.y()); translate 268 Source/core/svg/SVGAnimateMotionElement.cpp transform->translate(animatedX, animatedY); translate 288 Source/core/svg/SVGAnimateMotionElement.cpp transform->translate(position.x(), position.y()); translate 100 Source/core/svg/SVGMatrixTearOff.cpp matrix->mutableValue()->translate(tx, ty); translate 74 Source/core/svg/SVGMatrixTearOff.h PassRefPtr<SVGMatrixTearOff> translate(double tx, double ty); translate 320 Source/core/svg/SVGPreserveAspectRatio.cpp transform.translate(-extendedLogicalX, -extendedLogicalY); translate 328 Source/core/svg/SVGPreserveAspectRatio.cpp transform.translate(-extendedLogicalX, -extendedLogicalY); translate 330 Source/core/svg/SVGPreserveAspectRatio.cpp transform.translate(-extendedLogicalX - (extendedLogicalWidth - extendedPhysicalWidth * extendedLogicalHeight / extendedPhysicalHeight) / 2, -extendedLogicalY); translate 332 Source/core/svg/SVGPreserveAspectRatio.cpp transform.translate(-extendedLogicalX - (extendedLogicalWidth - extendedPhysicalWidth * extendedLogicalHeight / extendedPhysicalHeight), -extendedLogicalY); translate 340 Source/core/svg/SVGPreserveAspectRatio.cpp transform.translate(-extendedLogicalX, -extendedLogicalY); translate 342 Source/core/svg/SVGPreserveAspectRatio.cpp transform.translate(-extendedLogicalX, -extendedLogicalY - (extendedLogicalHeight - extendedPhysicalHeight * extendedLogicalWidth / extendedPhysicalWidth) / 2); translate 344 Source/core/svg/SVGPreserveAspectRatio.cpp transform.translate(-extendedLogicalX, -extendedLogicalY - (extendedLogicalHeight - extendedPhysicalHeight * extendedLogicalWidth / extendedPhysicalWidth)); translate 486 Source/core/svg/SVGSVGElement.cpp transform.translate(m_x->currentValue()->value(lengthContext), m_y->currentValue()->value(lengthContext)); translate 508 Source/core/svg/SVGSVGElement.cpp transform.translate(location.x() - viewBoxTransform.e(), location.y() - viewBoxTransform.f()); translate 514 Source/core/svg/SVGSVGElement.cpp transform.translate(-scrollOffset.width(), -scrollOffset.height()); translate 98 Source/core/svg/SVGTransform.cpp m_matrix.translate(tx, ty); translate 129 Source/core/svg/SVGTransform.cpp m_matrix.translate(cx, cy); translate 131 Source/core/svg/SVGTransform.cpp m_matrix.translate(-cx, -cy); translate 92 Source/core/svg/SVGTransform.h FloatPoint translate() const; translate 71 Source/core/svg/SVGTransformDistance.cpp FloatSize translationDistance = toSVGTransform->translate() - fromSVGTransform->translate(); translate 72 Source/core/svg/SVGTransformDistance.cpp m_transform.translate(translationDistance.width(), translationDistance.height()); translate 132 Source/core/svg/SVGTransformDistance.cpp float dx = first->translate().x() + second->translate().x() * repeatCount; translate 133 Source/core/svg/SVGTransformDistance.cpp float dy = first->translate().y() + second->translate().y() * repeatCount; translate 168 Source/core/svg/SVGTransformDistance.cpp FloatPoint translation = transform->translate(); translate 534 Source/core/svg/SVGUseElement.cpp path.translate(FloatSize(m_x->currentValue()->value(lengthContext), m_y->currentValue()->value(lengthContext))); translate 271 Source/core/svg/graphics/SVGImage.cpp context->translate(destOffset.x(), destOffset.y()); translate 133 Source/core/svg/graphics/filters/SVGFEImage.cpp resultImage->context()->translate(-paintLocation.x(), -paintLocation.y()); translate 160 Source/core/svg/graphics/filters/SVGFEImage.cpp resultImage->context()->translate(destRect.x(), destRect.y()); translate 199 Source/core/svg/graphics/filters/SVGFEImage.cpp transform.translate(dstRect.x(), dstRect.y()); translate 607 Source/platform/geometry/Region.cpp m_shape.translate(offset); translate 50 Source/platform/geometry/Region.h void translate(const IntSize&); translate 98 Source/platform/geometry/Region.h void translate(const IntSize&); translate 156 Source/platform/geometry/Region.h static inline Region translate(const Region& region, const IntSize& offset) translate 159 Source/platform/geometry/Region.h result.translate(offset); translate 58 Source/platform/geometry/TransformState.cpp m_accumulatedTransform->translate(offset.width().toDouble(), offset.height().toDouble()); translate 282 Source/platform/graphics/BitmapImage.cpp ctxt->translate(normDstRect.x(), normDstRect.y()); translate 92 Source/platform/graphics/CrossfadeGeneratedImage.cpp context->translate(dstRect.x(), dstRect.y()); translate 95 Source/platform/graphics/CrossfadeGeneratedImage.cpp context->translate(-srcRect.x(), -srcRect.y()); translate 250 Source/platform/graphics/Gradient.cpp m_gradientSpaceTransformation.translate(m_p0.x(), m_p0.y()); translate 252 Source/platform/graphics/Gradient.cpp m_gradientSpaceTransformation.translate(-m_p0.x(), -m_p0.y()); translate 39 Source/platform/graphics/GradientGeneratedImage.cpp destContext->translate(destRect.x(), destRect.y()); translate 42 Source/platform/graphics/GradientGeneratedImage.cpp destContext->translate(-srcRect.x(), -srcRect.y()); translate 502 Source/platform/graphics/GraphicsContext.cpp m_canvas->translate(-bounds.x(), -bounds.y()); translate 544 Source/platform/graphics/GraphicsContext.cpp m_canvas->translate(bounds.x(), bounds.y()); translate 549 Source/platform/graphics/GraphicsContext.cpp m_canvas->translate(-bounds.x(), -bounds.y()); translate 1568 Source/platform/graphics/GraphicsContext.cpp m_canvas->translate(WebCoreFloatToSkScalar(w), WebCoreFloatToSkScalar(h)); translate 363 Source/platform/graphics/GraphicsContext.h void translate(const FloatSize& size) { translate(size.width(), size.height()); } translate 364 Source/platform/graphics/GraphicsContext.h void translate(float x, float y); translate 176 Source/platform/graphics/GraphicsContextTest.cpp context.translate(10, 10); translate 189 Source/platform/graphics/GraphicsContextTest.cpp context.translate(10, 10); translate 1078 Source/platform/graphics/GraphicsContextTest.cpp DISPATCH(context, controlContext, translate, FloatSize(10, 10)); translate 136 Source/platform/graphics/Path.h void translate(const FloatSize&); translate 82 Source/platform/graphics/filters/FETile.cpp tileImageContext->translate(-inMaxEffectLocation.x(), -inMaxEffectLocation.y()); translate 88 Source/platform/graphics/filters/FETile.cpp patternTransform.translate(inMaxEffectLocation.x() - maxEffectLocation.x(), inMaxEffectLocation.y() - maxEffectLocation.y()); translate 91 Source/platform/network/HTTPHeaderMap.cpp static void translate(AtomicString& location, const char* cString, unsigned /*hash*/) translate 876 Source/platform/scroll/ScrollView.cpp context->translate(x(), y()); translate 880 Source/platform/scroll/ScrollView.cpp context->translate(-scrollX(), -scrollY()); translate 897 Source/platform/scroll/ScrollView.cpp context->translate(x(), y()); translate 229 Source/platform/transforms/AffineTransform.cpp transform.translate(dest.x() - source.x(), dest.y() - source.y()); translate 96 Source/platform/transforms/AffineTransform.h AffineTransform& translate(double tx, double ty); translate 221 Source/platform/transforms/TransformationMatrix.h TransformationMatrix& translate(double tx, double ty); translate 245 Source/web/LinkHighlight.cpp newPath.translate(-toFloatSize(boundingRect.location())); translate 343 Source/web/PopupContainer.cpp gc->translate(static_cast<float>(tx), static_cast<float>(ty)); translate 345 Source/web/PopupContainer.cpp gc->translate(-static_cast<float>(tx), -static_cast<float>(ty)); translate 359 Source/web/PopupListBox.cpp gc->translate(static_cast<float>(tx), static_cast<float>(ty)); translate 324 Source/web/WebFrameImpl.cpp context.translate(static_cast<float>(-pageRect.x()), static_cast<float>(-pageRect.y())); translate 364 Source/web/WebFrameImpl.cpp graphicsContext.translate(0, currentHeight); translate 131 Source/web/WebPluginContainerImpl.cpp gc->translate(static_cast<float>(-origin.x()), static_cast<float>(-origin.y())); translate 3884 Source/web/WebViewImpl.cpp transform.translate(m_rootLayerOffset.width, m_rootLayerOffset.height); translate 263 Source/wtf/HashMap.h template<typename T, typename U, typename V> static void translate(T& location, const U& key, const V& mapped) translate 274 Source/wtf/HashMap.h template<typename T, typename U, typename V> static void translate(T& location, const U& key, const V& mapped, unsigned hashCode) translate 276 Source/wtf/HashMap.h Translator::translate(location.key, key, hashCode); translate 138 Source/wtf/HashSet.h template<typename T, typename U> static void translate(T& location, const U& key, const U&, unsigned hashCode) translate 140 Source/wtf/HashSet.h Translator::translate(location, key, hashCode); translate 231 Source/wtf/HashTable.h template<typename T, typename U, typename V> static void translate(T& location, const U&, const V& value) { location = value; } translate 782 Source/wtf/HashTable.h HashTranslator::translate(*entry, key, extra); translate 815 Source/wtf/HashTable.h HashTranslator::translate(*entry, key, extra, h); translate 528 Source/wtf/ListHashSet.h template<typename T, typename U, typename V> static void translate(T*& location, const U& key, const V& allocator) translate 134 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const LChar* const& c, unsigned hash) translate 170 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const UCharBuffer& buf, unsigned hash) translate 198 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const HashAndCharacters<CharacterType>& buffer, unsigned hash) translate 257 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const HashAndUTF8Characters& buffer, unsigned hash) translate 337 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const SubstringLocation& buffer, unsigned hash) translate 376 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const LCharBuffer& buf, unsigned hash) translate 396 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const CharBuffer& buf, unsigned hash)