Home
last modified time | relevance | path

Searched refs:SVGFontElement (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
DSVGFontElement.cpp40 DEFINE_ANIMATED_BOOLEAN(SVGFontElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesR… in DEFINE_ANIMATED_BOOLEAN() argument
42 inline SVGFontElement::SVGFontElement(const QualifiedName& tagName, Document* document) in DEFINE_ANIMATED_BOOLEAN()
48 PassRefPtr<SVGFontElement> SVGFontElement::create(const QualifiedName& tagName, Document* document) in create()
50 return adoptRef(new SVGFontElement(tagName, document)); in create()
53 void SVGFontElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty()
61 void SVGFontElement::invalidateGlyphCache() in invalidateGlyphCache()
71 SVGMissingGlyphElement* SVGFontElement::firstMissingGlyphElement() const in firstMissingGlyphElement()
81 void SVGFontElement::ensureGlyphCache() const in ensureGlyphCache()
160 float SVGFontElement::horizontalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1… in horizontalKerningForPairOfStringsAndGlyphs()
168 float SVGFontElement::verticalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1, … in verticalKerningForPairOfStringsAndGlyphs()
[all …]
DSVGHKernElement.cpp52 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode)) in insertedIntoDocument()
62 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode)) in removedFromDocument()
DSVGVKernElement.cpp50 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode)) in insertedIntoDocument()
60 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode)) in removedFromDocument()
DSVGFontFaceElement.h32 class SVGFontElement; variable
50 SVGFontElement* associatedFontElement() const;
66 RefPtr<SVGFontElement> m_fontElement;
DSVGFontElement.h55 class SVGFontElement : public SVGStyledElement
58 static PassRefPtr<SVGFontElement> create(const QualifiedName&, Document*);
70 SVGFontElement(const QualifiedName&, Document*);
DSVGFont.cpp212 …ntForFontData(const SimpleFontData* fontData, SVGFontFaceElement*& fontFace, SVGFontElement*& font) in svgFontAndFontFaceElementForFontData()
233 SVGTextRunWalker(const SVGFontData* fontData, SVGFontElement* fontElement, SVGTextRunData& data, in SVGTextRunWalker()
328 SVGFontElement* m_fontElement;
369 SVGFontElement* Font::svgFont() const in svgFont()
374 SVGFontElement* fontElement = 0; in svgFont()
390 SVGFontElement* fontElement = 0; in floatWidthOfSubStringUsingSVGFont()
468 SVGFontElement* fontElement = 0; in drawTextUsingSVGFont()
DSVGGlyphElement.cpp54 if (SVGFontElement* element = static_cast<SVGFontElement*>(fontNode)) in invalidateGlyphCache()
DSVGFontFaceElement.cpp264 SVGFontElement* SVGFontFaceElement::associatedFontElement() const in associatedFontElement()
286 m_fontElement = static_cast<SVGFontElement*>(parentNode()); in rebuildFontFace()
DSVGFontElement.idl28 interface [Conditional=SVG&SVG_FONTS] SVGFontElement : SVGElement {
/external/webkit/Source/WebCore/loader/cache/
DCachedFont.cpp148 SVGFontElement* CachedFont::getSVGFontById(const String& fontName) const in getSVGFontById()
166 return static_cast<SVGFontElement*>(list->item(0)); in getSVGFontById()
169 SVGFontElement* element = static_cast<SVGFontElement*>(list->item(i)); in getSVGFontById()
DCachedFont.h46 class SVGFontElement; variable
72 SVGFontElement* getSVGFontById(const String&) const;
/external/webkit/Source/WebCore/css/
DCSSFontFaceSource.h42 class SVGFontElement; variable
80 RefPtr<SVGFontElement> m_externalSVGFontElement;
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngineSpacing.cpp48 SVGFontElement* svgFont = m_font.svgFont(); in calculateSVGKerning()
/external/webkit/Source/WebCore/platform/graphics/
DFont.h53 class SVGFontElement; variable
231 SVGFontElement* svgFont() const;
DSimpleFontData.cpp89 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement(); in SimpleFontData()
/external/webkit/Source/WebCore/
DDerivedSources.make423 SVGFontElement \
DCodeGenerators.pri437 svg/SVGFontElement.idl \
DCMakeLists.txt1672 svg/SVGFontElement.cpp
1819 svg/SVGFontElement.idl
DAndroid.mk1117 svg/SVGFontElement.cpp \
DWebCore.pro2348 svg/SVGFontElement.h \
3306 svg/SVGFontElement.cpp \
DChangeLog-2008-08-103982 * svg/SVGFontElement.h:
3983 (WebCore::SVGFontElement::rendererIsNeeded):
3984 (WebCore::SVGFontElement::contextElement):
7751 * svg/SVGFontElement.h:
7752 (WebCore::SVGFontElement::contextElement): Return non-const value.
34984 * svg/SVGFontElement.h:
35368 * svg/SVGFontElement.h:
35369 (WebCore::SVGFontElement::contextElement):
37410 * svg/SVGFontElement.cpp:
37411 (WebCore::SVGFontElement::invalidateGlyphCache):
[all …]
DWebCore.gypi1493 'svg/SVGFontElement.idl',
5704 'svg/SVGFontElement.cpp',
5705 'svg/SVGFontElement.h',
DGNUmakefile.list.am3374 Source/WebCore/svg/SVGFontElement.cpp \
3375 Source/WebCore/svg/SVGFontElement.h \
DGNUmakefile.am3351 Source/WebCore/svg/SVGFontElement.cpp \
3352 Source/WebCore/svg/SVGFontElement.h \
/external/webkit/Source/WebCore/page/
DDOMWindow.idl731 attribute SVGFontElementConstructor SVGFontElement;

12