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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h 63 bool fillBMPGlyphs(SVGFontElement*, GlyphPage* , unsigned offset, unsigned length, UChar* buffer, const SimpleFontData*) const;
SVGFontData.cpp 246 return fillBMPGlyphs(fontElement, pageToFill, offset, length, buffer, fontData);
252 bool SVGFontData::fillBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const

Completed in 34 milliseconds