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

/external/chromium_org/content/renderer/
H A Drenderer_font_platform_win.cc35 class FontCollectionLoader class in namespace:__anon7836
55 FontCollectionLoader() {}; function in class:__anon7836::FontCollectionLoader
56 virtual ~FontCollectionLoader() {};
64 mswr::ComPtr<FontCollectionLoader> g_font_loader;
221 HRESULT STDMETHODCALLTYPE FontCollectionLoader::CreateEnumeratorFromKey(
232 HRESULT FontCollectionLoader::Initialize(IDWriteFactory* factory) {
235 g_font_loader = mswr::Make<FontCollectionLoader>();
251 UINT32 FontCollectionLoader::GetFontMapSize() {
255 std::wstring FontCollectionLoader::GetFontNameFromKey(UINT32 idx) {
260 bool FontCollectionLoader
[all...]

Completed in 922 milliseconds