OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_targetOffset
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.cpp
44
,
m_targetOffset
(targetOffset)
109
return
m_targetOffset
;
114
if (
m_targetOffset
== targetOffset)
116
m_targetOffset
= targetOffset;
243
int pixel = (
m_targetOffset
.y() * paintingData.width +
m_targetOffset
.x()) * 4;
323
int beginKernelPixelX = x1 -
m_targetOffset
.x();
325
int startKernelPixelY = y1 -
m_targetOffset
.y();
433
clipRight +=
m_targetOffset
.x() + 1;
434
clipBottom +=
m_targetOffset
.y() + 1
[
all
...]
FEConvolveMatrix.h
109
IntPoint
m_targetOffset
;
Completed in 201 milliseconds