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

  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 82 CDwFontContext(IDWriteFactory* dwriteFactory);
346 CDwFontContext::CDwFontContext(IDWriteFactory* dwriteFactory)
347 : hr_(S_FALSE), dwriteFactory_(SafeAcquire(dwriteFactory)) {}
  /external/harfbuzz_ng/src/
hb-directwrite.cc 606 IDWriteFactory* dwriteFactory;
608 IDWriteFactory1* dwriteFactory;
613 (IUnknown**) &dwriteFactory
617 dwriteFactory->GetGdiInterop (&gdiInterop);
623 dwriteFactory->CreateTextAnalyzer(&analyzer);
626 dwriteFactory->CreateTextAnalyzer (&analyzer0);

Completed in 50 milliseconds