OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawTiled
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Image.h
136
void
drawTiled
(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize,
138
void
drawTiled
(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, const FloatSize& tileScaleFactor, TileRule hRule, TileRule vRule, CompositeOperator);
Image.cpp
124
void Image::
drawTiled
(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, CompositeOperator op, WebBlendMode blendMode, const IntSize& repeatSpacing)
166
// FIXME: Merge with the other
drawTiled
eventually, since we need a combination of both for some things.
167
void Image::
drawTiled
(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect,
GraphicsContext.cpp
[
all
...]
Completed in 298 milliseconds