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(Document&);
74 explicit SVGFontElement(Document&);
81 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFontElement)
92 DEFINE_NODE_TYPE_CASTS(SVGFontElement, hasTagName(SVGNames::fontTag));
SVGFontFaceElement.h 31 class SVGFontElement;
50 SVGFontElement* associatedFontElement() const;
67 SVGFontElement* m_fontElement;
SVGFontElement.cpp 25 #include "core/svg/SVGFontElement.h"
37 DEFINE_ANIMATED_BOOLEAN(SVGFontElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired)
39 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFontElement)
44 inline SVGFontElement::SVGFontElement(Document& document)
52 UseCounter::count(document, UseCounter::SVGFontElement);
55 PassRefPtr<SVGFontElement> SVGFontElement::create(Document& document)
57 return adoptRef(new SVGFontElement(document));
60 void SVGFontElement::invalidateGlyphCache(
    [all...]
SVGFontData.h 30 class SVGFontElement;
62 bool fillBMPGlyphs(SVGFontElement*, GlyphPage* , unsigned offset, unsigned length, UChar* buffer, const SimpleFontData*) const;
63 bool fillNonBMPGlyphs(SVGFontElement*, GlyphPage* , unsigned offset, unsigned length, UChar* buffer, const SimpleFontData*) const;
SVGFontData.cpp 30 #include "core/svg/SVGFontElement.h"
66 SVGFontElement* svgFontElement = svgFontFaceElement->associatedFontElement();
67 ASSERT(svgFontElement);
70 missingGlyphData.glyph = svgFontElement->missingGlyph();
126 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement();
159 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement();
234 SVGFontElement* fontElement = fontFaceElement->associatedFontElement();
244 bool SVGFontData::fillBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const
268 bool SVGFontData::fillNonBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const Simple (…)
    [all...]
SVGFontFaceElement.cpp 39 #include "core/svg/SVGFontElement.h"
263 SVGFontElement* SVGFontFaceElement::associatedFontElement() const
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FontResource.h 40 class SVGFontElement;
63 SVGFontElement* getSVGFontById(const String&) const;
FontResource.cpp 42 #include "core/svg/SVGFontElement.h"
128 SVGFontElement* FontResource::getSVGFontById(const String& fontName) const
149 SVGFontElement* element = toSVGFontElement(list->item(i));
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSource.h 42 class SVGFontElement;
101 RefPtr<SVGFontElement> m_externalSVGFontElement;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 30 #include "core/svg/SVGFontElement.h"
59 SVGFontElement* svgFont = svgFontFace->associatedFontElement();
SVGTextRunRenderingContext.cpp 31 #include "core/svg/SVGFontElement.h"
40 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/frame/
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 172 milliseconds

1 2