HomeSort by relevance Sort by last modified time
    Searched refs:SVGFontElement (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.idl 28 ] interface SVGFontElement : SVGElement {
SVGFontElement.h 55 class SVGFontElement FINAL : public SVGElement
58 static PassRefPtr<SVGFontElement> create(const QualifiedName&, Document*);
74 SVGFontElement(const QualifiedName&, Document*);
81 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFontElement)
92 inline SVGFontElement* toSVGFontElement(Node* node)
95 return static_cast<SVGFontElement*>(node);
SVGFontFaceElement.h 31 class SVGFontElement;
50 SVGFontElement* associatedFontElement() const;
67 SVGFontElement* m_fontElement;
SVGFontElement.cpp 25 #include "core/svg/SVGFontElement.h"
38 DEFINE_ANIMATED_BOOLEAN(SVGFontElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
40 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFontElement)
45 inline SVGFontElement::SVGFontElement(const QualifiedName& tagName, Document* document)
54 UseCounter::count(document, UseCounter::SVGFontElement);
57 PassRefPtr<SVGFontElement> SVGFontElement::create(const QualifiedName& tagName, Document* document)
59 return adoptRef(new SVGFontElement(tagName, document));
62 void SVGFontElement::invalidateGlyphCache(
    [all...]
SVGFontData.h 28 class SVGFontElement;
58 bool fillBMPGlyphs(SVGFontElement*, GlyphPage* , unsigned offset, unsigned length, UChar* buffer, const SimpleFontData*) const;
59 bool fillNonBMPGlyphs(SVGFontElement*, GlyphPage* , unsigned offset, unsigned length, UChar* buffer, const SimpleFontData*) const;
SVGFontData.cpp 33 #include "core/svg/SVGFontElement.h"
64 SVGFontElement* svgFontElement = svgFontFaceElement->associatedFontElement();
65 ASSERT(svgFontElement);
68 missingGlyphData.glyph = svgFontElement->missingGlyph();
124 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement();
157 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement();
232 SVGFontElement* fontElement = fontFaceElement->associatedFontElement();
242 bool SVGFontData::fillBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const
266 bool SVGFontData::fillNonBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const Simple (…)
    [all...]
SVGFontFaceElement.cpp 41 #include "core/svg/SVGFontElement.h"
265 SVGFontElement* SVGFontFaceElement::associatedFontElement() const
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
FontResource.h 40 class SVGFontElement;
61 SVGFontElement* getSVGFontById(const String&) const;
FontResource.cpp 41 #include "core/svg/SVGFontElement.h"
121 SVGFontElement* FontResource::getSVGFontById(const String& fontName) const
142 SVGFontElement* element = toSVGFontElement(list->item(i));
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSource.h 43 class SVGFontElement;
99 RefPtr<SVGFontElement> m_externalSVGFontElement;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 30 #include "core/svg/SVGFontElement.h"
60 SVGFontElement* svgFont = svgFontFace->associatedFontElement();
SVGTextRunRenderingContext.cpp 35 #include "core/svg/SVGFontElement.h"
41 static inline const SVGFontData* svgFontAndFontFaceElementForFontData(const SimpleFontData* fontData, SVGFontFaceElement*& fontFace, SVGFontElement*& font)
87 SVGFontElement* fontElement = 0;
212 SVGFontElement* fontElement = 0;
  /external/chromium_org/third_party/WebKit/Source/core/page/
UseCounter.h 138 SVGFontElement,
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 155 third_party/WebKit/Source/core/svg/SVGFontElement.cpp \
webcore_svg.target.darwin-mips.mk 155 third_party/WebKit/Source/core/svg/SVGFontElement.cpp \
webcore_svg.target.darwin-x86.mk 155 third_party/WebKit/Source/core/svg/SVGFontElement.cpp \
webcore_svg.target.linux-arm.mk 155 third_party/WebKit/Source/core/svg/SVGFontElement.cpp \
webcore_svg.target.linux-mips.mk 155 third_party/WebKit/Source/core/svg/SVGFontElement.cpp \
webcore_svg.target.linux-x86.mk 155 third_party/WebKit/Source/core/svg/SVGFontElement.cpp \
  /external/chromium_org/third_party/WebKit/Source/bindings/
interface_dependencies.target.darwin-arm.mk     [all...]
interface_dependencies.target.darwin-mips.mk     [all...]
interface_dependencies.target.darwin-x86.mk     [all...]
interface_dependencies.target.linux-arm.mk     [all...]
interface_dependencies.target.linux-mips.mk     [all...]
interface_dependencies.target.linux-x86.mk     [all...]

Completed in 407 milliseconds

1 2