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

/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/
H A DImageDecoder.h87 // Copies the pixel data at [(startX, startY), (endX, startY)) to the
90 void copyRowNTimes(int startX, int endX, int startY, int endY) argument
94 ASSERT(startY < height());
97 const PixelData* const startAddr = getAddr(startX, startY);
98 for (int destY = startY + 1; destY < endY; ++destY)
/external/chromium_org/third_party/WebKit/Source/core/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.cpp332 inline void FETurbulence::fillRegion(Uint8ClampedArray* pixelArray, PaintingData& paintingData, int startY, int endY, float baseFrequencyX, float baseFrequencyY) argument
335 IntPoint point(0, filterRegion.y() + startY);
336 int indexOfPixelChannel = startY * (filterRegion.width() << 2);
340 for (int y = startY; y < endY; ++y) {
353 parameters->filter->fillRegion(parameters->pixelArray, *parameters->paintingData, parameters->startY, parameters->endY, parameters->baseFrequencyX, parameters->baseFrequencyY);
385 int startY = 0; local
391 params.startY = startY;
392 startY += i < jobsWithExtra ? stepY + 1 : stepY;
393 params.endY = startY;
[all...]
H A DFEGaussianBlur.cpp187 int startY = !job ? 0 : currentY - extraHeight; local
191 int blockSize = (endY - startY) * scanline;
198 memcpy(params.srcPixelArray->data(), srcPixelArray->data() + startY * scanline, blockSize);
202 params.height = endY - startY;
H A DFELighting.cpp238 inline void FELighting::platformApplyGenericPaint(LightingData& data, LightSource::PaintingData& paintingData, int startY, int endY) argument
243 for (int y = startY; y < endY; ++y) {
H A DFEConvolveMatrix.cpp467 int startY = 0; local
474 param.yStart = startY;
475 startY += job < jobsWithExtra ? heightPerThread + 1 : heightPerThread;
476 param.yEnd = startY;
/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.cpp134 int startY = SkMax32(0, r.top() - outerR.top()); local
135 int stopY = startY + r.height();
137 for (int y = startY; y < stopY; ++y) {
147 int startY = outerR.bottom() - r.bottom(); local
148 int stopY = startY + r.height();
150 for (int y = startY; y < stopY; ++y) {
/external/skia/src/core/
H A DSkMaskFilter.cpp135 int startY = SkMax32(0, r.top() - outerR.top()); local
136 int stopY = startY + r.height();
138 for (int y = startY; y < stopY; ++y) {
148 int startY = outerR.bottom() - r.bottom(); local
149 int stopY = startY + r.height();
151 for (int y = startY; y < stopY; ++y) {
/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.cc530 int startY = SkScalarRound(pos[1] + getAscent(paint)); local
538 useDrawText = !EnsureExtTextOut(hdc_, startX, startY,
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp732 int startY = rect.fTop; local
737 &startX, &startY, &width, &height);
756 ((startY - rect.y()) / actualSampleSize == 0);
803 region.width(), region.height(), startX, startY);
872 region.width(), region.height(), startX, startY);
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp732 int startY = rect.fTop; local
737 &startX, &startY, &width, &height);
756 ((startY - rect.y()) / actualSampleSize == 0);
803 region.width(), region.height(), startX, startY);
872 region.width(), region.height(), startX, startY);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1044 int startY; local
1045 if (!absoluteCaretY(pos, startY))
1048 startY = -startY;
1049 int lastY = startY;
1066 if (nextY - startY > static_cast<int>(verticalDistance))
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc931 static int startX = 0, startY = 0; local
937 startY = y;
959 startY = y;
973 startY = y;
985 startX, startY, 0);
/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 613 milliseconds