Searched refs:translate (Results 251 - 275 of 438) sorted by relevance

<<1112131415161718

/external/skia/samplecode/
H A DSampleCull.cpp145 canvas->translate( SkScalarHalf(this->width() - fClip.width()),
H A DSamplePathFill.cpp135 canvas->translate(0, fDY[i]);
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp56 // We translate the polygon so that the first point is at the origin.
95 // undo the translate of p0 to the origin.
424 const GrVec* translate,
437 if (NULL != translate) {
438 vm.postTranslate(translate->fX, translate->fY);
422 onDrawPath(const SkPath& origPath, GrPathFill fill, const GrVec* translate, GrDrawTarget* target, GrDrawState::StageMask stageMask, bool antiAlias) argument
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DCompiler.cpp144 translate(root);
/external/webkit/Source/WebCore/css/
H A DWebKitCSSMatrix.cpp106 PassRefPtr<WebKitCSSMatrix> WebKitCSSMatrix::translate(double x, double y, double z) const function in class:WebCore::WebKitCSSMatrix
H A DWebKitCSSMatrix.h112 PassRefPtr<WebKitCSSMatrix> translate(double x, double y, double z) const;
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.h75 virtual void translate(float x, float y);
H A DPlatformGraphicsContextSkia.h59 virtual void translate(float x, float y);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DContentLayerChromium.cpp125 transform.translate(-size.width() / 2.0, -size.height() / 2.0);
H A DTransparencyWin.cpp210 // uses the variable: to determine how to translate things to account
251 mapping.translate(-m_transformedSourceRect.x(), -m_transformedSourceRect.y());
311 xform.translate(-m_transformedSourceRect.x(), -m_transformedSourceRect.y());
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp153 p->translate(ctxShadow->offset());
193 p->translate(ctxShadow->offset());
210 p->translate(ctxShadow->offset());
212 p->translate(-ctxShadow->offset());
H A DTileQt.cpp116 context.translate(-m_rect.x(), -m_rect.y());
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.h105 AffineTransform& translate(double tx, double ty);
H A DAffineTransform.cpp212 AffineTransform& AffineTransform::translate(double tx, double ty) function in class:WebCore::AffineTransform
276 transform.translate(dest.x() - source.x(), dest.y() - source.y());
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.h155 void translate(const FloatSize& size);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DPathWx.cpp92 void Path::translate(const FloatSize&) function in class:WebCore::Path
/external/webkit/Source/WebCore/rendering/
H A DRenderDetailsMarker.cpp117 result.translate(FloatSize(origin.x(), origin.y()));
H A DRenderWidget.cpp302 paintInfo.context->translate(paintOffset);
308 paintInfo.context->translate(-paintOffset);
/external/webkit/Source/WebKit/android/
H A DRenderSkinMediaButton.cpp211 canvas->translate(bounds.fLeft + imageMargin, bounds.fTop + imageMargin);
/external/webkit/Source/WebKit2/UIProcess/
H A DFindIndicator.cpp169 graphicsContext.translate(FloatSize(roundf(leftBorderThickness), roundf(topBorderThickness)));
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DBone.java427 Vector3f translate = worldPos.add(rotate.mult(scale.mult(worldBindInversePos, tmp2), tmp2), tmp2);
431 outTransform.setTransform(translate, scale, rotate.toRotationMatrix(tmp4));
/external/webkit/Source/JavaScriptCore/runtime/
H A DIdentifier.cpp102 static void translate(StringImpl*& location, const char* c, unsigned hash) function in struct:JSC::IdentifierCStringTranslator
162 static void translate(StringImpl*& location, const UCharBuffer& buf, unsigned hash) function in struct:JSC::IdentifierUCharBufferTranslator
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashSet.h84 // static translate(ValueType&, const T&, unsigned hashCode);
106 static void translate(ValueType& location, const T& key, const T&, unsigned hashCode) function in struct:WTF::HashSetTranslatorAdapter
108 Translator::translate(location, key, hashCode);
/external/webkit/Source/WebCore/inspector/front-end/
H A DSummaryBar.js127 ctx.translate(0, 25);
302 ctx.translate(0, (h * 2) + 1);
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp412 void GraphicsContext::translate(float dx, float dy) function in class:WebCore::GraphicsContext
417 m_data->translate(dx, dy);

Completed in 400 milliseconds

<<1112131415161718