OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_radiusY
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.h
61
float
m_radiusY
;
FEMorphology.cpp
45
,
m_radiusY
(radiusY)
82
return
m_radiusY
;
90
paintRect.inflateY(filter->applyVerticalScale(
m_radiusY
));
97
if (
m_radiusY
== radiusY)
99
m_radiusY
= radiusY;
117
if (m_radiusX <= 0 ||
m_radiusY
<= 0)
122
int radiusY = static_cast<int>(floorf(filter->applyVerticalScale(
m_radiusY
)));
Completed in 1225 milliseconds