OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGImageForContainer
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.cpp
21
#include "core/svg/graphics/
SVGImageForContainer
.h"
30
IntSize
SVGImageForContainer
::size() const
37
void
SVGImageForContainer
::draw(GraphicsContext* context, const FloatRect& dstRect,
43
void
SVGImageForContainer
::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale,
49
PassRefPtr<NativeImageSkia>
SVGImageForContainer
::nativeImageForCurrentFrame()
SVGImageCache.h
36
class
SVGImageForContainer
;
59
typedef HashMap<const ImageResourceClient*, RefPtr<
SVGImageForContainer
> > ImageForContainerMap;
SVGImageForContainer.h
36
class
SVGImageForContainer
: public Image {
38
static PassRefPtr<
SVGImageForContainer
> create(SVGImage* image, const FloatSize& containerSize, float zoom)
40
return adoptRef(new
SVGImageForContainer
(image, containerSize, zoom));
65
SVGImageForContainer
(SVGImage* image, const FloatSize& containerSize, float zoom)
SVGImageCache.cpp
29
#include "core/svg/graphics/
SVGImageForContainer
.h"
61
m_imageForContainerMap.set(client,
SVGImageForContainer
::create(m_svgImage, containerSizeWithoutZoom, containerZoom));
74
RefPtr<
SVGImageForContainer
> imageForContainer = it->value;
90
RefPtr<
SVGImageForContainer
> imageForContainer = it->value;
SVGImage.h
40
class
SVGImageForContainer
;
70
friend class
SVGImageForContainer
;
/external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk
236
third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer
.cpp \
webcore_svg.target.darwin-mips.mk
236
third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer
.cpp \
webcore_svg.target.darwin-x86.mk
236
third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer
.cpp \
webcore_svg.target.linux-arm.mk
236
third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer
.cpp \
webcore_svg.target.linux-mips.mk
236
third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer
.cpp \
webcore_svg.target.linux-x86.mk
236
third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer
.cpp \
Completed in 143 milliseconds