Searched defs:fontReference (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontCustomPlatformDataWin.cpp63 FontCustomPlatformData::FontCustomPlatformData(HANDLE fontReference, const String& name) argument
64 : m_fontReference(fontReference)
123 HANDLE fontReference = renameAndActivateFont(buffer, fontName); local
124 if (!fontReference)
127 return adoptPtr(new FontCustomPlatformData(fontReference, fontName));

Completed in 136 milliseconds