Searched refs:Image (Results 26 - 50 of 275) sorted by relevance

1234567891011

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTiledBackingStore.h26 #include "Image.h"
44 void updateContents(TextureMapper*, Image*, const FloatSize&, const IntRect&, BitmapTexture::UpdateContentsFlag);
47 void setContentsToImage(Image* image) { m_image = image; }
58 RefPtr<Image> m_image;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderImageResource.cpp32 #include "Image.h"
92 PassRefPtr<Image> RenderImageResource::image(int, int) const
109 Image* RenderImageResource::nullImage()
111 return Image::nullImage();
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/
H A DSVGImageCache.cpp83 Image* SVGImageCache::imageForRenderer(const RenderObject* renderer)
86 return Image::nullImage();
90 return Image::nullImage();
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DImage.pm3 # Template::Plugin::Image
17 package Template::Plugin::Image;
29 if (eval { require Image::Info; }) {
30 *img_info = \&Image::Info::image_info;
32 elsif (eval { require Image::Size; }) {
35 my @stuff = Image::Size::imgsize($file);
49 "Couldn't load Image::Info or Image::Size: $@"));
57 # Create a new Image object. Takes the pathname of the file as
83 # Make a note of whether we are using Image
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DImage.pm3 # Template::Plugin::Image
17 package Template::Plugin::Image;
29 if (eval { require Image::Info; }) {
30 *img_info = \&Image::Info::image_info;
32 elsif (eval { require Image::Size; }) {
35 my @stuff = Image::Size::imgsize($file);
49 "Couldn't load Image::Info or Image::Size: $@"));
57 # Create a new Image object. Takes the pathname of the file as
83 # Make a note of whether we are using Image
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedImageBacking.cpp38 ImageBackingSurfaceClient(Image* image, const IntRect& rect)
50 Image* m_image;
54 CoordinatedImageBackingID CoordinatedImageBacking::getCoordinatedImageBackingID(Image* image)
56 // CoordinatedImageBacking keeps a RefPtr<Image> member, so the same Image pointer can not refer two different instances until CoordinatedImageBacking releases the member.
60 PassRefPtr<CoordinatedImageBacking> CoordinatedImageBacking::create(Client* client, PassRefPtr<Image> image)
65 CoordinatedImageBacking::CoordinatedImageBacking(Client* client, PassRefPtr<Image> image)
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedImage.cpp65 CachedImage::CachedImage(Image* image)
142 pair<Image*, float> CachedImage::brokenImage(float deviceScaleFactor) const
145 DEFINE_STATIC_LOCAL(Image*, brokenImageHiRes, (Image::loadPlatformResource("missingImage@2x").leakRef()));
149 DEFINE_STATIC_LOCAL(Image*, brokenImageLoRes, (Image::loadPlatformResource("missingImage").leakRef()));
158 Image* CachedImage::image()
172 return Image::nullImage();
175 Image* CachedImage::imageForRenderer(const RenderObject* renderer)
187 return Image
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconRecord.h47 class Image;
88 Image* image(const IntSize&);
105 RefPtr<Image> m_image;
115 // FIXME - Right now WebCore::Image doesn't have a very good API for accessing multiple representations
118 // typedef HashMap<IntSize, Image*> SizeImageMap;
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/
H A DSchema.pm30 Image
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DRenderThemeBlackBerry.cpp123 static void drawControl(GraphicsContext* gc, const FloatRect& rect, Image* img)
131 static void drawThreeSliceHorizontal(GraphicsContext* gc, const IntRect& rect, Image* img, int slice)
150 static void drawThreeSliceVertical(GraphicsContext* gc, const IntRect& rect, Image* img, int slice)
169 static void drawNineSlice(GraphicsContext* gc, const IntRect& rect, double scale, Image* img, int slice)
208 static RefPtr<Image> loadImage(const char* filename)
210 RefPtr<Image> resource;
211 resource = Image::loadPlatformResource(filename).leakRef();
316 static RefPtr<Image> bg, bgDisabled, bgHighlight;
398 static Image* cancelImage = Image
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DCrossfadeGeneratedImage.cpp37 CrossfadeGeneratedImage::CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize& size)
54 if (m_fromImage == Image::nullImage() || m_toImage == Image::nullImage())
H A DImage.h87 class Image : public RefCounted<Image> { class in namespace:WebCore
94 virtual ~Image();
96 static PassRefPtr<Image> create(ImageObserver* = 0);
97 static PassRefPtr<Image> loadPlatformResource(const char* name);
109 static Image* nullImage();
168 static PassRefPtr<Image> loadPlatformThemeIcon(const char* name, int size);
191 Image(ImageObserver* = 0);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DImageCairo.cpp29 #include "Image.h"
44 void Image::drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform,
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DDragImageQt.cpp29 #include "Image.h"
63 DragImageRef createDragImageFromImage(Image* image, RespectImageOrientationEnum)
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTestSequence.tcl10 set theFile [tk_getOpenFile -title {Pick Image}]
18 set theFile [tk_getOpenFile -title {Pick Image}]
H A DTestAddImage.tcl3 set firstImage [image create photo -file [tk_getOpenFile -title {Pick Image}]]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSCrossfadeValue.h33 #include "Image.h"
55 PassRefPtr<Image> image(RenderObject*, const IntSize&);
104 RefPtr<Image> m_generatedImage;
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/wince/
H A DIconDatabaseWinCE.cpp28 #include "Image.h"
54 Image* IconDatabase::iconForPageURL(const String&, const IntSize&) { return 0; }
57 Image* IconDatabase::defaultIcon(const IntSize&) { return 0;}
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDragImage.h53 class Image;
78 DragImageRef createDragImageFromImage(Image*, RespectImageOrientationEnum = DoNotRespectImageOrientation);
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DShapeValue.h45 Image enumerator in enum:WebCore::ShapeValue::ShapeValueType
84 : m_type(Image)
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkImage.c24 typedef struct Image { struct
40 struct Image *nextPtr; /* Next in list of all image instances
42 } Image; typedef in typeref:struct:Image
64 Image *instancePtr; /* Pointer to first in list of instances
225 Image *imagePtr;
518 Tk_ImageMaster imageMaster, /* Image that needs redisplay. */
530 Image *imagePtr;
608 Image *imagePtr;
621 imagePtr = (Image *) ckalloc(sizeof(Image));
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkImage.c26 typedef struct Image { struct
44 struct Image *nextPtr; /* Next in list of all image instances
47 } Image; typedef in typeref:struct:Image
70 Image *instancePtr; /* Pointer to first in list of instances
178 Image *imagePtr;
491 Tk_ImageMaster imageMaster; /* Image that needs redisplay. */
503 Image *imagePtr;
583 Image *imagePtr;
593 imagePtr = (Image *) ckalloc(sizeof(Image));
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCanvasElement.h51 class Image;
117 Image* copiedImage() const;
187 mutable RefPtr<Image> m_presentedImage;
188 mutable RefPtr<Image> m_copiedImage; // FIXME: This is temporary for platforms that have to copy the image buffer to render (and for CSSCanvasValue).
H A DHTMLPlugInImageElement.h34 class Image;
79 Image* snapshotImage() const { return m_snapshotImage.get(); }
138 virtual void updateSnapshot(PassRefPtr<Image>) OVERRIDE;
160 RefPtr<Image> m_snapshotImage;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DRequestView.js72 case WebInspector.resourceTypes.Image:

Completed in 349 milliseconds

1234567891011