Home
last modified time | relevance | path

Searched refs:frameAtIndex (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/platform/graphics/gtk/
DImageGtk.cpp122 int width = cairo_image_surface_get_width(frameAtIndex(currentFrame())); in getGdkPixbuf()
123 int height = cairo_image_surface_get_height(frameAtIndex(currentFrame())); in getGdkPixbuf()
124 unsigned char* surfaceData = cairo_image_surface_get_data(frameAtIndex(currentFrame())); in getGdkPixbuf()
125 int surfaceRowStride = cairo_image_surface_get_stride(frameAtIndex(currentFrame())); in getGdkPixbuf()
/external/webkit/WebCore/platform/graphics/
DBitmapImage.h159 virtual NativeImagePtr nativeImageForCurrentFrame() { return frameAtIndex(currentFrame()); } in nativeImageForCurrentFrame()
187 NativeImagePtr frameAtIndex(size_t);
DBitmapImage.cpp202 NativeImagePtr BitmapImage::frameAtIndex(size_t index) in frameAtIndex() function in WebCore::BitmapImage
/external/webkit/WebCore/platform/graphics/cg/
DImageCG.cpp110 CGImageRef image = frameAtIndex(0); in checkForSolidColor()
154 return frameAtIndex(0); in getCGImageRef()
161 RetainPtr<CGImageRef> image = frameAtIndex(m_currentFrame); in draw()
/external/webkit/WebCore/platform/graphics/cairo/
DImageCairo.cpp103 cairo_surface_t* image = frameAtIndex(m_currentFrame); in draw()
230 cairo_surface_t* frameSurface = frameAtIndex(0); in checkForSolidColor()
/external/webkit/WebCore/platform/graphics/wx/
DImageWx.cpp102 wxGraphicsBitmap* bitmap = frameAtIndex(m_currentFrame); in draw()
105 wxBitmap* bitmap = frameAtIndex(m_currentFrame); in draw()
/external/webkit/WebCore/svg/graphics/
DSVGImage.h66 virtual NativeImagePtr frameAtIndex(size_t) { return 0; } in frameAtIndex() function
/external/webkit/WebCore/platform/graphics/win/
DImageCairoWin.cpp99 cairo_surface_t* image = frameAtIndex(i); in drawFrameMatchingSourceSize()
DImageCGWin.cpp95 CGImageRef image = frameAtIndex(i); in drawFrameMatchingSourceSize()
/external/webkit/WebCore/platform/graphics/haiku/
DImageHaiku.cpp190 return const_cast<BitmapImage*>(this)->frameAtIndex(0); in getBBitmap()
/external/webkit/WebCore/platform/graphics/qt/
DImageQt.cpp208 QPixmap* framePixmap = frameAtIndex(0); in checkForSolidColor()
/external/webkit/WebCore/platform/graphics/mac/
DImageMac.mm88 CGImageRef cgImage = frameAtIndex(i);
/external/webkit/WebCore/platform/graphics/android/
DImageAndroid.cpp119 SkBitmapRef* ref = frameAtIndex(0); in checkForSolidColor()
/external/webkit/WebCore/
DChangeLog-2006-05-1024173 (WebCore::Image::frameAtIndex):
24387 (WebCore::ImageData::frameAtIndex):
25279 (WebCore::ImageData::frameAtIndex):
25444 (WebCore::ImageData::frameAtIndex):
25621 (WebCore::ImageData::frameAtIndex):
DChangeLog-2006-12-31492 (WebCore::SVGImage::frameAtIndex):
935 (WebCore::BitmapImage::frameAtIndex):
DChangeLog-2009-06-1696899 (WebCore::SVGImage::frameAtIndex):