OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:affinetransform
(Results
51 - 75
of
169
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.cpp
34
void SVGTextChunkBuilder::transformationForTextBox(SVGInlineTextBox* textBox,
AffineTransform
& transform) const
36
DEFINE_STATIC_LOCAL(const
AffineTransform
, s_identityTransform, ());
184
AffineTransform
spacingAndGlyphsTransform;
250
void SVGTextChunkBuilder::buildSpacingAndGlyphsTransform(bool isVerticalText, float scale, const SVGTextFragment& fragment,
AffineTransform
& spacingAndGlyphsTransform)
RenderSVGResourceClipper.cpp
85
const
AffineTransform
& animatedLocalTransform, const FloatRect& objectBoundingBox) {
131
AffineTransform
transform;
160
AffineTransform
animatedLocalTransform = toSVGClipPathElement(element())->animatedLocalTransform();
240
AffineTransform
contentTransformation;
256
const
AffineTransform
& contentTransformation)
333
AffineTransform
transform;
367
AffineTransform
transform;
SVGRenderTreeAsText.h
45
class
AffineTransform
;
60
TextStream& operator<<(TextStream&, const
AffineTransform
&);
RenderSVGResourceMasker.h
60
PassRefPtr<DisplayList> asDisplayList(GraphicsContext*, const
AffineTransform
&);
RenderSVGResourceRadialGradient.h
42
virtual void calculateGradientTransform(
AffineTransform
& transform) { transform = m_attributes.gradientTransform(); }
RenderSVGViewportContainer.cpp
126
m_localToParentTransform =
AffineTransform
::translation(m_viewport.x(), m_viewport.y()) * viewportTransform();
131
AffineTransform
RenderSVGViewportContainer::viewportTransform() const
138
return
AffineTransform
();
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateTransformElement.h
31
class
AffineTransform
;
SVGTextElement.h
33
virtual
AffineTransform
animatedLocalTransform() const;
SVGTransformList.h
38
bool concatenate(
AffineTransform
& result) const;
SVGAnimateMotionElement.h
29
class
AffineTransform
;
SVGMatrix.idl
27
//
AffineTransform
with doubles setting these as doubles makes more sense.
SVGPatternElement.cpp
30
#include "platform/transforms/
AffineTransform
.h"
207
AffineTransform
transform;
232
AffineTransform
SVGPatternElement::localCoordinateSpaceTransform(SVGElement::CTMScope) const
234
AffineTransform
matrix;
SVGElement.h
35
class
AffineTransform
;
63
virtual
AffineTransform
localCoordinateSpaceTransform(CTMScope) const;
101
virtual
AffineTransform
* supplementalTransform() { return 0; }
SVGTransform.cpp
42
m_matrix =
AffineTransform
(0, 0, 0, 0, 0, 0);
45
SVGTransform::SVGTransform(const
AffineTransform
& matrix)
52
void SVGTransform::setMatrix(const
AffineTransform
& matrix)
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java
39
import java.awt.geom.
AffineTransform
;
68
private
AffineTransform
mTransform = null;
287
AffineTransform
matrix = mLayers.get(0).getGraphics().getTransform();
311
AffineTransform
currentMtx = baseLayer.getGraphics().getTransform();
425
mTransform = new
AffineTransform
();
438
mTransform = new
AffineTransform
();
451
mTransform = new
AffineTransform
();
457
public
AffineTransform
getTransform() {
463
mTransform = new
AffineTransform
();
469
public void setTransform(
AffineTransform
transform)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h
34
#include "platform/transforms/
AffineTransform
.h"
90
void applyTransform(const
AffineTransform
& localToAncestorTransform)
InlineTextBox.h
102
static
AffineTransform
rotation(const FloatRect& boxRect, RotationDirection);
205
inline
AffineTransform
InlineTextBox::rotation(const FloatRect& boxRect, RotationDirection rotationDirection)
207
return rotationDirection == Clockwise ?
AffineTransform
(0, 1, -1, 0, boxRect.x() + boxRect.maxY(), boxRect.maxY() - boxRect.x())
208
:
AffineTransform
(0, -1, 1, 0, boxRect.x() - boxRect.maxY(), boxRect.x() + boxRect.maxY());
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
TransformState.h
33
#include "platform/transforms/
AffineTransform
.h"
91
void applyTransform(const
AffineTransform
& transformFromContainer, TransformAccumulation = FlattenTransform, bool* wasClamped = 0);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageOrientation.h
33
class
AffineTransform
;
82
AffineTransform
transformFromDefault(const FloatSize& drawnSize) const;
ImageBuffer.h
40
#include "platform/transforms/
AffineTransform
.h"
99
AffineTransform
baseTransform() const { return
AffineTransform
(); }
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETile.cpp
34
#include "platform/transforms/
AffineTransform
.h"
89
AffineTransform
patternTransform;
ReferenceFilter.cpp
41
: Filter(
AffineTransform
())
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkiaUtils.h
43
#include "platform/transforms/
AffineTransform
.h"
91
SkMatrix PLATFORM_EXPORT affineTransformToSkMatrix(const
AffineTransform
&);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Shader_Delegate.java
97
protected java.awt.geom.
AffineTransform
getLocalMatrix() {
102
return new java.awt.geom.
AffineTransform
();
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp
36
#include "platform/transforms/
AffineTransform
.h"
130
const
AffineTransform
& absoluteTransform = filter()->absoluteTransform();
134
AffineTransform
contentTransformation;
Completed in 213 milliseconds
1
2
3
4
5
6
7