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

  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ResourceClient.h 38 ImageType,
  /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/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/ico/
ICOImageDecoder.h 62 enum ImageType {
129 ImageType imageTypeAtIndex(size_t);
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/Win32/
esUtil_TGA.c 34 ImageType;
  /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/Camera2/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/chromium_org/ash/system/chromeos/network/
network_icon.cc 151 enum ImageType {
262 int NumImagesForType(ImageType type) {
266 gfx::ImageSkia* BaseImageForType(ImageType image_type, IconType icon_type) {
282 ImageType ImageTypeForNetworkType(const std::string& type) {
290 gfx::ImageSkia GetImageForIndex(ImageType image_type,
309 ImageType image_type = ImageTypeForNetworkType(type);
321 ImageType image_type = ImageTypeForNetworkType(type);
326 gfx::ImageSkia* ConnectingWirelessImage(ImageType image_type,
399 ImageType image_type = ImageTypeForNetworkType(network->type());
513 ImageType image_type = ImageTypeForNetworkType(network_type)
    [all...]

Completed in 550 milliseconds