/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
D | ImageLoader.java | 64 public Image loadImage(BlenderInputStream inputStream, int startPosition, boolean flipY) { in loadImage() method in ImageLoader 67 Image result = this.loadImage(inputStream, ImageType.AWT, flipY); in loadImage() 71 result = this.loadImage(inputStream, ImageType.TGA, flipY); in loadImage() 76 result = this.loadImage(inputStream, ImageType.DDS, flipY); in loadImage() 97 public Image loadImage(InputStream inputStream, ImageType imageType, boolean flipY) { in loadImage() method in ImageLoader
|
D | TextureHelper.java | 407 …Image im = imageLoader.loadImage(blenderContext.getInputStream(), dataFileBlock.getBlockPosition()… in getTextureFromImage()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | BitmapImageTest.cpp | 76 void loadImage(const char* fileName) in loadImage() function in WebCore::BitmapImageTest 121 loadImage("/LayoutTests/fast/images/resources/animated-10color.gif"); in TEST_F() 138 loadImage("/LayoutTests/fast/images/resources/animated-10color.gif"); in TEST_F()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
D | FlyoutControlComposite.java | 62 private static final Image PIN = loadImage("icons/pin.gif"); 63 private static final Image ARROW_LEFT = loadImage("icons/arrow_left.gif"); 64 private static final Image ARROW_RIGHT = loadImage("icons/arrow_right.gif"); 65 private static final Image ARROW_TOP = loadImage("icons/arrow_top.gif"); 66 private static final Image ARROW_BOTTOM = loadImage("icons/arrow_bottom.gif"); 68 private static Image loadImage(String path) { in loadImage() method in FlyoutControlComposite 69 return DrawUtils.loadImage(FlyoutControlComposite.class, path); in loadImage()
|
/external/chromium_org/chrome/browser/resources/image_loader/ |
D | image_loader_client.js | 162 var cachedData = this.cache_.loadImage(cacheKey, opt_options.timestamp); 299 ImageLoaderClient.Cache.prototype.loadImage = function(key, opt_timestamp) { method in ImageLoaderClient.Cache
|
D | cache.js | 249 this.loadImage(key, timestamp, function() {}, onNotFoundInCache); 261 Cache.prototype.loadImage = function(key, timestamp, onSuccess, onFailure) { method in Cache
|
D | request.js | 154 this.cache_.loadImage(cacheKey,
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | PingLoader.h | 64 static void loadImage(Frame*, const KURL& url);
|
D | PingLoader.cpp | 53 void PingLoader::loadImage(Frame* frame, const KURL& url) in loadImage() function in WebCore::PingLoader
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
D | media_util.js | 188 this.taskId_ = util.loadImage( 271 this.taskId_ = util.loadImage(
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
D | image_util.js | 473 var loadImage = function(opt_metadata) { method 506 this.metadataCache_.get(entry, 'filesystem', loadImage); 508 loadImage();
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 205 public static Image loadImage(Class<?> clazz, String path) { in loadImage() method in DrawUtils
|
/external/chromium_org/chrome/browser/resources/file_manager/common/js/ |
D | util.js | 916 util.loadImage = function(image, url, opt_options, opt_isValid) { function
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | ResourceFetcher.cpp | 289 PingLoader::loadImage(f, requestURL); in fetchImage()
|