Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp198 struct Item { struct in FontCache
199 HFONT hFont;
200 IDWriteTextFormat* pTextFormat;
201 DWRITE_FONT_WEIGHT fontWeight;
202 DWRITE_FONT_STYLE fontStyle;
203 Item() : hFont(NULL), pTextFormat(NULL) {} in Item() argument