OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowStart
(Results
1 - 7
of
7
) 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--) {
/external/webkit/Source/WebCore/platform/image-decoders/wx/
ImageDecoderWx.cpp
55
WxPixelData::Iterator
rowStart
= p;
67
p =
rowStart
;
/frameworks/base/core/java/android/widget/
GridView.java
435
int
rowStart
;
439
rowStart
= selectedPosition - (selectedPosition % numColumns);
444
rowStart
= Math.max(0, rowEnd - numColumns + 1);
448
final int topSelectionPixel = getTopSelectionPixel(childrenTop, fadingEdgeLength,
rowStart
);
450
final View sel = makeRow(mStackFromBottom ? rowEnd :
rowStart
, topSelectionPixel, true);
451
mFirstPosition =
rowStart
;
456
fillDown(
rowStart
+ numColumns, referenceView.getBottom() + verticalSpacing);
458
fillUp(
rowStart
- numColumns, referenceView.getTop() - verticalSpacing);
462
fadingEdgeLength, numColumns,
rowStart
);
465
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 554 milliseconds