HomeSort by relevance Sort by last modified time
    Searched defs:ImageType (Results 1 - 7 of 7) 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...]
  /development/perftests/panorama/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/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...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 3 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.GIF;
4 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.JPEG;
5 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.PNG;
6 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.PNG_A;
7 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.UNKNOWN;
26 public static enum ImageType {
39 ImageType(boolean hasAlpha) {
86 public ImageType getType() throws IOException {
  /external/skia/tests/
SurfaceTest.cpp 60 enum ImageType {
146 static SkImage* createImage(ImageType imageType, GrContext* context, SkColor color) {
156 switch (imageType) {
238 ImageType fType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusenums.h 514 typedef enum ImageType {
518 } ImageType;

Completed in 229 milliseconds