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 84 SVGFontElement* fontElement = 0;
87 const SVGFontData* svgFontData = svgFontAndFontFaceElementForFontData(fontData, fontFaceElement, fontElement);
88 if (!fontElement || !fontFaceElement)
117 SVGGlyph svgGlyph = fontElement->svgGlyphForGlyph(glyph);
193 SVGFontElement* fontElement = 0;
196 const SVGFontData* svgFontData = svgFontAndFontFaceElementForFontData(fontData, fontFaceElement, fontElement);
197 if (!fontElement || !fontFaceElement)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 242 SVGFontElement* fontElement = fontFaceElement->associatedFontElement();
243 ASSERT(fontElement);
246 return fillBMPGlyphs(fontElement, pageToFill, offset, length, buffer, fontData);
249 return fillNonBMPGlyphs(fontElement, pageToFill, offset, length, buffer, fontData);
252 bool SVGFontData::fillBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const
258 fontElement->collectGlyphsForString(lookupString, glyphs);
274 bool SVGFontData::fillNonBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const
281 fontElement->collectGlyphsForString(lookupString, glyphs);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp     [all...]

Completed in 615 milliseconds