HomeSort by relevance Sort by last modified time
    Searched refs:yEnd (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.h 94 ALWAYS_INLINE void fastSetInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
102 ALWAYS_INLINE void setInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
117 int yEnd;
FEConvolveMatrix.cpp 262 ALWAYS_INLINE void FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
274 // Skip the first '(clipBottom - yEnd)' lines
275 pixel += (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4);
276 int startKernelPixel = (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4);
278 for (int y = yEnd + 1; y > yStart; --y) {
402 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
407 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom, yStart, yEnd);
409 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom, yStart, yEnd);
424 param->filter->setInteriorPixels(*param->paintingData, param->clipRight, param->clipBottom, param->yStart, param->yEnd);
480 param.yEnd = startY
    [all...]
FELighting.h 83 int yEnd;
FilterEffect.cpp 347 int yEnd = rect.maxY();
348 if (yEnd > m_absolutePaintRect.height())
349 yEnd = m_absolutePaintRect.height();
357 while (yOrigin < yEnd) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.cpp 51 int yEnd = static_cast<int>(height * bottom);
52 int numPixels = (xEnd - xStart) * (yEnd - yStart);
56 for (int y = yStart; y < yEnd; y++) {
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_foreach_bounds.java 39 final int yEnd = 6;
51 s.set_yEnd(yEnd);
55 sc.setX(xStart, xEnd).setY(yStart, yEnd);
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 551 etc1_uint32 yEnd = outHeight - y;
552 if (yEnd > 4) {
553 yEnd = 4;
555 int ymask = kYMask[yEnd];
565 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
609 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
633 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
683 etc1_uint32 yEnd = height - y;
684 if (yEnd > 4) {
685 yEnd = 4
    [all...]
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 535 etc1_uint32 yEnd = height - y;
536 if (yEnd > 4) {
537 yEnd = 4;
539 int ymask = kYMask[yEnd];
546 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
588 etc1_uint32 yEnd = height - y;
589 if (yEnd > 4) {
590 yEnd = 4;
599 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /external/skia/third_party/etc1/
etc1.cpp 535 etc1_uint32 yEnd = height - y;
536 if (yEnd > 4) {
537 yEnd = 4;
539 int ymask = kYMask[yEnd];
546 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
588 etc1_uint32 yEnd = height - y;
589 if (yEnd > 4) {
590 yEnd = 4;
599 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 527 etc1_uint32 yEnd = height - y;
528 if (yEnd > 4) {
529 yEnd = 4;
531 int ymask = kYMask[yEnd];
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
580 etc1_uint32 yEnd = height - y;
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 527 etc1_uint32 yEnd = height - y;
528 if (yEnd > 4) {
529 yEnd = 4;
531 int ymask = kYMask[yEnd];
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
580 etc1_uint32 yEnd = height - y;
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 853 if (!sc || (sc->yEnd == 0)) {
854 mtls->yEnd = mtls->fep.dimY;
857 rsAssert(sc->yEnd <= mtls->fep.dimY);
858 rsAssert(sc->yStart < sc->yEnd);
860 mtls->yEnd = rsMin(mtls->fep.dimY, sc->yEnd);
861 if (mtls->yStart >= mtls->yEnd) return;
876 mtls->yEnd = rsMax((uint32_t)1, mtls->yEnd);
    [all...]
rsCpuCore.cpp 365 uint32_t yEnd = yStart + mtls->mSliceSize;
366 yEnd = rsMin(yEnd, mtls->yEnd);
367 if (yEnd <= yStart) {
371 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
374 for (p.y = yStart; p.y < yEnd; p.y++) {
468 for (p.y = mtls->yStart; p.y < mtls->yEnd; p.y++) {
555 for (p.y = mtls->yStart; p.y < mtls->yEnd; p.y++) {
rsCpuCore.h 109 uint32_t yEnd;
  /frameworks/rs/scriptc/
rs_core.rsh 117 uint32_t yEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_core.rsh 115 uint32_t yEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_core.rsh 115 uint32_t yEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_core.rsh 115 uint32_t yEnd;
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 117 uint32_t yEnd;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 154 const int yEnd = std::min(static_cast<int>(frameContext->yOffset() + rowNumber + repeatCount), size().height());
155 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
208 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 223 float yEnd = bottom;
229 mRayEnd.set(centerOffsetX, yEnd);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 305 |---+---+---+---+---+-|________________________ yEnd | Since we only want to add the key to
328 bottomPixelWithinThreshold and call this yEnd right away.
337 final int yEnd = Math.min(lastPixelYCoordinate, keyY + key.getHeight() + threshold);
347 for (int centerY = yStart; centerY <= yEnd; centerY += mCellHeight) {
  /frameworks/rs/
rsDefines.h 392 uint32_t yEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsDefines.h 390 uint32_t yEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsDefines.h 390 uint32_t yEnd;

Completed in 1114 milliseconds

1 2