OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pixelValue
(Results
1 - 7
of
7
) sorted by null
/cts/apps/CtsVerifier/lib/colorchecker/
testingimage.cpp
79
int
pixelValue
= 0;
83
pixelValue
+= inputImage[
88
pixelValue
=
pixelValue
/ (heightScale * widthScale);
90
(unsigned char)
pixelValue
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDisplacementMap.cpp
146
unsigned char
pixelValue
= srcPixelArrayA->item(srcY * stride + srcX * 4 + channel);
147
dstPixelArray->set(dstIndex + channel,
pixelValue
);
/external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp
578
uchar
pixelValue
= (uchar)255; // will switch to 0 if match found
589
pixelValue
= 0;
594
bg_model->foreground->imageData[ bg_model->foreground->widthStep*i + j] =
pixelValue
;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java
336
int
pixelValue
= (y & 0xFF) << 16 | (x & 0xFF) << 8;
337
data.setPixel(x, y,
pixelValue
);
/frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp
342
uint32_t
pixelValue
= ((maxBlockX % 2) == (maxBlockY % 2)) ? 191 : 63;
343
checkPixel(buf, w-1, h-1,
pixelValue
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 332 milliseconds