HomeSort by relevance Sort by last modified time
    Searched full:m_surface (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 69 : m_surface(0)
79 m_data.m_surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32,
82 if (cairo_surface_status(m_data.m_surface) != CAIRO_STATUS_SUCCESS)
85 RefPtr<cairo_t> cr = adoptRef(cairo_create(m_data.m_surface));
93 cairo_surface_destroy(m_data.m_surface);
114 return BitmapImage::create(copySurface(m_data.m_surface));
119 context->platformContext()->pushImageMask(m_data.m_surface, maskRect);
126 RefPtr<Image> image = BitmapImage::create(cairo_surface_reference(m_data.m_surface));
134 RefPtr<Image> image = BitmapImage::create(cairo_surface_reference(m_data.m_surface));
140 ASSERT(cairo_surface_get_type(m_data.m_surface) == CAIRO_SURFACE_TYPE_IMAGE)
    [all...]
ImageBufferDataCairo.h 38 cairo_surface_t* m_surface; member in class:WebCore::ImageBufferData
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 401 , m_surface(0)
407 , m_surface(0)
420 if (surface == m_surface)
426 m_surface = surface;
431 m_surface->setActivePainter(this);
432 m_surface->makeCurrent();
437 if (!m_surface)
440 m_surface->setActivePainter(0);
441 m_surface = 0;
472 ASSERT(m_state); // implies m_surface
    [all...]
PainterOpenVG.h 125 SurfaceOpenVG* surface() { return m_surface; }
137 SurfaceOpenVG* m_surface; member in class:WebCore::PainterOpenVG
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 273 m_surface = textureMapper->createTexture();
281 , m_surface(0)
343 return m_surface && !m_surface->size().isEmpty() ? m_surface->size() : m_size;
484 textureMapper->paintToTarget(*m_surface.get(), options.viewportSize, options.transform, options.opacity * m_state.opacity, options.targetRect);
522 BitmapTexture& texture = *m_surface.get();
558 ASSERT(m_surface);
559 BitmapTexture& texture = *m_surface.get();
601 ASSERT(m_surface);
    [all...]
TextureMapperNode.h 192 RefPtr<BitmapTexture> m_surface, m_replicaSurface; member in class:WebCore::TextureMapperNode
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.h 55 RetainPtr<IOSurfaceRef> m_surface; member in class:WebCore::ImageBufferData
ImageBufferDataCG.cpp 55 , m_surface(0)
193 IOSurfaceRef surface = m_surface.get();
330 IOSurfaceRef surface = m_surface.get();