OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setKernelUnitLength
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h
70
bool
setKernelUnitLength
(const FloatPoint&);
FEConvolveMatrix.cpp
138
bool FEConvolveMatrix::
setKernelUnitLength
(const FloatPoint& kernelUnitLength)
/external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.h
39
void
setKernelUnitLength
(float kernelUnitLengthX, float kernelUnitLengthY);
SVGFEConvolveMatrixElement.cpp
145
return convolveMatrix->
setKernelUnitLength
(FloatPoint(kernelUnitLengthX(), kernelUnitLengthY()));
160
void SVGFEConvolveMatrixElement::
setKernelUnitLength
(float x, float y)
Completed in 30 milliseconds