OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixelValue
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEDisplacementMap.cpp
134
unsigned char
pixelValue
= srcPixelArrayA->get(srcY * stride + srcX * 4 + channel);
135
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
);
Completed in 707 milliseconds