HomeSort by relevance Sort by last modified time
    Searched refs:yStart (Results 1 - 25 of 34) 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);
116 int yStart;
FELighting.h 82 int yStart;
FEConvolveMatrix.cpp 262 ALWAYS_INLINE void FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
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);
478 param.yStart = startY;
FELighting.cpp 257 parameters->filter->platformApplyGenericPaint(parameters->data, parameters->paintingData, parameters->yStart, parameters->yEnd);
275 int yStart = 1;
281 params.yStart = yStart;
282 yStart += job < jobsWithExtra ? yStep + 1 : yStep;
283 params.yEnd = yStart;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.cpp 50 int yStart = static_cast<int>(height * top);
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 38 final int yStart = 3;
50 s.set_yStart(yStart);
55 sc.setX(xStart, xEnd).setY(yStart, yEnd);
  /frameworks/rs/scriptc/
rs_core.rsh 116 uint32_t yStart;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_core.rsh 114 uint32_t yStart;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_core.rsh 114 uint32_t yStart;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_core.rsh 114 uint32_t yStart;
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 116 uint32_t yStart;
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_core.rsh 116 uint32_t yStart;
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 851 rsAssert(sc->yStart < mtls->fep.dimY);
853 rsAssert(sc->yStart < sc->yEnd);
854 mtls->yStart = rsMin(mtls->fep.dimY, sc->yStart);
856 if (mtls->yStart >= mtls->yEnd) return;
    [all...]
rsCpuCore.cpp 364 uint32_t yStart = mtls->yStart + slice * mtls->mSliceSize;
365 uint32_t yEnd = yStart + mtls->mSliceSize;
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 108 uint32_t yStart;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 319 |..yStart.|.....|.......|..|....|.......|... y middle | Thus, if yDeltaToGrid is more than half
323 |.......|.|.....|.......|....|..|.....yStart (right) | is stored in yStart.
335 final int yStart = Math.max(halfCellHeight,
346 int baseIndexOfCurrentRow = (yStart / mCellHeight) * mGridWidth + (xStart / mCellWidth);
347 for (int centerY = yStart; centerY <= yEnd; centerY += mCellHeight) {
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 222 float yStart = top;
226 mRayStart.set(centerOffsetX, yStart);
  /packages/apps/Dialer/src/com/android/dialer/widget/
OverlappingPaneLayout.java 572 int yStart = paddingTop;
573 int nextYStart = yStart;
593 height - paddingBottom - mOverhangSize) - yStart - margin;
597 yStart += pos + lpMargin;
600 yStart = nextYStart;
603 final int childTop = yStart;
    [all...]
  /frameworks/rs/
rsDefines.h 391 uint32_t yStart;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsDefines.h 389 uint32_t yStart;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsDefines.h 389 uint32_t yStart;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsDefines.h 389 uint32_t yStart;
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 294 GLfloat yStart = 1.0f - 2.0f * _stopHeight;
309 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
310 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
video_render_agl.cc 290 GLfloat yStart = 1.0f - 2.0f * _stopHeight;
312 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
313 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 499 float yStart = Float.parseFloat(args[1]);
505 float y = yStart;
511 float yStep = (yEnd - yStart) / stepCount;
    [all...]

Completed in 926 milliseconds

1 2