/external/webkit/Tools/DumpRenderTree/win/ |
D | ImageDiffCairo.cpp | 73 static cairo_surface_t* createImageFromStdin(int bytesRemaining) in createImageFromStdin() 107 static cairo_surface_t* createDifferenceImage(cairo_surface_t* baselineImage, cairo_surface_t* actu… in createDifferenceImage() 159 …cairo_surface_t* diffImage = cairo_image_surface_create_for_data(diffPixel, CAIRO_FORMAT_ARGB32, w… in createDifferenceImage() 165 static inline bool imageHasAlpha(cairo_surface_t* image) in imageHasAlpha() 199 cairo_surface_t* actualImage = 0; in main() 200 cairo_surface_t* baselineImage = 0; in main() 220 cairo_surface_t* diffImage = 0; in main()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | PlatformContextCairo.h | 38 void update(cairo_surface_t* maskSurface, const FloatRect& maskRect) in update() 45 cairo_surface_t* maskSurface() const { return m_maskSurface.get(); } in maskSurface() 49 RefPtr<cairo_surface_t> m_maskSurface; 68 void pushImageMask(cairo_surface_t*, const FloatRect&);
|
D | RefPtrCairo.h | 26 typedef struct _cairo_surface cairo_surface_t; typedef 40 template<> void refIfNotNull(cairo_surface_t* ptr); 41 template<> void derefIfNotNull(cairo_surface_t* ptr);
|
D | PlatformPathCairo.cpp | 27 static cairo_surface_t* getPathSurface() in getPathSurface() 32 static cairo_surface_t* gPathSurface = getPathSurface();
|
D | ImageBufferDataCairo.h | 28 typedef struct _cairo_surface cairo_surface_t; typedef 38 cairo_surface_t* m_surface;
|
D | ImageCairo.cpp | 62 BitmapImage::BitmapImage(cairo_surface_t* surface, ImageObserver* observer) in BitmapImage() 107 cairo_surface_t* image = frameAtIndex(m_currentFrame); in draw() 169 cairo_surface_t* image = nativeImageForCurrentFrame(); in drawPattern() 188 cairo_surface_t* frameSurface = frameAtIndex(0); in checkForSolidColor()
|
D | RefPtrCairo.cpp | 43 template<> void refIfNotNull(cairo_surface_t* ptr) in refIfNotNull() 49 template<> void derefIfNotNull(cairo_surface_t* ptr) in derefIfNotNull()
|
D | PlatformContextCairo.cpp | 58 void PlatformContextCairo::pushImageMask(cairo_surface_t* surface, const FloatRect& rect) in pushImageMask() 72 cairo_surface_t* currentTarget = cairo_get_target(m_cr.get()); in pushImageMask()
|
D | GraphicsContext3DCairo.cpp | 49 RefPtr<cairo_surface_t> imageSurface; in getImageData() 99 RefPtr<cairo_surface_t> imageSurface = adoptRef(cairo_image_surface_create_for_data( in paintToCanvas()
|
D | ImageBufferCairo.cpp | 51 static inline cairo_surface_t* copySurface(cairo_surface_t* surface) in copySurface() 56 cairo_surface_t* newsurface = cairo_image_surface_create(format, width, height); in copySurface() 306 cairo_surface_t* image = cairo_get_target(context()->platformContext()->cr()); in toDataURL()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | GtkVersioning.c | 117 static cairo_surface_t* 118 gdk_cairo_surface_coerce_to_image(cairo_surface_t* surface, in gdk_cairo_surface_coerce_to_image() 123 cairo_surface_t * copy; in gdk_cairo_surface_coerce_to_image() 220 gdk_pixbuf_get_from_surface(cairo_surface_t * surface, in gdk_pixbuf_get_from_surface() 275 cairo_surface_t *gdk_window_create_similar_surface(GdkWindow *window, cairo_content_t content, int … in gdk_window_create_similar_surface() 278 cairo_surface_t *cairoSurface = cairo_get_target(cairoContext); in gdk_window_create_similar_surface() 279 … cairo_surface_t *newSurface = cairo_surface_create_similar(cairoSurface, content, width, height); in gdk_window_create_similar_surface()
|
D | CursorGtk.cpp | 50 …RefPtr<cairo_surface_t> source = adoptRef(cairo_image_surface_create_for_data(const_cast<unsigned … in createNamedCursor() 51 …RefPtr<cairo_surface_t> mask = adoptRef(cairo_image_surface_create_for_data(const_cast<unsigned ch… in createNamedCursor() 52 RefPtr<cairo_surface_t> surface = adoptRef(cairo_image_surface_create(CAIRO_FORMAT_A1, 32, 32)); in createNamedCursor()
|
D | GtkVersioning.h | 36 GdkPixbuf* gdk_pixbuf_get_from_surface(cairo_surface_t* surface, int srcX, int srcY, 50 cairo_surface_t* gdk_window_create_similar_surface(GdkWindow* window, cairo_content_t content, int …
|
/external/webkit/Source/WebCore/platform/win/ |
D | DragImageCairoWin.cpp | 58 cairo_surface_t* bitmapContext = cairo_image_surface_create_for_data((unsigned char*)bits, in allocImage() 88 static cairo_surface_t* createCairoContextFromBitmap(HBITMAP bitmap) in createCairoContextFromBitmap() 126 cairo_surface_t* srcImage = createCairoContextFromBitmap(image); in scaleDragImage() 175 cairo_surface_t* srcImage = img->nativeImageForCurrentFrame(); in createDragImageFromImage()
|
/external/webkit/Tools/DumpRenderTree/cairo/ |
D | PixelDumpSupportCairo.cpp | 52 static void printPNG(cairo_surface_t* image, const char* checksum) in printPNG() 67 cairo_surface_t* surface = cairo_get_target(bitmapContext); in computeMD5HashStringForBitmapContext() 91 cairo_surface_t* surface = cairo_get_target(context->cairoContext()); in dumpBitmap()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsContextCairoWin.cpp | 44 cairo_surface_t* surface = 0; in createCairoContextWithHDC() 100 cairo_surface_t* surface = cairo_image_surface_create_for_data(pixelData.buffer(), in drawBitmapToContext() 161 cairo_surface_t* surface = cairo_get_target(cr); in syncContext() 169 cairo_surface_t* surface = cairo_win32_surface_create(m_hdc); in flush()
|
D | ImageCairoWin.cpp | 52 …cairo_surface_t* image = cairo_win32_surface_create_with_dib (CAIRO_FORMAT_ARGB32, dibSection.dsBm… in create() 71 cairo_surface_t* image = cairo_image_surface_create_for_data((unsigned char*)bmpInfo.bmBits, in getHBITMAPOfSize() 99 cairo_surface_t* image = frameAtIndex(i); in drawFrameMatchingSourceSize()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | cairo_cached_surface.h | 11 typedef struct _cairo_surface cairo_surface_t; typedef 57 cairo_surface_t* surface_;
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | ChunkedUpdateDrawingAreaProxy.h | 43 typedef struct _cairo_surface cairo_surface_t; typedef 103 cairo_surface_t* m_backingStoreImage;
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | ContextShadow.h | 39 typedef struct _cairo_surface cairo_surface_t; typedef 53 typedef cairo_surface_t* PlatformImage;
|
D | ImageSource.h | 48 typedef struct _cairo_surface cairo_surface_t; 111 typedef cairo_surface_t* NativeImagePtr;
|
/external/webkit/Source/WebCore/platform/ |
D | DragImage.h | 51 typedef struct _cairo_surface cairo_surface_t; 78 typedef cairo_surface_t* DragImageRef;
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | GdkCairoUtilities.h | 29 GdkPixbuf* cairoImageSurfaceToGdkPixbuf(cairo_surface_t* surface);
|
D | GdkCairoUtilities.cpp | 33 GdkPixbuf* cairoImageSurfaceToGdkPixbuf(cairo_surface_t* surface) in cairoImageSurfaceToGdkPixbuf()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_util.h | 32 Evas_Object* ewk_util_image_from_cairo_surface_add(Evas* canvas, cairo_surface_t* surface);
|