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

1 2

  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.h 64 int32_t yStart,
68 int32_t yStart,
72 int32_t yStart,
76 int32_t yStart,
BC_QRCoderMatrixUtil.cpp 355 int32_t yStart,
363 if (!IsEmpty(matrix->Get(xStart + x, yStart))) {
367 matrix->Set(xStart + x, yStart, HORIZONTAL_SEPARATION_PATTERN[0][x]);
372 int32_t yStart,
380 if (!IsEmpty(matrix->Get(xStart, yStart + y))) {
384 matrix->Set(xStart, yStart + y, VERTICAL_SEPARATION_PATTERN[y][0]);
389 int32_t yStart,
399 if (!IsEmpty(matrix->Get(xStart + x, y + yStart))) {
403 matrix->Set(xStart + x, yStart + y, POSITION_ADJUSTMENT_PATTERN[y][x]);
409 int32_t yStart,
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
foreach_bounds.rs 23 int yStart = 0;
48 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
UT_foreach_bounds.java 39 final int yStart = 3;
51 s.set_yStart(yStart);
56 sc.setX(xStart, xEnd).setY(yStart, yEnd);
single_source_script.rs 98 opts.yStart = 0;
108 opts2.yStart = 0;
  /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/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_foreach_bounds.java 41 final int yStart = 3;
53 s.set_yStart(yStart);
58 sc.setX(xStart, xEnd).setY(yStart, yEnd);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_script.rs 47 opts.yStart = 0;
57 opts.yStart = 0;
  /cts/tests/tests/transition/src/android/transition/cts/
FadeTest.java 226 private static double[] getMeans(Bitmap bitmap1, Bitmap bitmap2, int xStart, int yStart) {
231 avg0 += getIntensity(bitmap1.getPixel(xStart + x, yStart + y));
232 avg1 += getIntensity(bitmap2.getPixel(xStart + x, yStart + y));
246 int xStart, int yStart) {
252 double v0 = getIntensity(bitmap1.getPixel(xStart + x, yStart + y)) - mean0;
253 double v1 = getIntensity(bitmap2.getPixel(xStart + x, yStart + y)) - mean1;
281 private static boolean isWindowWhite(Bitmap bitmap, int xStart, int yStart) {
284 if (bitmap.getPixel(xStart + x, yStart + y) != Color.WHITE) {
  /external/skia/gm/
arcto.cpp 135 for (int yStart = 0; yStart < kParsePathTestDimension; yStart += 100) {
137 str.printf("<g transform='translate(%d,%d) scale(%d,%d)'>\n", xStart, yStart,
140 str.printf("<clipPath id='clip_%d_%d'>\n", xStart, yStart);
171 str.printf(" clip-path='url(#clip_%d_%d)'/>\n", xStart, yStart);
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 426 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize;
427 uint32_t yEnd = yStart + mtls->mSliceSize;
431 if (yEnd <= yStart) {
435 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) {
586 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize;
587 uint32_t yEnd = yStart + mtls->mSliceSize;
591 if (yEnd <= yStart) {
595 for (redp.current.y = yStart; redp.current.y < yEnd; redp.current.y++) {
607 mtls->accumFunc, idx, yStart, yEnd, fmt);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 317 |..yStart.|.....|.......|..|....|.......|... y middle | Thus, if yDeltaToGrid is more than half
321 |.......|.|.....|.......|....|..|.....yStart (right) | is stored in yStart.
333 final int yStart = Math.max(halfCellHeight,
344 int baseIndexOfCurrentRow = (yStart / mCellHeight) * mGridWidth + (xStart / mCellWidth);
345 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);
  /frameworks/rs/script_api/include/
rs_for_each.rsh 79 uint32_t yStart; // Starting index in the Y dimension.
191 * opts.yStart = 0;
  /hardware/interfaces/renderscript/1.0/
types.hal 178 uint32_t yStart;
  /prebuilts/sdk/renderscript/include/
rs_for_each.rsh 79 uint32_t yStart; // Starting index in the Y dimension.
191 * opts.yStart = 0;
  /frameworks/layoutlib/bridge/src/android/view/
ShadowPainter.java 95 int yStart = left;
150 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) {
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
healing.rs 141 opts.yStart = 1;
  /frameworks/rs/
rsDefines.h 243 uint32_t yStart;
rsHidlAdaptation.cpp     [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 292 GLfloat yStart = 1.0f - 2.0f * _stopHeight;
307 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
308 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
video_render_agl.cc 289 GLfloat yStart = 1.0f - 2.0f * _stopHeight;
311 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
312 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
    [all...]
  /frameworks/rs/script_api/
rs_for_each.spec 63 field: uint32_t yStart, "Starting index in the Y dimension."
210 opts.yStart = 0;<br/>
  /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...]

Completed in 474 milliseconds

1 2