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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h 31 class SVGFontData : public SimpleFontData::AdditionalFontData {
33 static PassOwnPtr<SVGFontData> create(SVGFontFaceElement* element)
35 return adoptPtr(new SVGFontData(element));
38 virtual ~SVGFontData() { }
56 SVGFontData(SVGFontFaceElement*);
SVGFontData.cpp 23 #include "core/svg/SVGFontData.h"
45 SVGFontData::SVGFontData(SVGFontFaceElement* fontFaceElement)
57 void SVGFontData::initializeFontData(SimpleFontData* fontData, float fontSize)
119 float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const
132 bool SVGFontData::applySVGGlyphSelection(WidthIterator& iterator, GlyphData& glyphData, bool mirror, int currentCharacter, unsigned& advanceLength) const
224 bool SVGFontData::fillSVGGlyphPage(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) const
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 SimpleFontData* fontData) const
291 String SVGFontData::createStringWithMirroredCharacters(const String& string) cons
    [all...]

Completed in 76 milliseconds