Home
last modified time | relevance | path

Searched defs:CachedOutlineKey (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaFontWin.cpp49 struct CachedOutlineKey { struct
50 CachedOutlineKey() : font(0), glyph(0), path(0) {} in CachedOutlineKey() function
51 CachedOutlineKey(HFONT f, WORD g) : font(f), glyph(g), path(0) {} in CachedOutlineKey() function
53 HFONT font;
54 WORD glyph;
58 SkPath* path;