OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillNonBMPGlyphs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h
64
bool
fillNonBMPGlyphs
(SVGFontElement*, GlyphPage* , unsigned offset, unsigned length, UChar* buffer, const SimpleFontData*) const;
SVGFontData.cpp
249
return
fillNonBMPGlyphs
(fontElement, pageToFill, offset, length, buffer, fontData);
274
bool SVGFontData::
fillNonBMPGlyphs
(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const
Completed in 231 milliseconds