Home
last modified time | relevance | path

Searched refs:dwriteFactory (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-directwrite.cc606 IDWriteFactory* dwriteFactory; in _hb_directwrite_shape() local
608 IDWriteFactory1* dwriteFactory; in _hb_directwrite_shape() local
613 (IUnknown**) &dwriteFactory in _hb_directwrite_shape()
617 dwriteFactory->GetGdiInterop (&gdiInterop); in _hb_directwrite_shape()
623 dwriteFactory->CreateTextAnalyzer(&analyzer); in _hb_directwrite_shape()
626 dwriteFactory->CreateTextAnalyzer (&analyzer0); in _hb_directwrite_shape()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp82 CDwFontContext(IDWriteFactory* dwriteFactory);
346 CDwFontContext::CDwFontContext(IDWriteFactory* dwriteFactory) in CDwFontContext() argument
347 : hr_(S_FALSE), dwriteFactory_(SafeAcquire(dwriteFactory)) {} in CDwFontContext()