OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPixelValue
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.cpp
205
For other regions, fastSetOuterPixels is used, which calls
getPixelValue
,
287
ALWAYS_INLINE int FEConvolveMatrix::
getPixelValue
(PaintingData& paintingData, int x, int y)
347
int pixelIndex =
getPixelValue
(paintingData, kernelPixelX, kernelPixelY);
/frameworks/base/media/libstagefright/yuv/
YUVImage.cpp
163
bool YUVImage::
getPixelValue
(int32_t x, int32_t y,
399
getPixelValue
(x, y, &yValue, &uValue, & vValue);
Completed in 145 milliseconds