Home
last modified time | relevance | path

Searched defs:srcRect (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/
DGeneratedImage.cpp37 …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()
DImage.cpp90 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()
DGraphicsContext.cpp367 …(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/
DSVGFEImage.cpp52 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/
DImageSkia.cpp171 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()
475const FloatRect& srcRect, ColorSpace colorSpace, CompositeOperator compositeOp) in draw()
513 const FloatRect& srcRect, in draw()
DSkiaUtils.cpp163 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/
DShareableBitmapGtk.cpp43 …aint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect) in paint()
/external/webkit/Source/WebKit2/Shared/qt/
DShareableBitmapQt.cpp50 … ShareableBitmap::paint(GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect) in paint()
/external/skia/src/pdf/
DSkPDFImage.cpp25 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/
DImageBufferWx.cpp107 …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/
Dnocolorbleed.cpp47 SkIRect srcRect; in onDraw() local
Ddrawbitmaprect.cpp113 SkIRect srcRect = SkIRect::MakeXYWH((kBmpSize - w) / 2, in onDraw() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DImageBufferWinCE.cpp53 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/
DImageAndroid.cpp175 const FloatRect& srcRect, ColorSpace, in draw()
230 void Image::drawPattern(GraphicsContext* gc, const FloatRect& srcRect, in drawPattern()
DImageBufferAndroid.cpp117 …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/
DSampleTextureDomain.cpp49 SkIRect srcRect; in onDrawContent() local
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp395 …: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/
DShareableBitmapCG.cpp65 …eBitmap::paint(WebCore::GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect) in paint()
/external/webkit/Source/WebKit2/UIProcess/win/
DBackingStoreWin.cpp93 IntRect srcRect = updateRect; in incorporateUpdate() local
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DGLExtras.cpp52 void GLExtras::drawRing(SkRect& srcRect, Color color, const TransformationMatrix* drawMat) in drawRing()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DImageOpenVG.cpp115 static void adjustSourceRectForDownSampling(FloatRect& srcRect, const IntSize& origSize, const IntS… in adjustSourceRectForDownSampling()
/external/webkit/Source/WebCore/svg/
DSVGPreserveAspectRatio.cpp159 void SVGPreserveAspectRatio::transformRect(FloatRect& destRect, FloatRect& srcRect) in transformRect()
/external/webkit/Source/WebCore/platform/graphics/cg/
DPDFDocumentImage.cpp156 …Image::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpa… in draw()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGImage.cpp127 FloatRect srcRect(0, 0, image->width(), image->height()); in paint() local
/external/webkit/Source/WebCore/platform/graphics/cairo/
DImageCairo.cpp98 FloatRect srcRect(src); in draw() local

12