/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FEConvolveMatrix.cpp | 254 …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()
|
D | FEConvolveMatrix.h | 94 …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
|
D | FilterEffect.cpp | 307 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()
|
D | FEMorphology.h | 77 inline void platformApplyGeneric(PaintingData*, const int yStart, const int yEnd);
|
D | FELighting.h | 86 int yEnd; member
|
D | FEMorphology.cpp | 109 void FEMorphology::platformApplyGeneric(PaintingData* paintingData, int yStart, int yEnd) in platformApplyGeneric() argument 120 for (int y = yStart; y < yEnd; ++y) { in platformApplyGeneric()
|
D | FELighting.cpp | 250 …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/ |
D | GIFImageDecoder.cpp | 152 …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/ |
D | BackgroundCollisionComponent.java | 223 float yEnd = bottom; in update() local 229 mRayEnd.set(centerOffsetX, yEnd); in update()
|
/external/chromium-trace/trace-viewer/src/tracing/ |
D | timeline_track_view.js | 533 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/ |
D | excanvas.min.js | 1 …yEnd: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
|