OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillSVGGlyphPage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
CustomFontData.h
54
virtual bool
fillSVGGlyphPage
(GlyphPage*, unsigned, unsigned, UChar*, unsigned, const SimpleFontData*) const { return false; }
GlyphPageTreeNode.cpp
125
return fontData->customFontData()->
fillSVGGlyphPage
(pageToFill, offset, length, buffer, bufferLength, fontData);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.h
45
virtual bool
fillSVGGlyphPage
(GlyphPage*, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData*) const OVERRIDE;
SVGFontData.cpp
226
bool SVGFontData::
fillSVGGlyphPage
(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) const
Completed in 190 milliseconds