Searched refs:image (Results 51 - 75 of 839) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkLabel.c3 * text, image, and label elements.
5 * The label element combines text and image elements,
216 * Draws an image.
233 { "-image", TK_OPTION_STRING,
244 * Look up the Tk_Image from the image element's imageObj resource.
245 * Caller must release the image with ImageCleanup().
249 * or the image resource was not specified.
253 ImageElement *image, Tk_Window tkwin, Ttk_State state)
256 if (!image->imageObj) {
259 image
252 ImageSetup( ImageElement *image, Tk_Window tkwin, Ttk_State state) argument
273 ImageCleanup(ImageElement *image) argument
283 StippleOver( ImageElement *image, Tk_Window tkwin, Drawable d, int x, int y) argument
303 ImageDraw( ImageElement *image, Tk_Window tkwin,Drawable d,Ttk_Box b,Ttk_State state) argument
341 ImageElement *image = elementRecord; local
354 ImageElement *image = elementRecord; local
408 ImageElement image; member in struct:__anon13541
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dguitest_graphics.py16 a bitmap image
18 def __init__(self, image):
19 data = image.TIFFRepresentation()
28 raise ValueError, "Planar image!"
63 self.image = NSImage.alloc().initWithSize_((100, 100))
77 def assertImagePoints(self, image, points):
79 Check that the image contains white pixels everywhere but at the
83 img = SimpleImage(image)
116 self.image.lockFocus()
118 self.image
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dguitest_graphics.py16 a bitmap image
18 def __init__(self, image):
19 data = image.TIFFRepresentation()
28 raise ValueError, "Planar image!"
63 self.image = NSImage.alloc().initWithSize_((100, 100))
81 def assertImagePoints(self, image, points):
83 Check that the image contains white pixels everywhere but at the
87 img = SimpleImage(image)
120 self.image.lockFocus()
122 self.image
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgimage.py39 image = CGImageCreate(100, 80, 8, 32, 400, CGColorSpaceCreateDeviceRGB(), kCGImageAlphaPremultipliedLast,
41 self.failUnlessIsInstance(image, CGImageRef)
54 v = CGImageCreateCopy(image)
72 v = CGImageCreateWithImageInRect(image, ((10, 10), (30, 40)))
76 v = CGImageCreateWithMask(image, mask)
85 v = CGImageCreateCopyWithColorSpace(image, CGColorSpaceCreateWithName(kCGColorSpaceGenericRGB))
88 v = CGImageRetain(image)
89 self.failUnless(v is image)
90 CGImageRelease(image)
93 self.failUnless(CGImageIsMask(image) i
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgimage.py48 image = CGImageCreate(100, 80, 8, 32, 400, CGColorSpaceCreateDeviceRGB(), kCGImageAlphaPremultipliedLast,
50 self.assertIsInstance(image, CGImageRef)
63 v = CGImageCreateCopy(image)
81 v = CGImageCreateWithImageInRect(image, ((10, 10), (30, 40)))
85 v = CGImageCreateWithMask(image, mask)
94 v = CGImageCreateCopyWithColorSpace(image, CGColorSpaceCreateWithName(kCGColorSpaceGenericRGB))
97 v = CGImageRetain(image)
98 self.assertTrue(v is image)
99 CGImageRelease(image)
102 self.assertTrue(CGImageIsMask(image) i
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DContentData.cpp36 PassOwnPtr<ContentData> ContentData::create(PassRefPtr<StyleImage> image) argument
38 return adoptPtr(new ImageContentData(image));
72 RenderImage* image = RenderImage::createAnonymous(doc); local
73 image->setPseudoStyle(pseudoStyle);
75 image->setImageResource(RenderImageResourceStyleImage::create(m_image.get()));
77 image->setImageResource(RenderImageResource::create());
78 return image;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py19 # Create the CGImageRef for the JPEG image from the data provider.
34 # and height of the image.
39 # Draw the image into the rectangle.
45 # Translate to the top-right corner of the image just drawn.
53 # Draw the image into the same rectangle as before.
60 # Translate so that the next drawing of the image appears
61 # below and to the right of the image just drawn.
64 # Scale the y axis by a negative value and flip the image.
72 # size of the rectangle so that it is 1/4 the image width
73 # and 1/6 the image heigh
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py19 # Create the CGImageRef for the JPEG image from the data provider.
34 # and height of the image.
39 # Draw the image into the rectangle.
45 # Translate to the top-right corner of the image just drawn.
53 # Draw the image into the same rectangle as before.
60 # Translate so that the next drawing of the image appears
61 # below and to the right of the image just drawn.
64 # Scale the y axis by a negative value and flip the image.
72 # size of the rectangle so that it is 1/4 the image width
73 # and 1/6 the image heigh
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DImageInputType.cpp54 return InputTypeNames::image();
106 RenderImage* image = new (arena) RenderImage(element()); local
107 image->setImageResource(RenderImageResource::create());
108 return image;
113 RenderImage* image = toRenderImage(element()->renderer()); local
114 if (!image)
116 image->updateAltText();
141 imageResource->setCachedImage(imageLoader->image());
143 // If we have no image at all because we have no src attribute, set
144 // image heigh
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dsmiley.el81 regexp to replace with IMAGE. IMAGE is the name of an image file in
94 (when (gnus-image-type-available-p 'xpm)
118 (let ((image (gnus-create-image file (intern type) nil
120 (when image
121 (push (list (car elt) (cadr elt) image)
142 group image images string)
145 image (nth 2 entry))
151 (when image
152 (push image image
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dimage-file.el0 ;;; image-file.el --- support for visiting image files
29 ;; inserted) image files so that they are displayed by Emacs as
31 ;; image data, with the image-data still present underneath; if the
33 ;; the image data to the new file.
37 (require 'image)
41 (defcustom image-file-name-extensions
43 "*A list of image-file filename extensions.
44 Filenames having one of these extensions are considered image file
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDragImage.cpp36 DragImageRef fitDragImageToMaxSize(DragImageRef image, const IntSize& srcSize, const IntSize& size) argument
41 IntSize originalSize = dragImageSize(image);
55 return resizeRatio > 0.0f ? scaleDragImage(image, FloatSize(resizeRatio, resizeRatio)) : image;
57 // The image was scaled in the webpage so at minimum we must account for that scaling
65 return scaleDragImage(image, FloatSize(scalex, scaley));
/macosx-10.9.5/cups-372.4/cups/
H A Dcups-config.in67 echo " cups-config [--image] [--static] --libs"
81 image=no
100 --image)
101 image=yes
109 if test $image = yes; then
114 if test $image = yes; then
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/
H A DSampleCIView.rb32 attr_reader :image
39 def setImage_dirtyRect(image, r)
40 if @image != image
41 @image = image
50 def setImage(image)
51 setImage_dirtyRect(image, nil)
120 # render the image into the view. Use the GL scissor test to
133 elsif @image
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSBorderImage.cpp25 PassRefPtr<CSSValueList> createBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<CSSValue> imageSlice, PassRefPtr<CSSValue> borderSlice, argument
29 if (image)
30 list->append(image);
H A DCSSImageSetValue.cpp81 ImageWithScale image; local
82 image.imageURL = imageURL;
83 image.scaleFactor = scaleFactor;
84 m_imagesInSet.append(image);
94 ImageWithScale image; local
97 image = m_imagesInSet.at(i);
98 if (image.scaleFactor >= m_scaleFactor)
99 return image;
101 return image;
121 ImageWithScale image local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/entry/
H A Dentry.edc26 image: "widget/entry/img_normal.png" COMP;
27 image: "widget/entry/img_focused.png" COMP;
28 image: "widget/entry/img_hovered.png" COMP;
69 image {
82 image {
94 image {
108 rel2.offset: -4 -5; // <- due to the image
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/search/field/
H A Dsearch_field.edc26 image: "widget/search/field/field_normal.png" COMP;
27 image: "widget/search/field/field_focused.png" COMP;
28 image: "widget/search/field/field_hovered.png" COMP;
60 image {
73 image {
81 image {
99 rel2.offset: -4 -5; // <- due to the image
/macosx-10.9.5/WebKit-7537.78.2/qt/docs/webkitsnippets/webpage/
H A Dmain.cpp70 QImage image(page.viewportSize(), QImage::Format_ARGB32);
71 QPainter painter(&image);
76 QImage thumbnail = image.scaled(400, 400);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/qt/
H A DShareableBitmapQt.cpp62 QImage* image = new QImage(createQImage()); local
63 QPainter* painter = new QPainter(image);
72 QImage image = createQImage(); local
74 painter->drawImage(dstPoint, image, QRect(srcRect));
84 QImage image = createQImage(); local
89 painter->drawImage(dstPoint, image, QRect(srcRect));
/macosx-10.9.5/efax-36/efax/
H A Dimagestopdf3 # Usage: imagestopdf [image-file ...] pdf-file
6 # of each image file are placed into the PDF, one per page.
21 image = None variable
27 image = CGImageSourceCreateImageAtIndex(imageSrc, 0, None) variable
29 if image is not None :
30 imageSize = CGSizeMake(CGImageGetWidth(image), CGImageGetHeight(image))
49 CGContextDrawImage(ctx, mediaBox, image)
54 print >> sys.stderr, 'imagestopdf: invalid image file "' + arg + '"'
63 print >> sys.stderr, 'Usage: imagestopdf [image
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/progressbar/
H A Dprogressbar.edc27 image: "widget/progressbar/shelf_inset.png" COMP;
28 image: "widget/progressbar/bt_base.png" COMP;
81 image {
101 image {
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/slider/
H A Dslider.edc30 image: "widget/slider/slider_thumb_v.png" COMP;
31 image: "widget/slider/slider_thumb_press_v.png" COMP;
65 image {
73 image.normal: "widget/slider/slider_thumb_press_v.png";
153 image: "widget/slider/slider_v.png" COMP;
154 image: "widget/slider/slider_fill_v.png" COMP;
193 image {
215 image {
231 image: "widget/slider/slider_thumb_h.png" COMP;
232 image
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DPattern.cpp39 Pattern::Pattern(PassRefPtr<Image> image, bool repeatX, bool repeatY) argument
40 : m_tileImage(image)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedImageBacking.cpp38 ImageBackingSurfaceClient(Image* image, const IntRect& rect) argument
39 : m_image(image)
54 CoordinatedImageBackingID CoordinatedImageBacking::getCoordinatedImageBackingID(Image* image) argument
57 return reinterpret_cast<CoordinatedImageBackingID>(image);
60 PassRefPtr<CoordinatedImageBacking> CoordinatedImageBacking::create(Client* client, PassRefPtr<Image> image) argument
62 return adoptRef(new CoordinatedImageBacking(client, image));
65 CoordinatedImageBacking::CoordinatedImageBacking(Client* client, PassRefPtr<Image> image) argument
67 , m_image(image)
73 // FIXME: We would need to decode a small image directly into a GraphicsSurface.

Completed in 292 milliseconds

1234567891011>>