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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
ImageLoader.java 67 Image result = this.loadImage(inputStream, ImageType.AWT, flipY);
71 result = this.loadImage(inputStream, ImageType.TGA, flipY);
76 result = this.loadImage(inputStream, ImageType.DDS, flipY);
91 * @param imageType
92 * the type of the image {@link ImageType}
97 public Image loadImage(InputStream inputStream, ImageType imageType, boolean flipY) {
99 switch (imageType) {
122 throw new IllegalStateException("Unknown image type: " + imageType);
132 private static enum ImageType {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
WKCAImageQueue.h 52 enum ImageType {
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.h 61 enum ImageType {
118 ImageType imageTypeAtIndex(size_t);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.h 30 typedef ImageTypeBase *ImageType;
62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
64 static void rgba2yvu(ImageType out, ImageType in, int width, int height);
76 static void yvu2rgb(ImageType out, ImageType in, int width, int height);
77 static void yvu2bgr(ImageType out, ImageType in, int width, int height);
91 static ImageType rgb2gray(ImageType in, int width, int height)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 30 typedef ImageTypeBase *ImageType;
62 static void rgb2yvu(ImageType out, ImageType in, int width, int height);
64 static void rgba2yvu(ImageType out, ImageType in, int width, int height);
76 static void yvu2rgb(ImageType out, ImageType in, int width, int height);
77 static void yvu2bgr(ImageType out, ImageType in, int width, int height);
91 static ImageType rgb2gray(ImageType in, int width, int height)
    [all...]

Completed in 134 milliseconds