HomeSort by relevance Sort by last modified time
    Searched refs:AffineTransform (Results 201 - 225 of 229) sorted by null

1 2 3 4 5 6 7 8910

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGPath.cpp 73 , m_needsTransformUpdate(true) // default is true, so we grab a AffineTransform object once from SVGStyledTransformableElement
178 AffineTransform nonScalingStrokeTransform = element->getScreenCTM(SVGLocatable::DisallowStyleUpdate);
SVGTextLayoutEngine.cpp 296 AffineTransform textBoxTransformation;
  /external/webkit/Source/WebCore/svg/
SVGPatternElement.cpp 27 #include "AffineTransform.h"
267 AffineTransform transform;
SVGPathParser.cpp 29 #include "AffineTransform.h"
409 AffineTransform pointTransform;
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 46 class AffineTransform;
374 virtual AffineTransform localTransform() const;
378 virtual const AffineTransform& localToParentTransform() const;
    [all...]
InlineTextBox.cpp 462 static inline AffineTransform rotation(const FloatRect& boxRect, RotationDirection clockwise)
464 return clockwise ? AffineTransform(0, 1, -1, 0, boxRect.x() + boxRect.maxY(), boxRect.maxY() - boxRect.x())
465 : AffineTransform(0, -1, 1, 0, boxRect.x() - boxRect.maxY(), boxRect.x() + boxRect.maxY());
    [all...]
RenderObject.cpp     [all...]
RenderBoxModelObject.cpp 158 const AffineTransform& currentTransform = context->getCTM();
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 34 import java.awt.geom.AffineTransform;
71 new AffineTransform(), true, true);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 168 void PlatformGraphicsContextRecording::concatCTM(const AffineTransform& affine)
PlatformGraphicsContextSkia.cpp 124 void PlatformGraphicsContextSkia::concatCTM(const AffineTransform& affine)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 32 #include "AffineTransform.h"
289 AffineTransform patternTransform;
ImageBufferCairo.cpp 130 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform,
PathCairo.cpp 29 #include "AffineTransform.h"
356 void Path::transform(const AffineTransform& trans)
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 219 void ImageBuffer::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const AffineTransform& patternTransform,
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 146 void ImageBuffer::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const AffineTransform& patternTransform,
PathQt.cpp 33 #include "AffineTransform.h"
398 void Path::transform(const AffineTransform& transform)
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 140 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform,
ImageSkia.cpp 33 #include "AffineTransform.h"
340 const AffineTransform& patternTransform,
PlatformContextSkia.cpp 35 #include "AffineTransform.h"
872 AffineTransform identity;
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 32 #include "AffineTransform.h"
314 const AffineTransform transform = context->getCTM();
317 // FIXME: use AffineTransform::isIdentityOrTranslationOrFlipped()?
337 // FIXME: does AffineTransform.xScale()/yScale() help?
350 const AffineTransform transform = context->getCTM();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 29 #include "AffineTransform.h"
234 AffineTransform hdcTransform(xform.eM11, xform.eM21, xform.eM12, xform.eM22, xform.eDx, xform.eDy);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 30 #include "AffineTransform.h"
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 511 const AffineTransform& currentCTM = context->getCTM();
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 585 AffineTransform ctm = context->getCTM();

Completed in 456 milliseconds

1 2 3 4 5 6 7 8910