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

  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextPlatformPrivateCG.h 69 void concatCTM(const AffineTransform&) {}
85 void concatCTM(const AffineTransform&);
GraphicsContextCG.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 190 void GraphicsContextPlatformPrivate::concatCTM(const AffineTransform& transform)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextPlatformPrivateCairo.h 79 void concatCTM(const AffineTransform&);
94 void concatCTM(const AffineTransform&) {}
GraphicsContextCairo.cpp 855 void GraphicsContext::concatCTM(const AffineTransform& transform)
863 m_data->concatCTM(transform);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 438 void GraphicsContext::concatCTM(const AffineTransform& transform)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 453 void GraphicsContext::concatCTM(const AffineTransform& transformation)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 516 void GraphicsContext::concatCTM(const AffineTransform& affine)
520 platformContext()->concatCTM(affine);
PlatformGraphicsContextSkia.cpp 125 void PlatformGraphicsContextSkia::concatCTM(const AffineTransform& affine)
PlatformGraphicsContextRecording.cpp 668 void PlatformGraphicsContextRecording::concatCTM(const AffineTransform& affine)
671 appendStateOperation(NEW_OP(ConcatCTM)(affine));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 484 void GraphicsContext::concatCTM(const AffineTransform& transform)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 344 void GLES2Canvas::concatCTM(const AffineTransform& affine)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 430 void GraphicsContext::concatCTM(const AffineTransform& affine)
436 platformContext()->gpuCanvas()->concatCTM(affine);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 209 void concatCTM(const AffineTransform& transform)
    [all...]

Completed in 213 milliseconds