OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setSourceImage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
Filter.h
39
void
setSourceImage
(PassOwnPtr<ImageBuffer> sourceImage) { m_sourceImage = sourceImage; }
/packages/apps/Camera/src/com/android/camera/
Mosaic.java
29
* mosaic.
setSourceImage
(pixels);
125
public native float[]
setSourceImage
(byte[] pixels);
128
* This is an alternative to the
setSourceImage
function above. This should
163
* which is based on the original images set in
setSourceImage
().
/packages/apps/Camera2/src/com/android/camera/
Mosaic.java
29
* mosaic.
setSourceImage
(pixels);
125
public native float[]
setSourceImage
(byte[] pixels);
128
* This is an alternative to the
setSourceImage
function above. This should
163
* which is based on the original images set in
setSourceImage
().
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
Mosaic.java
29
* mosaic.
setSourceImage
(pixels);
125
public native float[]
setSourceImage
(byte[] pixels);
128
* This is an alternative to the
setSourceImage
function above. This should
163
* which is based on the original images set in
setSourceImage
().
Completed in 250 milliseconds