/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLImageElement.h | 56 ImageResource* cachedImage() const { return m_imageLoader.image(); } 114 virtual Image* imageContents() OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
ShapeInfo.cpp | 67 case ShapeValue::Image: 68 ASSERT(shapeValue->image()); 69 m_shape = Shape::createShape(shapeValue->image(), shapeImageThreshold, m_shapeLogicalSize, writingMode, margin, padding);
|
ShapeInsideInfo.cpp | 53 case ShapeValue::Image: 54 return shapeValue->isImageValid() && checkShapeImageOrigin(renderer->document(), *(shapeValue->image()->cachedImage()));
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Pattern.cpp | 39 Pattern::Pattern(PassRefPtr<Image> image, bool repeatX, bool repeatY) 44 if (image) { 45 m_tileImage = image->nativeImageForCurrentFrame(); 67 // repeats the last line of the image after drawing one tile. To avoid 69 // image to have a line of transparent pixels on the "repeated" edge(s), 78 // FIXME: Is there a better way to pad (not scale) an image in skia?
|
GraphicsLayer.h | 64 class Image; 223 // Set that the position/size of the contents (image or video). 235 void setContentsToImage(Image*); 236 void setContentsToNinePatch(Image*, const IntRect& aperture);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch_test.rb | 72 matches = pretty.match("INVALID: Image lacks a checksum.") 73 # FIXME: This should match, but there's a bug when running the tests where the image data 74 # doesn't get properly written out to the temp files, so there is no image and we don't print 75 # the warning that the image is missing its checksum. 78 assert_equal(0, pretty.scan(/INVALID\: Image lacks a checksum\./).size) 82 pretty = check_one_patch(145881, ["New image", 19, 36, 19, 56]) 83 matches = pretty.match("INVALID: Image lacks a checksum.") 89 matches = pretty.match("INVALID: Image lacks a checksum.") 95 matches = pretty.match("INVALID: Image lacks a checksum.")
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_state_tex.c | 70 struct gl_texture_image *ti = t->Image[0][t->BaseLevel];
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texobj.c | 211 if (texObj->Image[face][i]) { 212 ctx->Driver.DeleteTextureImage(ctx, texObj->Image[face][i]); 293 struct gl_texture_image *texImage = texObj->Image[i][j]; 474 baseImage = t->Image[0][baseLevel]; 476 /* Always need the base level image */ 478 incomplete(t, BASE, "Image[baseLevel=%d] == NULL", baseLevel); 497 * mipmap image sizes and GL_TEXTURE_MAX_LEVEL state). 553 * Note: we know that the image's width==height (we enforce that 559 assert(t->Image[face][baseLevel] == NULL || 560 t->Image[face][baseLevel]->Width2 = 1427 struct gl_texture_image *image; local [all...] |
/external/chromium_org/ui/app_list/ |
app_list_menu.cc | 42 menu_model_.SetIcon(menu_index, gfx::Image(*rb.GetImageSkiaNamed(
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
TextureBlenderLuminance.java | 10 import com.jme3.texture.Image;
14 import com.jme3.texture.Image.Format;
58 return new Texture2D(new Image(Format.RGBA8, width, height, newData));
62 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
72 * the image format
96 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}", imageFormat);
99 throw new IllegalStateException("Invalid image format type for DDS texture blender: " + imageFormat);
|
/external/jmonkeyengine/engine/src/test/jme3test/niftygui/ |
TestNiftyToMesh.java | 44 import com.jme3.texture.Image.Format;
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestFBOPassthrough.java | 43 import com.jme3.texture.Image.Format;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_tex.c | 70 struct gl_texture_image *ti = t->Image[0][t->BaseLevel];
|
/external/mesa3d/src/mesa/main/ |
texobj.c | 211 if (texObj->Image[face][i]) { 212 ctx->Driver.DeleteTextureImage(ctx, texObj->Image[face][i]); 293 struct gl_texture_image *texImage = texObj->Image[i][j]; 474 baseImage = t->Image[0][baseLevel]; 476 /* Always need the base level image */ 478 incomplete(t, BASE, "Image[baseLevel=%d] == NULL", baseLevel); 497 * mipmap image sizes and GL_TEXTURE_MAX_LEVEL state). 553 * Note: we know that the image's width==height (we enforce that 559 assert(t->Image[face][baseLevel] == NULL || 560 t->Image[face][baseLevel]->Width2 = 1427 struct gl_texture_image *image; local [all...] |
/external/opencv/cvaux/src/ |
cvface.cpp | 297 void RFace::Show(IplImage * Image) 308 cvRectangle(Image,p1,p2,CV_RGB(255,0,0),1); 313 }//void RFace::Show(IplImage * Image) 315 void RFace::ShowIdeal(IplImage* Image) 322 cvRectangle(Image,p1,p2,CV_RGB(0,0,255),1); 324 }//void RFace::ShowIdeal(IplImage* Image)
|
/frameworks/base/libs/hwui/ |
AssetAtlas.h | 30 #include "Image.h" 182 Image* mImage;
|
/pdk/apps/CameraITS/pymodules/its/ |
image.py | 21 import Image 45 """Convert a captured image object to a RGB image. 53 RGB float-3 image array, with pixel values in [0.0, 1.0]. 69 """Convert a captured image object to separate Y,U,V image planes. 97 """Convert a YUV420 8-bit planar image to an RGB image. 103 w: The width of the image. 104 h: The height of the image [all...] |
/pdk/apps/CameraITS/tests/ |
test_black_white.py | 15 import its.image namespace 20 import Image 46 img = its.image.convert_capture_to_rgb_image(cap) 47 its.image.write_image(img, "%s_black.jpg" % (NAME)) 48 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 49 black_means = its.image.compute_image_means(tile) 59 img = its.image.convert_capture_to_rgb_image(cap) 60 its.image.write_image(img, "%s_white.jpg" % (NAME)) 61 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 62 white_means = its.image.compute_image_means(tile [all...] |
test_jpeg.py | 15 import its.image namespace 19 import Image 41 img = its.image.convert_capture_to_rgb_image(cap) 42 its.image.write_image(img, "%s_fmt=yuv.jpg" % (NAME)) 43 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 44 rgb0 = its.image.compute_image_means(tile) 52 img = its.image.decompress_jpeg_to_rgb_image(cap["data"]) 53 its.image.write_image(img, "%s_fmt=jpg.jpg" % (NAME)) 54 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 55 rgb1 = its.image.compute_image_means(tile [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_action.h | 30 class Image; 171 void SetIcon(int tab_id, const gfx::Image& image); 173 // Applies the attention and animation image transformations registered for 175 gfx::Image ApplyAttentionAndAnimation(const gfx::ImageSkia& icon, 246 // Returns icon image with badge for specified tab. 357 // image representations will be selected.
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
bookmarks_helper.cc | 34 #include "ui/gfx/image/image_skia.h" 174 // Represents a favicon image and the icon URL associated with it. 179 FaviconData(const gfx::Image& favicon_image, 181 : image(favicon_image), 188 gfx::Image image; member in struct:__anon8453::FaviconData 218 const gfx::Image& image, 230 image); 233 node, profile, icon_url, image.As1xPNGBytes()) 524 SetFaviconImpl(test()->GetProfile(profile), node, icon_url, image, local [all...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.h | 32 class Image; 99 // background image. Passed in from the titlebar and based on the size of the 240 // The drop indicator image. 241 gfx::Image* drop_arrow; 400 // Returns the image to use for indicating a drop on a tab. If is_down is 402 static gfx::Image* GetDropArrowImage(bool is_down); 457 // tab background image.
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
menu_util.cc | 17 GtkWidget* BuildMenuItemWithImage(const std::string& label, GtkWidget* image) { 19 gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menu_item), image); local 24 const gfx::Image& icon) { 102 gfx::Image icon; 236 gfx::Image icon;
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/ui/message_center/ |
message_center_impl.h | 167 const gfx::Image& image) OVERRIDE; 169 const gfx::Image& image) OVERRIDE; 172 const gfx::Image& image) OVERRIDE;
|