Searched defs:startY (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEMorphology.h69 int startY; member in struct:WebCore::FEMorphology::PlatformApplyParameters
H A DFETurbulence.h110 int startY; member in struct:WebCore::FETurbulence::FillRegionParameters
H A DFETurbulence.cpp330 inline void FETurbulence::fillRegion(Uint8ClampedArray* pixelArray, PaintingData& paintingData, int startY, int endY, float baseFrequencyX, float baseFrequencyY) argument
333 IntPoint point(0, filterRegion.y() + startY);
334 int indexOfPixelChannel = startY * (filterRegion.width() << 2);
338 for (int y = startY; y < endY; ++y) {
351 parameters->filter->fillRegion(parameters->pixelArray, *parameters->paintingData, parameters->startY, parameters->endY, parameters->baseFrequencyX, parameters->baseFrequencyY);
383 int startY = 0; local
389 params.startY = startY;
390 startY += i < jobsWithExtra ? stepY + 1 : stepY;
391 params.endY = startY;
[all...]
H A DFEGaussianBlur.cpp184 int startY = !job ? 0 : currentY - extraHeight; local
188 int blockSize = (endY - startY) * scanline;
195 memcpy(params.srcPixelArray->data(), srcPixelArray->data() + startY * scanline, blockSize);
199 params.height = endY - startY;
H A DFELighting.cpp234 inline void FELighting::platformApplyGenericPaint(LightingData& data, LightSource::PaintingData& paintingData, int startY, int endY) argument
239 for (int y = startY; y < endY; ++y) {
H A DFEConvolveMatrix.cpp463 int startY = 0; local
470 param.yStart = startY;
471 startY += job < jobsWithExtra ? heightPerThread + 1 : heightPerThread;
472 param.yEnd = startY;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageFrame.h89 // Copies the pixel data at [(startX, startY), (endX, startY)) to the
92 void copyRowNTimes(int startX, int endX, int startY, int endY) argument
96 ASSERT(startY < height());
99 const PixelData* const startAddr = getAddr(startX, startY);
100 for (int destY = startY + 1; destY < endY; ++destY)
/external/skia/gm/
H A Dbitmapscroll.cpp108 void drawLabel(SkCanvas* canvas, const char *text, int startX, int startY, argument
113 path.moveTo(SkIntToScalar(startX), SkIntToScalar(startY));
/external/chromium_org/third_party/skia/src/core/
H A DSkMaskFilter.cpp133 int startY = SkMax32(0, r.top() - outerR.top()); local
134 int stopY = startY + r.height();
136 for (int y = startY; y < stopY; ++y) {
146 int startY = outerR.bottom() - r.bottom(); local
147 int stopY = startY + r.height();
149 for (int y = startY; y < stopY; ++y) {
/external/skia/src/core/
H A DSkMaskFilter.cpp133 int startY = SkMax32(0, r.top() - outerR.top()); local
134 int stopY = startY + r.height();
136 for (int y = startY; y < stopY; ++y) {
146 int startY = outerR.bottom() - r.bottom(); local
147 int stopY = startY + r.height();
149 for (int y = startY; y < stopY; ++y) {
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl.cc649 static int startX = 0, startY = 0; local
655 startY = y;
677 startY = y;
694 startY = y;
706 startX, startY, 0, event.latency);
/external/opencv/
H A Dcvjni.cpp515 int startY = MAX(face->y - PAD_FACE_AREA, 0); local
517 int h = m_smallImage->height - startY - face->height - PAD_FACE_AREA_2;
519 m_faceCropArea = cvRect(startX, startY,
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc531 int startY = SkScalarRound(pos[1] + getAscent(paint)); local
539 useDrawText = !EnsureExtTextOut(hdc_, startX, startY,
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp824 int startY = rect.fTop; local
829 &startX, &startY, &width, &height);
854 ((startY - rect.y()) / actualSampleSize == 0);
902 region.width(), region.height(), startX, startY);
961 region.width(), region.height(), startX, startY);
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp824 int startY = rect.fTop; local
829 &startX, &startY, &width, &height);
854 ((startY - rect.y()) / actualSampleSize == 0);
902 region.width(), region.height(), startX, startY);
961 region.width(), region.height(), startX, startY);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1074 int startY; local
1075 if (!absoluteCaretY(pos, startY))
1078 startY = -startY;
1079 int lastY = startY;
1096 if (nextY - startY > static_cast<int>(verticalDistance))
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 672 milliseconds