HomeSort by relevance Sort by last modified time
    Searched refs:SVGFontData (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.h 32 class SVGFontData;
42 static void inheritUnspecifiedAttributes(SVGGlyph&, const SVGFontData*);
SVGFontData.h 34 class SVGFontData FINAL : public CustomFontData {
36 static PassRefPtr<SVGFontData> create(SVGFontFaceElement* element)
38 return adoptRef(new SVGFontData(element));
41 virtual ~SVGFontData();
61 SVGFontData(SVGFontFaceElement*);
85 DEFINE_CUSTOM_FONT_DATA_TYPE_CASTS(SVGFontData, isSVGFont());
SVGFontFaceSource.cpp 10 #include "core/svg/SVGFontData.h"
25 SVGFontData::create(m_svgFontFaceElement.get()),
SVGFontData.cpp 23 #include "core/svg/SVGFontData.h"
47 SVGFontData::SVGFontData(SVGFontFaceElement* fontFaceElement)
60 SVGFontData::~SVGFontData()
64 void SVGFontData::initializeFontData(SimpleFontData* fontData, float fontSize)
125 float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const
150 bool SVGFontData::applySVGGlyphSelection(WidthIterator& iterator, GlyphData& glyphData, bool mirror, int currentCharacter, unsigned& advanceLength) const
236 bool SVGFontData::fillSVGGlyphPage(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) const
252 bool SVGFontData::fillBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned lengt (…)
    [all...]
SVGRemoteFontFaceSource.cpp 12 #include "core/svg/SVGFontData.h"
58 SVGFontData::create(fontFaceElement),
SVGGlyphElement.cpp 27 #include "core/svg/SVGFontData.h"
92 void SVGGlyphElement::inheritUnspecifiedAttributes(SVGGlyph& identifier, const SVGFontData* svgFontData)
95 identifier.horizontalAdvanceX = svgFontData->horizontalAdvanceX();
98 identifier.verticalOriginX = svgFontData->verticalOriginX();
101 identifier.verticalOriginY = svgFontData->verticalOriginY();
104 identifier.verticalAdvanceY = svgFontData->verticalAdvanceY();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 30 #include "core/svg/SVGFontData.h"
40 static inline const SVGFontData* svgFontAndFontFaceElementForFontData(const SimpleFontData* fontData, SVGFontFaceElement*& fontFace, SVGFontElement*& font)
47 const SVGFontData* svgFontData = toSVGFontData(customFontData);
50 if (svgFontData->shouldSkipDrawing())
53 fontFace = svgFontData->svgFontFaceElement();
57 return svgFontData;
87 const SVGFontData* svgFontData = svgFontAndFontFaceElementForFontData(fontData, fontFaceElement, fontElement);
105 glyphOrigin.setX(svgFontData->horizontalOriginX() * scale)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.darwin-arm64.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.darwin-mips.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.darwin-mips64.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.darwin-x86.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.darwin-x86_64.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.linux-arm.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.linux-arm64.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.linux-mips.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.linux-mips64.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.linux-x86.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \
webcore_svg.target.linux-x86_64.mk 145 third_party/WebKit/Source/core/svg/SVGFontData.cpp \

Completed in 522 milliseconds