OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:absolutePaintRect
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComposite.cpp
242
if (
absolutePaintRect
().contains(enclosingIntRect(requestedRect)))
301
IntRect effectADrawingRect = requestedRegionOfInputImageData(in->
absolutePaintRect
());
304
IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->
absolutePaintRect
());
323
filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->
absolutePaintRect
()));
324
filterContext->drawImageBuffer(imageBuffer, drawingRegionOfInputImage(in->
absolutePaintRect
()));
328
IntRect destinationRect = in->
absolutePaintRect
();
329
destinationRect.intersect(in2->
absolutePaintRect
());
330
destinationRect.intersect(
absolutePaintRect
());
333
FloatRect sourceRect(IntPoint(destinationRect.x() - in->
absolutePaintRect
().x(),
334
destinationRect.y() - in->
absolutePaintRect
().y()), destinationRect.size())
[
all
...]
SourceAlpha.cpp
65
FloatRect imageRect(FloatPoint(),
absolutePaintRect
().size());
72
FloatRect(IntPoint(srcRect.location() -
absolutePaintRect
().location()), sourceImageBuffer->size()),
FEBlend.cpp
83
IntRect effectADrawingRect = requestedRegionOfInputImageData(in->
absolutePaintRect
());
86
IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->
absolutePaintRect
());
129
filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->
absolutePaintRect
()));
130
filterContext->drawImageBuffer(imageBuffer, drawingRegionOfInputImage(in->
absolutePaintRect
()), 0, CompositeSourceOver, m_mode);
FEGaussianBlur.cpp
147
IntRect drawingRegion = drawingRegionOfInputImage(in->
absolutePaintRect
());
160
SkRect bounds = SkRect::MakeWH(
absolutePaintRect
().width(),
absolutePaintRect
().height());
FEMorphology.cpp
106
IntRect drawingRegion = drawingRegionOfInputImage(in->
absolutePaintRect
());
122
SkRect bounds = SkRect::MakeWH(
absolutePaintRect
().width(),
absolutePaintRect
().height());
FEDisplacementMap.cpp
127
IntRect effectADrawingRect = requestedRegionOfInputImageData(in->
absolutePaintRect
());
130
IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->
absolutePaintRect
());
136
IntSize paintSize =
absolutePaintRect
().size();
232
if (
absolutePaintRect
().contains(enclosingIntRect(rect)))
FEFlood.cpp
82
resultImage->context()->fillRect(FloatRect(FloatPoint(),
absolutePaintRect
().size()), color);
FEMerge.cpp
56
filterContext->drawImageBuffer(in->asImageBuffer(), drawingRegionOfInputImage(in->
absolutePaintRect
()));
SourceGraphic.cpp
62
FloatRect(IntPoint(srcRect.location() -
absolutePaintRect
().location()), sourceImageBuffer->size()));
FETurbulence.cpp
332
IntRect filterRegion =
absolutePaintRect
();
360
if (
absolutePaintRect
().isEmpty()) {
368
int optimalThreadNumber = (
absolutePaintRect
().width() *
absolutePaintRect
().height()) / s_minimalRectDimension;
378
const int stepY =
absolutePaintRect
().height() / i;
379
const int jobsWithExtra =
absolutePaintRect
().height() % i;
401
fillRegion(pixelArray, paintingData, 0,
absolutePaintRect
().height(), m_baseFrequencyX, m_baseFrequencyY);
FETile.cpp
84
tileImageContext->drawImageBuffer(tileImageBuffer, IntRect(in->
absolutePaintRect
().location(), tileImageBuffer->size()));
93
filterContext->fillRect(FloatRect(FloatPoint(),
absolutePaintRect
().size()));
FilterEffect.h
105
IntRect
absolutePaintRect
() const { return m_absolutePaintRect; }
205
void addAbsolutePaintRect(const FloatRect&
absolutePaintRect
);
FEOffset.cpp
88
FloatRect drawingRegion = drawingRegionOfInputImage(in->
absolutePaintRect
());
FEColorMatrix.cpp
160
IntRect drawingRegion = drawingRegionOfInputImage(in->
absolutePaintRect
());
175
IntRect fullRect = IntRect(IntPoint(),
absolutePaintRect
().size());
FEComponentTransfer.cpp
168
IntRect destRect = drawingRegionOfInputImage(in->
absolutePaintRect
());
175
IntRect fullRect = IntRect(IntPoint(),
absolutePaintRect
().size());
FEConvolveMatrix.cpp
439
IntRect effectDrawingRect = requestedRegionOfInputImageData(in->
absolutePaintRect
());
447
IntSize paintSize =
absolutePaintRect
().size();
461
int optimalThreadNumber = (
absolutePaintRect
().width() *
absolutePaintRect
().height()) / s_minimalRectDimension;
FEDropShadow.cpp
83
FloatRect drawingRegion = drawingRegionOfInputImage(in->
absolutePaintRect
());
FELighting.cpp
303
FloatPoint absoluteLocation(
absolutePaintRect
().location());
423
IntRect effectDrawingRect = requestedRegionOfInputImageData(in->
absolutePaintRect
());
431
IntSize absolutePaintSize =
absolutePaintRect
().size();
FilterEffect.cpp
81
if (
absolutePaintRect
().contains(enclosingIntRect(requestedRect)))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.h
99
IntRect outputRect() const { return lastEffect()->hasResult() ? lastEffect()->
absolutePaintRect
() : IntRect(); }
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp
140
IntPoint paintLocation =
absolutePaintRect
().location();
Completed in 41 milliseconds