HomeSort by relevance Sort by last modified time
    Searched defs:setSourceImage (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
Filter.h 38 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 429 milliseconds