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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.cpp 87 SVGFontElement* fontElement = 0;
90 const SVGFontData* svgFontData = svgFontAndFontFaceElementForFontData(fontData, fontFaceElement, fontElement);
91 if (!fontElement || !fontFaceElement)
130 SVGGlyph svgGlyph = fontElement->svgGlyphForGlyph(glyph);
212 SVGFontElement* fontElement = 0;
215 const SVGFontData* svgFontData = svgFontAndFontFaceElementForFontData(fontData, fontFaceElement, fontElement);
216 if (!fontElement || !fontFaceElement)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 232 SVGFontElement* fontElement = fontFaceElement->associatedFontElement();
233 ASSERT(fontElement);
236 return fillBMPGlyphs(fontElement, pageToFill, offset, length, buffer, fontData);
239 return fillNonBMPGlyphs(fontElement, pageToFill, offset, length, buffer, fontData);
242 bool SVGFontData::fillBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const
248 fontElement->collectGlyphsForString(lookupString, glyphs);
266 bool SVGFontData::fillNonBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const
273 fontElement->collectGlyphsForString(lookupString, glyphs);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp     [all...]

Completed in 177 milliseconds