HomeSort by relevance Sort by last modified time
    Searched refs:cairo_surface_t (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferDataCairo.h 28 typedef struct _cairo_surface cairo_surface_t; typedef in typeref:struct:_cairo_surface
38 cairo_surface_t* m_surface;
PlatformPathCairo.cpp 27 static cairo_surface_t* getPathSurface()
32 static cairo_surface_t* gPathSurface = getPathSurface();
PlatformContextCairo.h 38 void update(cairo_surface_t* maskSurface, const FloatRect& maskRect)
45 cairo_surface_t* maskSurface() const { return m_maskSurface.get(); }
49 RefPtr<cairo_surface_t> m_maskSurface;
68 void pushImageMask(cairo_surface_t*, const FloatRect&);
RefPtrCairo.h 26 typedef struct _cairo_surface cairo_surface_t; typedef in typeref:struct:_cairo_surface
40 template<> void refIfNotNull(cairo_surface_t* ptr);
41 template<> void derefIfNotNull(cairo_surface_t* ptr);
PatternCairo.cpp 38 cairo_surface_t* surface = tileImage()->nativeImageForCurrentFrame();
PlatformContextCairo.cpp 58 void PlatformContextCairo::pushImageMask(cairo_surface_t* surface, const FloatRect& rect)
72 cairo_surface_t* currentTarget = cairo_get_target(m_cr.get());
RefPtrCairo.cpp 43 template<> void refIfNotNull(cairo_surface_t* ptr)
49 template<> void derefIfNotNull(cairo_surface_t* ptr)
CairoUtilities.h 46 void drawPatternToCairoContext(cairo_t* cr, cairo_surface_t* image, const IntSize& imageSize, const FloatRect& tileRect,
ImageCairo.cpp 62 BitmapImage::BitmapImage(cairo_surface_t* surface, ImageObserver* observer)
107 cairo_surface_t* image = frameAtIndex(m_currentFrame);
169 cairo_surface_t* image = nativeImageForCurrentFrame();
188 cairo_surface_t* frameSurface = frameAtIndex(0);
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GdkCairoUtilities.h 29 GdkPixbuf* cairoImageSurfaceToGdkPixbuf(cairo_surface_t* surface);
GdkCairoUtilities.cpp 33 GdkPixbuf* cairoImageSurfaceToGdkPixbuf(cairo_surface_t* surface)
  /external/harfbuzz_ng/util/
helper-cairo-ansi.hh 34 helper_cairo_surface_write_to_ansi_stream (cairo_surface_t *surface,
helper-cairo-ansi.cc 34 helper_cairo_surface_write_to_ansi_stream (cairo_surface_t *surface,
41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_util.h 32 Evas_Object* ewk_util_image_from_cairo_surface_add(Evas* canvas, cairo_surface_t* surface);
  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h 11 typedef struct _cairo_surface cairo_surface_t; typedef in typeref:struct:_cairo_surface
57 cairo_surface_t* surface_;
  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.h 55 cairo_surface_t* createImage() const;
  /external/webkit/Tools/DumpRenderTree/cairo/
PixelDumpSupportCairo.cpp 52 static void printPNG(cairo_surface_t* image, const char* checksum)
67 cairo_surface_t* surface = cairo_get_target(bitmapContext);
91 cairo_surface_t* surface = cairo_get_target(context->cairoContext());
  /external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
ChunkedUpdateDrawingAreaGtk.cpp 46 RefPtr<cairo_surface_t> image = updateChunk->createImage();
  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffCairo.cpp 73 static cairo_surface_t* createImageFromStdin(int bytesRemaining)
107 static cairo_surface_t* createDifferenceImage(cairo_surface_t* baselineImage, cairo_surface_t* actualImage, float& difference)
159 cairo_surface_t* diffImage = cairo_image_surface_create_for_data(diffPixel, CAIRO_FORMAT_ARGB32, width, height, width * s_bytesPerPixel);
165 static inline bool imageHasAlpha(cairo_surface_t* image)
199 cairo_surface_t* actualImage = 0;
200 cairo_surface_t* baselineImage = 0;
220 cairo_surface_t* diffImage = 0;
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.h 43 typedef struct _cairo_surface cairo_surface_t; typedef in typeref:struct:_cairo_surface
103 cairo_surface_t* m_backingStoreImage;
  /external/webkit/Source/WebCore/platform/gtk/
GtkVersioning.c 117 static cairo_surface_t*
118 gdk_cairo_surface_coerce_to_image(cairo_surface_t* surface,
123 cairo_surface_t * copy;
208 * Transfers image data from a #cairo_surface_t and converts it to an RGB(A)
220 gdk_pixbuf_get_from_surface(cairo_surface_t * surface,
275 cairo_surface_t *gdk_window_create_similar_surface(GdkWindow *window, cairo_content_t content, int width, int height)
278 cairo_surface_t *cairoSurface = cairo_get_target(cairoContext);
279 cairo_surface_t *newSurface = cairo_surface_create_similar(cairoSurface, content, width, height);
  /external/webkit/Source/WebCore/platform/graphics/win/
ImageCairoWin.cpp 52 cairo_surface_t* image = cairo_win32_surface_create_with_dib (CAIRO_FORMAT_ARGB32, dibSection.dsBm.bmWidth, dibSection.dsBm.bmHeight);
54 // The BitmapImage object takes over ownership of the cairo_surface_t*, so no need to destroy here.
71 cairo_surface_t* image = cairo_image_surface_create_for_data((unsigned char*)bmpInfo.bmBits,
99 cairo_surface_t* image = frameAtIndex(i);
GraphicsContextCairoWin.cpp 44 cairo_surface_t* surface = 0;
98 // Need to make a cairo_surface_t out of the bitmap's pixel buffer and then draw
100 cairo_surface_t* surface = cairo_image_surface_create_for_data(pixelData.buffer(),
161 cairo_surface_t* surface = cairo_get_target(cr);
169 cairo_surface_t* surface = cairo_win32_surface_create(m_hdc);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerCairo.cpp 54 cairo_surface_t* surface = cairo_image_surface_create_for_data(GST_BUFFER_DATA(buffer), cairoFormat,
  /external/webkit/Source/WebCore/platform/win/
DragImageCairoWin.cpp 58 cairo_surface_t* bitmapContext = cairo_image_surface_create_for_data((unsigned char*)bits,
88 static cairo_surface_t* createCairoContextFromBitmap(HBITMAP bitmap)
126 cairo_surface_t* srcImage = createCairoContextFromBitmap(image);
175 cairo_surface_t* srcImage = img->nativeImageForCurrentFrame();

Completed in 837 milliseconds

1 2 3