Home
last modified time | relevance | path

Searched refs:yEnd (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEConvolveMatrix.cpp254 …tSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd) in fastSetInteriorPixels() argument
267 pixel += (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4); in fastSetInteriorPixels()
268 int startKernelPixel = (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4); in fastSetInteriorPixels()
270 for (int y = yEnd + 1; y > yStart; --y) { in fastSetInteriorPixels()
394 …:setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd) in setInteriorPixels() argument
399 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom, yStart, yEnd); in setInteriorPixels()
401 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom, yStart, yEnd); in setInteriorPixels()
416 …eriorPixels(*param->paintingData, param->clipRight, param->clipBottom, param->yStart, param->yEnd); in setInteriorPixelsWorker()
472 param.yEnd = startY; in applySoftware()
DFEConvolveMatrix.h94 …INE void fastSetInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
102 …_INLINE void setInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
117 int yEnd; member
DFilterEffect.cpp307 int yEnd = rect.maxY(); in copyImageBytes() local
308 if (yEnd > m_absolutePaintRect.height()) in copyImageBytes()
309 yEnd = m_absolutePaintRect.height(); in copyImageBytes()
317 while (yOrigin < yEnd) { in copyImageBytes()
DFEMorphology.h77 inline void platformApplyGeneric(PaintingData*, const int yStart, const int yEnd);
DFELighting.h86 int yEnd; member
DFEMorphology.cpp109 void FEMorphology::platformApplyGeneric(PaintingData* paintingData, int yStart, int yEnd) in platformApplyGeneric() argument
120 for (int y = yStart; y < yEnd; ++y) { in platformApplyGeneric()
DFELighting.cpp250 …pplyGenericPaint(parameters->data, parameters->paintingData, parameters->yStart, parameters->yEnd); in platformApplyGenericWorker()
276 params.yEnd = yStart; in platformApplyGeneric()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.cpp152 …const int yEnd = std::min(static_cast<int>(frameContext->yOffset() + rowNumber + repeatCount), siz… in haveDecodedRow() local
153 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
206 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd); in haveDecodedRow()
/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java223 float yEnd = bottom; in update() local
229 mRayEnd.set(centerOffsetX, yEnd); in update()
/external/chromium-trace/trace-viewer/src/tracing/
Dtimeline_track_view.js533 setDragBoxPosition_: function(xStart, yStart, xEnd, yEnd) { argument
534 var loY = Math.min(yStart, yEnd);
535 var hiY = Math.max(yStart, yEnd);
/external/chromium_org/third_party/flot/
Dexcanvas.min.js1yEnd:ah.y})};q.rect=function(m,j,i,p){this.moveTo(m,j);this.lineTo(m+i,j);this.lineTo(m+i,j+p);thi… property