Home
last modified time | relevance | path

Searched refs:affineTransformToSkMatrix (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPattern.cpp92 m_pattern->setLocalMatrix(affineTransformToSkMatrix(m_patternSpaceTransformation)); in shader()
100 m_pattern->setLocalMatrix(affineTransformToSkMatrix(m_patternSpaceTransformation)); in setPatternSpaceTransform()
DGradient.cpp147 m_gradient->setLocalMatrix(affineTransformToSkMatrix(m_gradientSpaceTransformation)); in setGradientSpaceTransform()
277 m_gradient->setLocalMatrix(affineTransformToSkMatrix(m_gradientSpaceTransformation)); in shader()
DGraphicsContext.h347 void concatCTM(const AffineTransform& affine) { concat(affineTransformToSkMatrix(affine)); } in concatCTM()
348 void setCTM(const AffineTransform& affine) { setMatrix(affineTransformToSkMatrix(affine)); } in setCTM()
DPath.cpp149 m_path.transform(affineTransformToSkMatrix(xform)); in transform()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DSkiaUtils.h91 SkMatrix PLATFORM_EXPORT affineTransformToSkMatrix(const AffineTransform&);
DSkiaUtils.cpp178 SkMatrix affineTransformToSkMatrix(const AffineTransform& source) in affineTransformToSkMatrix() function
/external/chromium_org/third_party/WebKit/Source/core/platform/
DDragImage.cpp97 …canvas.concat(affineTransformToSkMatrix(orientation.transformFromDefault(sizeRespectingOrientation… in create()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/win/
DTransparencyWin.cpp79 destCanvas.setMatrix(affineTransformToSkMatrix(matrix)); in compositeToCopy()