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

  /external/webkit/Source/WebCore/svg/
SVGStyledLocatableElement.cpp 52 AffineTransform SVGStyledLocatableElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const
SVGPreserveAspectRatio.cpp 250 AffineTransform SVGPreserveAspectRatio::getCTM(float logicX, float logicY, float logicWidth, float logicHeight, float physWidth, float physHeight) const
SVGStyledTransformableElement.cpp 46 AffineTransform SVGStyledTransformableElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const
SVGTextElement.cpp 78 AffineTransform SVGTextElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 392 AffineTransform GraphicsContext::getCTM() const
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 70 AffineTransform GraphicsContext::getCTM() const
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 374 AffineTransform GraphicsContext::getCTM() const
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 223 AffineTransform GraphicsContext::getCTM() const
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 458 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_state.strokePattern->createPlatformPattern(getCTM()));
473 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_state.fillPattern->createPlatformPattern(getCTM()));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 290 AffineTransform GraphicsContext::getCTM() const
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 297 if (!isRectSkiaSafe(getCTM(), r))
337 if (!isRectSkiaSafe(getCTM(), r))
352 if (!isRectSkiaSafe(getCTM(), r))
365 if (!isPathSkiaSafe(getCTM(), p))
381 if (!isPathSkiaSafe(getCTM(), p))
393 if (!isRectSkiaSafe(getCTM(), r))
408 if (!isPathSkiaSafe(getCTM(), path))
423 if (!isPathSkiaSafe(getCTM(), path))
474 if (!isPathSkiaSafe(getCTM(), path))
506 if (!isRectSkiaSafe(getCTM(), rect)
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 370 milliseconds