OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_gradientSpaceTransformation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Gradient.cpp
136
if (
m_gradientSpaceTransformation
== gradientSpaceTransformation)
139
m_gradientSpaceTransformation
= gradientSpaceTransformation;
237
m_gradientSpaceTransformation
.translate(m_p0.x(), m_p0.y());
238
m_gradientSpaceTransformation
.scale(1, 1 / aspectRatio());
239
m_gradientSpaceTransformation
.translate(-m_p0.x(), -m_p0.y());
242
SkMatrix localMatrix = affineTransformToSkMatrix(
m_gradientSpaceTransformation
);
257
SkMatrix localMatrix = affineTransformToSkMatrix(
m_gradientSpaceTransformation
);
Gradient.h
120
AffineTransform gradientSpaceTransform() { return
m_gradientSpaceTransformation
; }
140
AffineTransform
m_gradientSpaceTransformation
;
Completed in 370 milliseconds