HomeSort by relevance Sort by last modified time
    Searched refs:rowStart (Results 1 - 10 of 10) sorted by null

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 132 for (int y = 0, rowStart = top * dataWidth + left; y < height; y++, rowStart += dataWidth) {
133 int middle = rowStart + width / 2;
134 for (int x1 = rowStart, x2 = rowStart + width - 1; x1 < middle; x1++, x2--) {
  /frameworks/base/core/java/android/widget/
GridView.java 455 int rowStart;
459 rowStart = selectedPosition - (selectedPosition % numColumns);
464 rowStart = Math.max(0, rowEnd - numColumns + 1);
468 final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength, rowStart);
470 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
471 mFirstPosition = rowStart;
476 fillDown(rowStart + numColumns, referenceView.getBottom() + verticalSpacing);
478 fillUp(rowStart - numColumns, referenceView.getTop() - verticalSpacing);
482 fadingEdgeLength, numColumns, rowStart);
485 fillUp(rowStart - 1, referenceView.getTop() - verticalSpacing)
    [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 54 int rowStart, int rowEnd, int columnStart, int columnEnd,
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 677 int rowStart = 0;
688 while ((!isRowStart) && (rowStart < numHorizontalLines)) {
690 if (mCandidateColors[rowStart][j] != NULL) {
694 ++rowStart;
696 rowStart--;
697 rowEnd = rowStart;
698 ALOGV("rowStart is %d", rowStart);
730 if (mCandidateColors[rowStart][columnStart] != NULL) {
741 if (mCandidateColors[rowStart][columnEnd] != NULL
    [all...]
testingimage.cpp 129 int rowStart, int rowEnd, int columnStart, int columnEnd,
136 for (int i = rowStart; i < rowEnd; ++i) {
  /external/chromium_org/third_party/skia/bench/
ETCBitmapBench.cpp 67 const etc1_byte* rowStart = origData + ((j % origBlocksY) * origRowSzInBytes);
69 memcpy(copyInto, rowStart, origRowSzInBytes);
  /external/skia/bench/
ETCBitmapBench.cpp 67 const etc1_byte* rowStart = origData + ((j % origBlocksY) * origRowSzInBytes);
69 memcpy(copyInto, rowStart, origRowSzInBytes);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 564 for (int y = 0, rowStart = 0; y < colorH;
565 y++, rowStart += colorPlane.getRowStride()) {
566 colorData.limit(rowStart + colorW);
567 colorData.position(rowStart);
575 for (int y = 0, rowStart = 0; y < colorH;
576 y++, rowStart += colorPlane.getRowStride()) {
577 colorData.position(rowStart);
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 266 milliseconds