/external/webkit/Source/WebCore/platform/graphics/ |
D | GeneratedImage.cpp | 37 …Image::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpa… in draw() 50 void GeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTr… in drawPattern()
|
D | Image.cpp | 90 static inline FloatSize calculatePatternScale(const FloatRect& dstRect, const FloatRect& srcRect, I… in calculatePatternScale() 148 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, Ti… in drawTiled()
|
D | GraphicsContext.cpp | 367 …(Image* image, ColorSpace styleColorSpace, const IntPoint& dest, const IntRect& srcRect, Composite… in drawImage() 372 …e(Image* image, ColorSpace styleColorSpace, const IntRect& dest, const IntRect& srcRect, Composite… in drawImage() 489 …e(Image* image, ColorSpace styleColorSpace, const IntRect& dest, const IntRect& srcRect, Image::Ti… in drawTiledImage() 519 …Buffer* image, ColorSpace styleColorSpace, const IntPoint& dest, const IntRect& srcRect, Composite… in drawImageBuffer() 524 …eBuffer* image, ColorSpace styleColorSpace, const IntRect& dest, const IntRect& srcRect, Composite… in drawImageBuffer()
|
/external/webkit/Source/WebCore/svg/graphics/filters/ |
D | SVGFEImage.cpp | 52 FloatRect srcRect(FloatPoint(), m_image->size()); in determineAbsolutePaintRect() local 68 FloatRect srcRect(FloatPoint(), m_image->size()); in apply() local
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | ImageSkia.cpp | 171 SkRect srcRect; in drawResampledBitmap() local 259 …formContextSkia* platformContext, const NativeImageSkia& bitmap, const SkIRect& srcRect, const SkR… in paintSkBitmap() 358 SkIRect srcRect = enclosingIntRect(normSrcRect); in drawPattern() local 434 …drawBitmapGLES2(GraphicsContext* ctxt, NativeImageSkia* bitmap, const FloatRect& srcRect, const Fl… in drawBitmapGLES2() 475 … const FloatRect& srcRect, ColorSpace colorSpace, CompositeOperator compositeOp) in draw() 513 const FloatRect& srcRect, in draw()
|
D | SkiaUtils.cpp | 163 void IntersectRectAndRegion(const SkRegion& region, const SkRect& srcRect, SkRect* destRect) { in IntersectRectAndRegion() 187 void ClipRectToCanvas(const SkCanvas& canvas, const SkRect& srcRect, SkRect* destRect) { in ClipRectToCanvas()
|
/external/webkit/Source/WebKit2/Shared/gtk/ |
D | ShareableBitmapGtk.cpp | 43 …aint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect) in paint()
|
/external/webkit/Source/WebKit2/Shared/qt/ |
D | ShareableBitmapQt.cpp | 50 … ShareableBitmap::paint(GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect) in paint()
|
/external/skia/src/pdf/ |
D | SkPDFImage.cpp | 25 void extractImageData(const SkBitmap& bitmap, const SkIRect& srcRect, in extractImageData() 253 const SkIRect& srcRect, in CreateImage() 295 const SkIRect& srcRect, bool doingAlpha, in SkPDFImage()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | ImageBufferWx.cpp | 107 …sContext* context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, in draw() 114 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTrans… in drawPattern()
|
/external/skia/gm/ |
D | nocolorbleed.cpp | 47 SkIRect srcRect; in onDraw() local
|
D | drawbitmaprect.cpp | 113 SkIRect srcRect = SkIRect::MakeXYWH((kBmpSize - w) / 2, in onDraw() local
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | ImageBufferWinCE.cpp | 53 void BufferedImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect,… in draw() 116 …sContext* context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, in draw() 123 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTrans… in drawPattern()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | ImageAndroid.cpp | 175 const FloatRect& srcRect, ColorSpace, in draw() 230 void Image::drawPattern(GraphicsContext* gc, const FloatRect& srcRect, in drawPattern()
|
D | ImageBufferAndroid.cpp | 117 …context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, Composit… in draw() 123 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTrans… in drawPattern()
|
/external/skia/samplecode/ |
D | SampleTextureDomain.cpp | 49 SkIRect srcRect; in onDrawContent() local
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GLES2Canvas.cpp | 395 …:drawTexturedRect(unsigned texture, const IntSize& textureSize, const FloatRect& srcRect, const Fl… in drawTexturedRect() 408 void GLES2Canvas::drawTexturedRect(Texture* texture, const FloatRect& srcRect, const FloatRect& dst… in drawTexturedRect() 414 void GLES2Canvas::drawTexturedRect(Texture* texture, const FloatRect& srcRect, const FloatRect& dst… in drawTexturedRect() 430 void GLES2Canvas::drawTexturedRectTile(Texture* texture, int tile, const FloatRect& srcRect, const … in drawTexturedRectTile() 448 …vas::convolveRect(unsigned texture, const IntSize& textureSize, const FloatRect& srcRect, const Fl… in convolveRect() 490 void GLES2Canvas::drawTexturedQuad(const IntSize& textureSize, const FloatRect& srcRect, const Floa… in drawTexturedQuad() 508 void GLES2Canvas::drawTexturedQuadMitchell(const IntSize& textureSize, const FloatRect& srcRect, co… in drawTexturedQuadMitchell() 795 FloatRect srcRect(shadowBoundingBox); in endShadowDraw() local
|
/external/webkit/Source/WebKit2/Shared/cg/ |
D | ShareableBitmapCG.cpp | 65 …eBitmap::paint(WebCore::GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect) in paint()
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | BackingStoreWin.cpp | 93 IntRect srcRect = updateRect; in incorporateUpdate() local
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | GLExtras.cpp | 52 void GLExtras::drawRing(SkRect& srcRect, Color color, const TransformationMatrix* drawMat) in drawRing()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | ImageOpenVG.cpp | 115 static void adjustSourceRectForDownSampling(FloatRect& srcRect, const IntSize& origSize, const IntS… in adjustSourceRectForDownSampling()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGPreserveAspectRatio.cpp | 159 void SVGPreserveAspectRatio::transformRect(FloatRect& destRect, FloatRect& srcRect) in transformRect()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | PDFDocumentImage.cpp | 156 …Image::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpa… in draw()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGImage.cpp | 127 FloatRect srcRect(0, 0, image->width(), image->height()); in paint() local
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | ImageCairo.cpp | 98 FloatRect srcRect(src); in draw() local
|