HomeSort by relevance Sort by last modified time
    Searched defs:yStart (Results 1 - 22 of 22) sorted by null

  /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++) {
  /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;
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/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/cpu_ref/
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;
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 222 float yStart = top;
226 mRayStart.set(centerOffsetX, yStart);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java 88 int yStart = left;
143 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) {
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
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...]
  /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) {
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 371 int yStart = left;
426 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) {
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/widget/
OverlappingPaneLayout.java 571 int yStart = paddingTop;
572 int nextYStart = yStart;
592 height - paddingBottom - mOverhangSize) - yStart - margin;
596 yStart += pos + lpMargin;
599 yStart = nextYStart;
602 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/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 837 milliseconds