OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:affineTransformToSkMatrix
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkiaUtils.h
91
SkMatrix PLATFORM_EXPORT
affineTransformToSkMatrix
(const AffineTransform&);
SkiaUtils.cpp
178
SkMatrix
affineTransformToSkMatrix
(const AffineTransform& source)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Pattern.cpp
92
m_pattern->setLocalMatrix(
affineTransformToSkMatrix
(m_patternSpaceTransformation));
100
m_pattern->setLocalMatrix(
affineTransformToSkMatrix
(m_patternSpaceTransformation));
Gradient.cpp
147
m_gradient->setLocalMatrix(
affineTransformToSkMatrix
(m_gradientSpaceTransformation));
277
m_gradient->setLocalMatrix(
affineTransformToSkMatrix
(m_gradientSpaceTransformation));
GraphicsContext.h
347
void concatCTM(const AffineTransform& affine) { concat(
affineTransformToSkMatrix
(affine)); }
348
void setCTM(const AffineTransform& affine) { setMatrix(
affineTransformToSkMatrix
(affine)); }
Path.cpp
149
m_path.transform(
affineTransformToSkMatrix
(xform));
/external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.cpp
97
canvas.concat(
affineTransformToSkMatrix
(orientation.transformFromDefault(sizeRespectingOrientation)));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/win/
TransparencyWin.cpp
79
destCanvas.setMatrix(
affineTransformToSkMatrix
(matrix));
Completed in 217 milliseconds