/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorBlend.java | 37 import com.jme3.texture.Image; 38 import com.jme3.texture.Image.Format; 162 return new Texture3D(new Image(format, width, height, depth, dataArray));
|
TextureGeneratorMagic.java | 37 import com.jme3.texture.Image; 38 import com.jme3.texture.Image.Format; 185 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
|
TextureGeneratorVoronoi.java | 38 import com.jme3.texture.Image; 39 import com.jme3.texture.Image.Format; 159 return new Texture3D(new Image(format, width, height, depth, dataArray));
|
TextureGeneratorWood.java | 36 import com.jme3.texture.Image; 37 import com.jme3.texture.Image.Format; 119 return new Texture3D(new Image(format, width, height, depth, dataArray));
|
/external/mesa3d/src/mesa/swrast/ |
s_texture.c | 102 * initialize the fields of swrast_texture_image without allocating the image 172 * Map a 2D slice of a texture image into user space. 176 * \param texImage the texture image 177 * \param slice the 3D image slice or array texture slice 255 struct gl_texture_image *texImage = texObj->Image[face][level]; 276 struct gl_texture_image *texImage = texObj->Image[face][level]; 344 struct gl_texture_image *texImage = texObj->Image[face][level];
|
/external/skia/gm/rebaseline_server/ |
imagediffdb.py | 9 Calulate differences between image pairs, and store them in a database. 18 from PIL import Image, ImageChops 48 expected image 50 expected image within storage_root (probably including a checksum to 53 actual image 55 actual image within storage_root (probably including a checksum to 68 # Generate the diff image (absolute diff at each pixel) and 77 # Generate the whitediff image (any differing pixels show as white). 85 .convert('1', dither=Image.NONE)) 117 """Returns a weighted measure of image diffs, as a float between 0 and 10 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/ |
UiViewElementNode.java | 45 import org.eclipse.swt.graphics.Image; 135 public Image getIcon() { 138 Image img = null;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
ImageCanvas.java | 29 import org.eclipse.swt.graphics.Image; 51 private Image mImage; 104 public void setImage(Image image) { 109 mImage = image; 246 ErrorDialog.openError(getShell(), "Save Image", "Error saving image",
|
/external/chromium_org/cc/test/ |
test_web_graphics_context_3d.h | 284 struct Image { 285 Image(); 286 ~Image(); 291 DISALLOW_COPY_AND_ASSIGN(Image); 303 base::ScopedPtrHashMap<unsigned, Image> images;
|
/external/chromium_org/chrome/browser/printing/ |
printing_layout_browsertest.cc | 30 #include "printing/image.h" 35 using printing::Image; 136 Image emf_content(emf); 142 Image emf_content(emf); 143 Image test_content(test_result); 144 Image png_content(png);
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_controller_impl.h | 116 virtual gfx::Image AccountChooserImage() OVERRIDE; 117 virtual gfx::Image ButtonStripImage() const OVERRIDE; 370 gfx::Image GetGeneratedCardImage(const base::string16& card_number, 433 gfx::Image SuggestionIconForSection(DialogSection section); 435 gfx::Image ExtraSuggestionIconForSection(DialogSection section); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ResultsElement.java | 21 import org.eclipse.swt.graphics.Image; 44 // Image descriptors 46 public static final Image ERROR_IMAGE = WORKBENCH_SHARED_IMAGES.getImage(ISharedImages.IMG_OBJS_ERROR_TSK); 48 public static final Image WARN_IMAGE = WORKBENCH_SHARED_IMAGES.getImage(ISharedImages.IMG_OBJS_WARN_TSK); 50 public static final Image INFO_IMAGE = WORKBENCH_SHARED_IMAGES.getImage(ISharedImages.IMG_OBJS_INFO_TSK); 52 public static final Image HELP_IMAGE = WORKBENCH_SHARED_IMAGES.getImage(ISharedImages.IMG_LCL_LINKTO_HELP); 574 * Sets the image descriptor
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
videoreader.py | 258 from PIL import Image 260 Image = None 280 if not Image: print 'Not', 282 if Image: 283 img = Image.fromstring("RGBA", (imgw, imgh), data)
|
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_theme_service.cc | 49 #include "ui/gfx/image/cairo_cached_surface.h" 50 #include "ui/gfx/image/image.h" 57 // The size of the rendered toolbar image. 201 // Builds and tints the image with |id| to the GtkStateType |state| and 251 base::LazyInstance<gfx::Image> GtkThemeService::default_folder_icon_ = 253 base::LazyInstance<gfx::Image> GtkThemeService::default_bookmark_icon_ = 305 // TODO(pkotwicz): Remove this const cast. The gfx::Image interface returns 310 gfx::Image GtkThemeService::GetImageNamed(int id) const { 317 gfx::Image* image = new gfx::Image(gfx::ImageSkia::CreateFrom1xBitmap local [all...] |
/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 27 import java.awt.image.*; 28 import java.awt.image.renderable.RenderableImage; 294 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) 299 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) 304 public boolean drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) 309 public boolean drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) 314 public boolean drawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer) 319 public boolean drawImage(Image img, int x, int y, ImageObserver observer) 324 public boolean drawImage(Image img, AffineTransform xform, ImageObserver obs)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DeviceChooserDialog.java | 49 import org.eclipse.swt.graphics.Image; 77 private Image mDeviceImage; 78 private Image mEmulatorImage; 79 private Image mMatchImage; 80 private Image mNoMatchImage; 81 private Image mWarningImage; 143 public Image getColumnImage(Object element, int columnIndex) {
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
media_util.js | 9 * are attached as <canvas> element, while in IMAGE mode as <img>. 13 * @param {ThumbnailLoader.LoaderType=} opt_loaderType Canvas or Image loader, 14 * default: IMAGE. 27 this.loaderType_ = opt_loaderType || ThumbnailLoader.LoaderType.IMAGE; 69 * In percents (0.0 - 1.0), how much area can be cropped to fill an image 81 FILL: 0, // Fill whole box. Image may be cropped. 97 * Type of element to store the image. 101 IMAGE: 0, 116 * Maximum thumbnail's width when generating from the full resolution image. 123 * Maximum thumbnail's height when generating from the full resolution image [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrintGraph.java | 27 import org.eclipse.swt.graphics.Image; 84 Image image; field in class:FingerPrintGraph 359 Image warning = (Image) this.resources.get("warning"); 364 // - first one is between end of bar and warning image beginning 367 // - second one is the warning image 370 // - last one is between end of the warning image and the scenario title beginning 396 Image warning = (Image) this.resources.get("warning") [all...] |
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
synced_notification.cc | 19 #include "ui/gfx/image/image.h" 104 app_icon_bitmap_ = gfx::Image::CreateFrom1xBitmap(*bitmap); 107 image_bitmap_ = gfx::Image::CreateFrom1xBitmap(*bitmap); 110 sender_bitmap_ = gfx::Image::CreateFrom1xBitmap(*bitmap); 116 button_bitmaps_[i] = gfx::Image::CreateFrom1xBitmap(*bitmap); 165 button_bitmaps_.push_back(gfx::Image()); 169 // If there is a profile image bitmap, fetch it 283 rich_notification_data.image = image_bitmap_; 291 gfx::Image icon_bitmap = app_icon_bitmap_ [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderImage.cpp | 70 RenderImage* image = new RenderImage(0); local 71 image->setDocumentForAnonymous(document); 72 return image; 88 // If we'll be displaying either alt text or an image, add some padding. 105 pair<Image*, float> brokenImageAndImageScaleFactor = ImageResource::brokenImage(deviceScaleFactor); 111 // imageSize() returns 0 for the error image. We need the true size of the 112 // error image, so we have to get it by grabbing image() directly. 116 // Sets the image height and width to fit the alt text. Returns true if the 117 // image size changed 332 RefPtr<Image> image = m_imageResource->image(); local 474 Image* image = m_imageResource->image().get(); local [all...] |
/external/chromium_org/ui/base/resource/ |
resource_bundle.cc | 31 #include "ui/gfx/image/image_skia.h" 32 #include "ui/gfx/image/image_skia_source.h" 91 // scaled image is not exactly |scale_factor| * the size of the 1x resource. 102 SkBitmap image; variable 106 &image, &fell_back_to_1x); 113 // GRIT fell back to the 100% image, so rescale it to the correct size. 114 image = skia::ImageOperations::Resize( 115 image, 117 gfx::ToCeiledInt(image.width() * scale), 118 gfx::ToCeiledInt(image.height() * scale)) 333 const gfx::ImageSkia* image = GetImageNamed(resource_id).ToImageSkia(); local 345 gfx::Image image; local [all...] |
resource_bundle_unittest.cc | 22 #include "ui/gfx/image/image_skia.h" 65 MOCK_METHOD1(GetImageNamed, gfx::Image(int resource_id)); 67 gfx::Image(int resource_id, 225 gfx::Image empty_image = resource_bundle->GetEmptyImage(); 232 gfx::Image result = resource_bundle->GetImageNamed(resource_id); 240 gfx::Image empty_image = resource_bundle->GetEmptyImage(); 252 gfx::Image result = resource_bundle->GetNativeImageNamed(resource_id); 439 // Test requesting image reps at various scale factors from the image returned 471 // Resource ID 3 exists in both 1x and 2x paks. Image reps should b [all...] |
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/ |
ImageToAwt.java | 35 import com.jme3.texture.Image; 36 import com.jme3.texture.Image.Format; 41 import java.awt.image.*; 203 * Convert an AWT image to jME image. 205 public static void convert(BufferedImage image, Format format, ByteBuffer buf){ 208 throw new UnsupportedOperationException("Image format " + format + " is not supported"); 210 int width = image.getWidth(); 211 int height = image.getHeight(); 225 int argb = image.getRGB(x, y) [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
ImageReaderTest.java | 31 import android.media.Image; 48 * sends the data to the surface provided by imageReader. Below image formats 141 * in Image class instead of using ImageFormat for camera. also, 177 if (VERBOSE) Log.v(TAG, "new image available"); 196 Log.d(TAG, "waiting for next image"); 199 fail("wait for next image timed out"); 239 Image img; 242 // Only verify single image for still capture 251 assertNotNull("Image listener is null", mListener); 252 if (VERBOSE) Log.v(TAG, "Waiting for an Image"); [all...] |
/external/chromium_org/apps/ |
shell_window.h | 20 #include "ui/gfx/image/image.h" 260 const gfx::Image& app_icon() const { return app_icon_; } 294 // Updates the app image to |image|. Called internally from the image loader 296 void UpdateAppIcon(const gfx::Image& image); 433 // Load the app's image, firing a load state change when loaded. 459 extensions::IconImage* image) OVERRIDE [all...] |