Searched defs:loadImage (Results 1 - 14 of 14) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DImageLoader.java64 public Image loadImage(BlenderInputStream inputStream, int startPosition, boolean flipY) { method in class:ImageLoader
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);
97 public Image loadImage(InputStream inputStream, ImageType imageType, boolean flipY) { method in class:ImageLoader
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DPingLoader.cpp53 void PingLoader::loadImage(Frame* frame, const KURL& url) function in class:WebCore::PingLoader
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DBitmapImageTest.cpp76 void loadImage(const char* fileName) function in class:WebCore::BitmapImageTest
92 // forces all frames to be decoded in loadImage() above. There is no general guarantee that frameDecodedSize()
121 loadImage("/LayoutTests/fast/images/resources/animated-10color.gif");
138 loadImage("/LayoutTests/fast/images/resources/animated-10color.gif");
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
H A Dimage_util.js473 var loadImage = function(opt_metadata) {
506 this.metadataCache_.get(entry, 'filesystem', loadImage);
508 loadImage();
/external/chromium_org/chrome/browser/resources/image_loader/
H A Dimage_loader_client.js162 var cachedData = this.cache_.loadImage(cacheKey, opt_options.timestamp);
299 ImageLoaderClient.Cache.prototype.loadImage = function(key, opt_timestamp) {
H A Dcache.js249 this.loadImage(key, timestamp, function() {}, onNotFoundInCache);
261 Cache.prototype.loadImage = function(key, timestamp, onSuccess, onFailure) {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java205 public static Image loadImage(Class<?> clazz, String path) { method in class:DrawUtils
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java62 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) { method in class:FlyoutControlComposite
69 return DrawUtils.loadImage(FlyoutControlComposite.class, path);
/external/chromium_org/chrome/browser/resources/file_manager/common/js/
H A Dutil.js916 util.loadImage = function(image, url, opt_options, opt_isValid) {
927 * @param {number} taskId Task identifier returned by util.loadImage().
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 391 milliseconds