HomeSort by relevance Sort by last modified time
    Searched defs:concatCTM (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 63 void concatCTM(const AffineTransform&) {}
78 void concatCTM(const AffineTransform&);
GraphicsContextCG.cpp 978 void GraphicsContext::concatCTM(const AffineTransform& transform)
983 m_data->concatCTM(transform);
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 74 void concatCTM(const AffineTransform&);
75 void concatCTM(const TransformationMatrix&);
89 void concatCTM(const AffineTransform&) {}
90 void concatCTM(const TransformationMatrix&) {}
GraphicsContextCairo.cpp 794 void GraphicsContext::concatCTM(const AffineTransform& transform)
802 m_data->concatCTM(transform);
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 193 void GraphicsContextPlatformPrivate::concatCTM(const AffineTransform& transform)
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 454 void GraphicsContext::concatCTM(const AffineTransform& transform)
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 496 void GraphicsContext::concatCTM(const TransformationMatrix& transform)
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 474 void GraphicsContext::concatCTM(const AffineTransform& transform)
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 1035 void GraphicsContext::concatCTM(const AffineTransform& affine)
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 1087 void GraphicsContext::concatCTM(const AffineTransform& transform)
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 442 void GraphicsContext::concatCTM(const AffineTransform& affine)
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 214 void concatCTM(const AffineTransform& transform)
    [all...]

Completed in 439 milliseconds