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

  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 70 void setCTM(const AffineTransform&) {}
86 void setCTM(const AffineTransform&);
GraphicsContextCG.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 199 void GraphicsContextPlatformPrivate::setCTM(const AffineTransform& transform)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 80 void setCTM(const AffineTransform&);
95 void setCTM(const AffineTransform&) {}
GraphicsContextCairo.cpp 866 void GraphicsContext::setCTM(const AffineTransform& transform)
874 m_data->setCTM(transform);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 446 void GraphicsContext::setCTM(const AffineTransform& transform)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 461 void GraphicsContext::setCTM(const AffineTransform& transformation)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 583 void GraphicsContext::setCTM(const AffineTransform& transform)
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 497 void GraphicsContext::setCTM(const AffineTransform& transform)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 349 void GLES2Canvas::setCTM(const AffineTransform& affine)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 441 void GraphicsContext::setCTM(const AffineTransform& affine)
447 platformContext()->gpuCanvas()->setCTM(affine);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 214 void setCTM(const AffineTransform& transform)
    [all...]

Completed in 526 milliseconds