OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookupOrCreatePathForGlyph
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.h
48
static const SkPath*
lookupOrCreatePathForGlyph
(HDC, HFONT, WORD);
SkiaFontWin.cpp
182
const SkPath* SkiaWinOutlineCache::
lookupOrCreatePathForGlyph
(HDC hdc, HFONT font, WORD glyph)
310
const SkPath* path = SkiaWinOutlineCache::
lookupOrCreatePathForGlyph
(dc, hfont, glyphs[i]);
Completed in 37 milliseconds