OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fillBMPGlyphs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp
80
static bool
fillBMPGlyphs
(unsigned offset,
245
return
fillBMPGlyphs
(offset, length, characterBuffer, this, fontData);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp
236
return
fillBMPGlyphs
(fontElement, pageToFill, offset, length, buffer, fontData);
242
bool SVGFontData::
fillBMPGlyphs
(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const
Completed in 282 milliseconds