Home
last modified time | relevance | path

Searched defs:affine (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DFontCairo.cpp126 AffineTransform affine; in drawGlyphs() local
156 AffineTransform affine; in drawGlyphs() local
DGraphicsContextCairo.cpp80 AffineTransform affine; in setPlatformFill() local
101 AffineTransform affine; in setPlatformStroke() local
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsOperation.h184 ConcatCTM(const AffineTransform& affine) : m_matrix(affine) {} in ConcatCTM()
DGraphicsContextAndroid.cpp516 void GraphicsContext::concatCTM(const AffineTransform& affine) in concatCTM()
DPlatformGraphicsContextSkia.cpp125 void PlatformGraphicsContextSkia::concatCTM(const AffineTransform& affine) in concatCTM()
DPlatformGraphicsContextRecording.cpp668 void PlatformGraphicsContextRecording::concatCTM(const AffineTransform& affine) in concatCTM()
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontQt.cpp90 AffineTransform affine; in drawTextCommon() local
103 AffineTransform affine; in drawTextCommon() local
DGraphicsContextQt.cpp506 AffineTransform affine; in fillPath() local
531 AffineTransform affine; in fillPath() local
585 AffineTransform affine; in strokePath() local
/external/eigen/Eigen/src/Geometry/
DTransform.h377 inline ConstAffinePart affine() const { return take_affine_part::run(m_matrix); } in affine() function
379 inline AffinePart affine() { return take_affine_part::run(m_matrix); } in affine() function
/external/skia/tests/
DMatrixTest.cpp432 SkScalar affine[6]; in TestMatrix() local
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp430 void GraphicsContext::concatCTM(const AffineTransform& affine) in concatCTM()
441 void GraphicsContext::setCTM(const AffineTransform& affine) in setCTM()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp344 void GLES2Canvas::concatCTM(const AffineTransform& affine) in concatCTM()
349 void GLES2Canvas::setCTM(const AffineTransform& affine) in setCTM()
/external/skia/src/device/xps/
DSkXPSDevice.cpp477 SkScalar affine[6]; in createXpsTransform() local