/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleImage.h | 28 #include "core/platform/graphics/Image.h" 65 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const = 0;
|
StylePendingImage.h | 33 #include "core/platform/graphics/Image.h" 62 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const function in class:WebCore::StylePendingImage
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
SVGImage.h | 30 #include "core/platform/graphics/Image.h" 41 class SVGImage : public Image {
|
SVGImageForContainer.h | 31 #include "core/platform/graphics/Image.h" 36 class SVGImageForContainer : public Image { 38 static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const FloatSize& containerSize, float zoom) 40 return adoptRef(new SVGImageForContainer(image, containerSize, zoom)); 65 SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom) 66 : m_image(image)
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
Image.h | 7 // Image.h: Defines the rx::Image class, an abstract base class for the 27 class Image 30 Image(); 31 virtual ~Image() {}; 126 DISALLOW_COPY_AND_ASSIGN(Image);
|
Renderer.h | 62 class Image; 212 // Image operations 213 virtual Image *createImage() = 0; 214 virtual void generateMipmap(Image *dest, Image *source) = 0;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_tex_validate.c | 58 firstImage = intel_texture_image(tObj->Image[0][tObj->BaseLevel]); 103 intel_texture_image(intelObj->base.Image[face][i]); 196 intel_texture_image(intelObj->base.Image[face][i]); 213 intel_texture_image(intelObj->base.Image[face][i]);
|
/external/chromium_org/ui/base/resource/ |
resource_bundle_win.cc | 73 gfx::Image& ResourceBundle::GetNativeImageNamed(int resource_id, ImageRTL rtl) { 74 // Flipped image is not used on Windows. 77 // Windows only uses SkBitmap for gfx::Image, so this is the same as
|
/external/chromium_org/ui/message_center/cocoa/ |
settings_controller.h | 29 const gfx::Image& icon) OVERRIDE;
|
/external/chromium_org/ui/message_center/ |
notifier_settings.cc | 53 NotifierGroup::NotifierGroup(const gfx::Image& icon,
|
/external/chromium_org/ui/message_center/views/ |
notifier_settings_view.h | 42 const gfx::Image& icon) OVERRIDE;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrint.java | 25 import org.eclipse.swt.graphics.Image; 52 * Create and save fingerprints as image and print their reference in the current stream. 147 // Save image file 152 // Print image file reference in stream 194 // Create and paint image 197 Image image = new Image(display, GRAPH_WIDTH, height); local 198 GC gc = new GC(image); 202 saveImage(outputFile, image); [all...] |
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
TextureUtil.java | 8 import com.jme3.texture.Image; 9 import com.jme3.texture.Image.Format; 114 Image img, 123 // If image was loaded from asset manager, use fast path 129 // Otherwise upload image directly. 132 Image.Format fmt = img.getFormat();
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
TextureBlenderAWT.java | 9 import com.jme3.texture.Image;
13 import com.jme3.texture.Image.Format;
67 return new Texture2D(new Image(Format.RGBA8, width, height, newData));
71 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
77 * the image. For example the color remains untouched if the texture is of
85 * the image data
87 * the format of the image
147 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}", imageFormat);
150 throw new IllegalStateException("Invalid image format type for AWT texture blender: " + imageFormat);
|
TextureBlenderFactory.java | 8 import com.jme3.texture.Image.Format;
70 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}. Returning a blender that does not change the texture.", format);
78 throw new IllegalStateException("Unknown image format type: " + format);
|
/external/jmonkeyengine/engine/src/core/com/jme3/texture/ |
Texture.java | 47 * image on a piece of geometry. The image to be displayed is defined by the 48 * <code>Image</code> class. All attributes required for texture mapping are 55 * @see com.jme3.texture.Image 199 * is the size of the one-, two-, or three-dimensional texture image in 216 * image in the direction of wrapping." (Introduced after OpenGL1.4) 231 * image in the direction of wrapping. (Introduced after OpenGL1.4) 289 * The image stored in the texture 291 private Image image = null field in class:Texture [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_tex_validate.c | 58 firstImage = intel_texture_image(tObj->Image[0][tObj->BaseLevel]); 103 intel_texture_image(intelObj->base.Image[face][i]); 196 intel_texture_image(intelObj->base.Image[face][i]); 213 intel_texture_image(intelObj->base.Image[face][i]);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
PixMapWrapper.py | 4 Python Imaging Library Image object. 192 """Initialize this PixMap from a PIL Image object.""" 201 """Return the contents of this PixMap as a PIL Image object.""" 202 import Image 204 # whereas Image uses RGBA; a bit of slicing fixes this... 207 return Image.fromstring('RGBA',(bounds[2]-bounds[0],bounds[3]-bounds[1]),data) 212 import Image 213 path = EasyDialogs.AskFileForOpen("Image File:") 216 pm.fromImage( Image.open(path) )
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
CompletionProposal.java | 40 import org.eclipse.swt.graphics.Image; 74 private final Image mImage; 83 int replacementLength, int cursorPosition, Image image, String displayString, 97 mImage = image; 116 public Image getImage() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
ElementDescriptor.java | 27 import org.eclipse.swt.graphics.Image; 236 public Image getGenericIcon() { 252 public Image getCustomizedIcon() { 267 Image icon = factory.getIcon(name, color, shape); 280 * By default this tries to return an image based on the XML name of the element.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ActivityMenuListener.java | 31 import org.eclipse.swt.graphics.Image; 93 Image image = sharedImages.getImage(ISharedImages.IMG_OBJS_CUNIT); local 94 item.setImage(image); 103 Image image = sharedImages.getImage(ISharedImages.IMG_OBJS_CLASS); local 109 current = addActivities(chooser, menu, current, image, preferred); 131 addActivities(chooser, menu, current, image, activities); 142 Image image, List<String> activities) [all...] |
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/ |
Texture.h | 35 class Image; 102 void setImage(GLint unpackAlignment, const void *pixels, rx::Image *image); 103 bool subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, rx::Image *image); 104 void setCompressedImage(GLsizei imageSize, const void *pixels, rx::Image *image); 105 bool subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, rx::Image *image); 186 rx::Image *mImageArray[IMPLEMENTATION_MAX_TEXTURE_LEVELS] [all...] |
/external/chromium/chrome/browser/printing/ |
printing_layout_uitest.cc | 15 #include "printing/image.h" 20 using printing::Image; 78 Image emf_content(emf); 84 Image emf_content(emf); 85 Image test_content(test_result); 86 Image png_content(png);
|
/external/chromium_org/chrome/browser/extensions/ |
image_loader.cc | 27 #include "ui/gfx/image/image_skia.h" 73 gfx::ImageSkia image( 75 image.MakeThreadSafe(); 76 *bitmap = *image.bitmap(); 95 // locked-down utility process. Only if the decoding succeeds is the image 245 const base::Callback<void(const gfx::Image&)>& callback) { 258 const base::Callback<void(const gfx::Image&)>& callback) { 261 // Loading an image from the cache and loading resources have to happen 313 // If the image failed to load, skip it. 326 const base::Callback<void(const gfx::Image&)>& callback) 340 gfx::Image image; local [all...] |
/external/giflib/ |
gifalloc.c | 201 Apply a given color translation to the raster bits of an image 204 GifApplyTranslation(SavedImage *Image, GifPixelType Translation[]) 207 register int RasterSize = Image->ImageDesc.Height * Image->ImageDesc.Width; 210 Image->RasterBits[i] = Translation[Image->RasterBits[i]]; 269 Image block allocation functions 273 * Frees the last image in the GifFile->SavedImages array 293 /* Deallocate the image data */ 304 * we want to free the last Image it's convenient to do it here [all...] |