OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawTiledImage
(Results
1 - 3
of
3
) sorted by null
/external/webkit/WebCore/platform/graphics/
GraphicsContext.h
262
void
drawTiledImage
(Image*, ColorSpace styleColorSpace, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,
264
void
drawTiledImage
(Image*, ColorSpace styleColorSpace, const IntRect& destRect, const IntRect& srcRect,
GraphicsContext.cpp
414
void GraphicsContext::
drawTiledImage
(Image* image, ColorSpace styleColorSpace, const IntRect& rect, const IntPoint& srcPoint, const IntSize& tileSize, CompositeOperator op, bool useLowQualityScale)
427
void GraphicsContext::
drawTiledImage
(Image* image, ColorSpace styleColorSpace, const IntRect& dest, const IntRect& srcRect, Image::TileRule hRule, Image::TileRule vRule, CompositeOperator op, bool useLowQualityScale)
/external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp
608
context->
drawTiledImage
(image, style()->colorSpace(), destRect, phase, tileSize, compositeOp, useLowQualityScaling);
[
all
...]
Completed in 40 milliseconds