HomeSort by relevance Sort by last modified time
    Searched refs:dwriteFactory (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-directwrite.cc 134 IDWriteFactory *dwriteFactory;
150 IDWriteFactory* dwriteFactory;
152 (IUnknown**) &dwriteFactory);
161 dwriteFactory->RegisterFontFileLoader (fontFileLoader);
165 hr = dwriteFactory->CreateCustomFontFileReference (&fontFileKey, sizeof (fontFileKey),
188 dwriteFactory->CreateFontFace (faceType, 1, &fontFile, 0,
191 data->dwriteFactory = dwriteFactory;
208 if (data->dwriteFactory)
211 data->dwriteFactory->UnregisterFontFileLoader (data->fontFileLoader)
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_dwrite.cpp 92 explicit CDwFontContext(IDWriteFactory* dwriteFactory);
379 CDwFontContext::CDwFontContext(IDWriteFactory* dwriteFactory)
380 : hr_(S_FALSE), dwriteFactory_(SafeAcquire(dwriteFactory)) {}

Completed in 1946 milliseconds