Home
last modified time | relevance | path

Searched defs:transformation (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/openvg/
DVGUtils.cpp42 VGMatrix::VGMatrix(const AffineTransform& transformation) in VGMatrix()
70 AffineTransform transformation( in operator AffineTransform() local
DPainterOpenVG.cpp476 AffineTransform PainterOpenVG::transformation() const in transformation() function in WebCore::PainterOpenVG
482 void PainterOpenVG::concatTransformation(const AffineTransform& transformation) in concatTransformation()
494 void PainterOpenVG::setTransformation(const AffineTransform& transformation) in setTransformation()
503 void PainterOpenVG::transformPath(VGPath dst, VGPath src, const AffineTransform& transformation) in transformPath()
692 AffineTransform transformation = m_state->surfaceTransformation; in scale() local
702 AffineTransform transformation = m_state->surfaceTransformation; in rotate() local
712 AffineTransform transformation = m_state->surfaceTransformation; in translate() local
DPathOpenVG.cpp153 AffineTransform transformation; in translate() local
448 void Path::transform(const AffineTransform& transformation) in transform()
DGraphicsContextOpenVG.cpp453 void GraphicsContext::concatCTM(const AffineTransform& transformation) in concatCTM()
461 void GraphicsContext::setCTM(const AffineTransform& transformation) in setCTM()
/external/chromium/third_party/libjingle/source/talk/base/
Dstringutils.cc71 CharacterTransformation transformation) { in ascii_string_compare()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceMarker.cpp144 AffineTransform transformation = contentTransformation; in markerContentTransformation() local
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DImageTexture.cpp280 const TransformationMatrix* transformation = transform(); in drawGL() local
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DEncryptedPrivateKeyInfoTest.java1528 public TestDataGenerator(String algName, String transformation, in TestDataGenerator()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp235 …gons(HDC dc, const Vector<PathPolygon>& polygons, bool fill, const AffineTransform* transformation) in drawPolygons()