OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FEConvolveMatrix
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h
45
class
FEConvolveMatrix
: public FilterEffect {
47
static PassRefPtr<
FEConvolveMatrix
> create(Filter*, const IntSize&,
83
FEConvolveMatrix
(Filter*, const IntSize&, float, float,
FEConvolveMatrix.cpp
27
#include "
FEConvolveMatrix
.h"
37
FEConvolveMatrix
::
FEConvolveMatrix
(Filter* filter, const IntSize& kernelSize,
52
PassRefPtr<
FEConvolveMatrix
>
FEConvolveMatrix
::create(Filter* filter, const IntSize& kernelSize,
56
return adoptRef(new
FEConvolveMatrix
(filter, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
61
IntSize
FEConvolveMatrix
::kernelSize() const
66
void
FEConvolveMatrix
::setKernelSize(const IntSize& kernelSize)
71
const Vector<float>&
FEConvolveMatrix
::kernel() const
76
void
FEConvolveMatrix
::setKernel(const Vector<float>& kernel
[
all
...]
Completed in 23 milliseconds