Searched
refs:Image (Results
326 -
350 of
1015) sorted by null
<<11121314151617181920>>
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
TextureKey.java | 87 Image img = (Image) asset; 95 // also flip -y and +y image in cubemap 107 // enable mipmaps if image has them
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
Statistics.java | 38 import com.jme3.texture.Image; 156 * @param image The image that was set 159 public void onTextureUse(Image image, boolean wasSwitched){ 160 assert image.getId() >= 1; 162 if (!texturesUsed.contains(image.getId())) 163 texturesUsed.add(image.getId());
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
NullRenderer.java | 47 import com.jme3.texture.Image; 146 public void deleteImage(Image image) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportLinksPart.java | 24 import org.eclipse.swt.graphics.Image; 52 buf.append("<li style=\"image\" value=\"android_img\"><a href=\"action_dosomething\">"); 58 buf.append(String.format("<li style=\"image\" value=\"android_img\"><a href=\"page:%1$s\">", //$NON-NLS-1$ 65 buf.append("<li style=\"image\" value=\"android_img\">"); //$NON-NLS-1$ 73 Image androidLogo = AdtPlugin.getAndroidLogo();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
InstrumentationPage.java | 28 import org.eclipse.swt.graphics.Image; 51 public Image getPageImage() {
|
PermissionPage.java | 28 import org.eclipse.swt.graphics.Image; 55 public Image getPageImage() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ConvertToDpFix.java | 27 import org.eclipse.swt.graphics.Image; 91 public Image getImage() {
|
ExtractStringFix.java | 30 import org.eclipse.swt.graphics.Image; 86 public Image getImage() {
|
TypographyFix.java | 24 import org.eclipse.swt.graphics.Image; 89 public Image getImage() {
|
UseCompoundDrawableDetectorFix.java | 32 import org.eclipse.swt.graphics.Image; 51 public Image getImage() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/ |
GLTrace.java | 24 import org.eclipse.swt.graphics.Image; 79 public Image getImage(GLCall c) {
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
DDSLoader.java | 37 import com.jme3.texture.Image; 38 import com.jme3.texture.Image.Format; 52 * <code>DDSLoader</code> is an image loader that reads in a DirectX DDS file. 135 return new Image(pixelFormat, width, height, depth, data, sizes); 143 public Image load(InputStream stream) throws IOException { 147 return new Image(pixelFormat, width, height, depth, data, sizes); 266 pixelFormat = Image.Format.DXT1A; 268 pixelFormat = Image.Format.DXT1; 273 pixelFormat = Image.Format.DXT3; 277 pixelFormat = Image.Format.DXT5 [all...] |
/external/chromium_org/ui/message_center/ |
notification_list_unittest.cc | 58 gfx::Image(), 191 gfx::Image(), 215 gfx::Image(), 225 gfx::Image(), 235 gfx::Image(), 245 gfx::Image(), 255 gfx::Image(), 265 gfx::Image(), 424 gfx::Image(), 455 gfx::Image(), [all...] |
/external/chromium/chrome/browser/ |
icon_loader_linux.cc | 54 image_.reset(new gfx::Image(pixbuf));
|
/external/chromium_org/ash/system/chromeos/power/ |
tray_power.h | 14 class Image;
|
/external/chromium_org/chrome/browser/extensions/ |
extension_action_icon_factory.cc | 13 #include "ui/gfx/image/image_skia.h" 49 void ExtensionActionIconFactory::OnExtensionIconImageChanged(IconImage* image) { 54 gfx::Image ExtensionActionIconFactory::GetIcon(int tab_id) {
|
extension_install_prompt.h | 21 #include "ui/gfx/image/image.h" 22 #include "ui/gfx/image/image_skia.h" 151 const gfx::Image& icon() const { return icon_; } 152 void set_icon(const gfx::Image& icon) { icon_ = icon; } 179 gfx::Image icon_; 366 void OnImageLoaded(const gfx::Image& image);
|
/external/chromium_org/chrome/browser/history/ |
top_sites.h | 17 #include "ui/gfx/image/image.h" 52 const gfx::Image& thumbnail,
|
/external/chromium_org/chrome/browser/ |
icon_loader_linux.cc | 16 #include "ui/gfx/image/image_skia.h" 65 image_.reset(new gfx::Image(image_skia));
|
icon_loader_win.cc | 15 #include "ui/gfx/image/image_skia.h" 59 image_.reset(new gfx::Image(image_skia));
|
/external/chromium_org/chrome/browser/status_icons/ |
desktop_notification_balloon.cc | 17 #include "ui/gfx/image/image_skia.h" 86 GURL(), title, contents, gfx::Image(icon), base::string16(),
|
/external/chromium_org/chrome/browser/tab_contents/ |
spelling_bubble_model.cc | 17 #include "ui/gfx/image/image.h" 42 gfx::Image* SpellingBubbleModel::GetIcon() const {
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_app_menu_item_tab.cc | 16 const gfx::Image* icon,
|
shell_window_launcher_item_controller.cc | 23 #include "ui/gfx/image/image_skia.h" 35 scoped_ptr<gfx::Image> GetAppListIcon(ShellWindow* shell_window) { 42 return make_scoped_ptr(new gfx::Image()); 50 new gfx::Image(gfx::ImageSkia::CreateFrom1xBitmap(bmp))); 166 scoped_ptr<gfx::Image> image(GetAppListIcon(shell_window)); 169 image.get(), // Will be copied
|
/external/chromium_org/chrome/browser/ui/autofill/ |
new_credit_card_bubble_controller.h | 13 #include "ui/gfx/image/image.h" 33 gfx::Image icon;
|
Completed in 2017 milliseconds
<<11121314151617181920>>