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 33 class SVGFontData FINAL : public CustomFontData {
35 static PassRefPtr<SVGFontData> create(SVGFontFaceElement* element)
37 return adoptRef(new SVGFontData(element));
40 virtual ~SVGFontData() { }
60 SVGFontData(SVGFontFaceElement*);
SVGFontData.cpp 23 #include "core/svg/SVGFontData.h"
46 SVGFontData::SVGFontData(SVGFontFaceElement* fontFaceElement)
59 void SVGFontData::initializeFontData(SimpleFontData* fontData, float fontSize)
121 float SVGFontData::widthForSVGGlyph(Glyph glyph, float fontSize) const
134 bool SVGFontData::applySVGGlyphSelection(WidthIterator& iterator, GlyphData& glyphData, bool mirror, int currentCharacter, unsigned& advanceLength) const
226 bool SVGFontData::fillSVGGlyphPage(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) const
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 SimpleFontData* fontData) const
293 String SVGFontData::createStringWithMirroredCharacters(const String& string) cons
    [all...]

Completed in 313 milliseconds