/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
FrameBuffer.java | 37 import com.jme3.texture.Image.Format; 67 * The color attachment points support image formats such as 69 * The depth attachment point requires a depth image format. 92 Image.Format format; 97 * @return The image format of the render buffer. 202 public void setDepthBuffer(Image.Format format){ 220 public void setColorBuffer(Image.Format format){ 236 Image img = tex.getImage(); 241 throw new IllegalArgumentException("Texture image format must be depth."); 243 throw new IllegalArgumentException("Texture image format must be color/luminance.") [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
bookmarks_helper.h | 97 // Sets the |icon_url| and |image| data for the favicon for |node| in the 102 const gfx::Image& image, 178 // Creates a favicon of |color| with image reps of the platform's supported 180 gfx::Image CreateFavicon(SkColor color); 183 gfx::Image Create1xFaviconFromPNGFile(const std::string& path);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
menu_gtk.h | 19 class Image; 47 // when showing image menu items for this menu. 50 // Returns a tinted image used in button in a menu. 69 const gfx::Image& icon); 130 const gfx::Image& icon); 133 GtkWidget* image);
|
script_bubble_gtk.h | 18 #include "ui/gfx/image/image.h" 46 void OnIconLoaded(const std::string& extension_id, const gfx::Image& icon);
|
throbber_gtk.h | 17 #include "ui/gfx/image/image.h" 65 // The image containing the throbber frames. 66 gfx::Image frames_;
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_ui.h | 24 class Image; 43 virtual gfx::Image GetThemeImageNamed(int id) const OVERRIDE; 52 const gfx::ImageSkia& image, 58 typedef std::map<int, gfx::Image> ImageCache; 102 // Takes the base frame image |base_id| and tints it with |tint_id|. 113 // Renders a GTK button border the size of the image |sizing_idr| in 160 // Image cache of lazily created images.
|
menu_util.h | 10 #include "ui/gfx/image/image.h" 18 GtkWidget* BuildMenuItemWithImage(const std::string& label, GtkWidget* image); 20 const gfx::Image& icon);
|
/external/chromium_org/chrome/renderer/ |
mock_printer.h | 15 #include "printing/image.h" 32 const printing::Image& image); 38 const printing::Image& image() const { return image_; } function in class:MockPrinterPage 46 printing::Image image_;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
GraphicsContext.h | 199 // Get the contents of the image buffer 236 void drawImage(Image*, const IntPoint&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation); 237 void drawImage(Image*, const IntRect&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation, bool useLowQualityScale = false); 238 void drawImage(Image*, const IntPoint& destPoint, const IntRect& srcRect, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation); 239 void drawImage(Image*, const FloatRect& destRect); 240 void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation, bool useLowQualityScale = false); 241 void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator, BlendMode, RespectImageOrientationEnum = DoNotRespectImageOrientation, bool useLowQualityScale = false); 243 void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize, 245 void drawTiledImage(Image*, const IntRect& destRect, const IntRect& srcRect, 246 const FloatSize& tileScaleFactor, Image::TileRule hRule = Image::StretchTile, Image::TileRule vRule = Image::StretchTile [all...] |
/external/chromium_org/ui/message_center/ |
fake_message_center.h | 40 const gfx::Image& image) OVERRIDE; 43 const gfx::Image& image) OVERRIDE; 47 const gfx::Image& image) OVERRIDE;
|
notification_list.h | 14 #include "ui/gfx/image/image.h" 75 const gfx::Image& image); 79 const gfx::Image& image); 84 const gfx::Image& image);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorNoise.java | 37 import com.jme3.texture.Image; 38 import com.jme3.texture.Image.Format; 104 return new Texture3D(new Image(format, width, height, depth, dataArray));
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
RenderContext.java | 40 import com.jme3.texture.Image; 198 public Image[] boundTextures = new Image[16];
|
/external/jmonkeyengine/engine/src/test/jme3test/texture/ |
TestTextureArray.java | 11 import com.jme3.texture.Image; 36 List<Image> images = new ArrayList<Image>();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
OutlineLabelProvider.java | 30 import org.eclipse.swt.graphics.Image; 44 public Image getImage(Object element) { 54 Image img = factory.getIcon(tagName, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
Locale.java | 27 import org.eclipse.swt.graphics.Image; 90 * Returns a flag image to use for this locale 92 * @return a flag image, or a default globe icon 95 public Image getFlagImage() { 96 Image image = null; local 103 image = icons.getFlag(languageCode, regionCode); 104 if (image == null) { 105 image = FlagManager.getEmptyIcon(); 108 return image; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
PaletteMetadataDescriptor.java | 26 import org.eclipse.swt.graphics.Image; 65 public Image getGenericIcon() { 68 Image icon = factory.getIcon(mIconName);
|
/sdk/eclipse/scripts/ |
gen_icon.py | 6 import Image, ImageDraw, ImageFont 49 img = Image.new("RGBA", (sz4, sz4), (255,255,255,0)) 66 img = img.resize((sz, sz), Image.BICUBIC)
|
/external/chromium/chrome/browser/ |
icon_loader_win.cc | 45 image_.reset(new gfx::Image(
|
/external/chromium/chrome/browser/ui/gtk/ |
custom_drag.cc | 15 #include "ui/gfx/image.h" 44 CustomDrag::CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action) 78 gfx::Image* icon) 96 gfx::Image* icon) { 115 void DownloadItemDrag::BeginDrag(const DownloadItem* item, gfx::Image* icon) {
|
/external/chromium_org/chrome/browser/notifications/ |
notification.cc | 21 gfx::Image(), 44 gfx::Image(), 64 const gfx::Image& icon, 96 const gfx::Image& icon,
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_app_menu_item_browser.cc | 18 const gfx::Image* icon,
|
chrome_launcher_app_menu_item_tab.cc | 16 const gfx::Image* icon,
|
/external/chromium_org/chrome/browser/ui/autofill/ |
data_model_wrapper.h | 14 class Image; 41 virtual gfx::Image GetIcon(); 138 virtual gfx::Image GetIcon() OVERRIDE; 172 virtual gfx::Image GetIcon() OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/test/ |
test_confirm_bubble_model.cc | 35 gfx::Image* TestConfirmBubbleModel::GetIcon() const { 36 // Return an arbitrary non-empty image.
|