Searched defs:CachedOutlineKey (Results 1 – 1 of 1) sorted by relevance
49 struct CachedOutlineKey { struct50 CachedOutlineKey() : font(0), glyph(0), path(0) {} in CachedOutlineKey() function51 CachedOutlineKey(HFONT f, WORD g) : font(f), glyph(g), path(0) {} in CachedOutlineKey() function53 HFONT font;54 WORD glyph;58 SkPath* path;