Searched refs:dwriteFactory (Results 1 – 2 of 2) sorted by relevance
606 IDWriteFactory* dwriteFactory; in _hb_directwrite_shape() local608 IDWriteFactory1* dwriteFactory; in _hb_directwrite_shape() local613 (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()
82 CDwFontContext(IDWriteFactory* dwriteFactory);346 CDwFontContext::CDwFontContext(IDWriteFactory* dwriteFactory) in CDwFontContext() argument347 : hr_(S_FALSE), dwriteFactory_(SafeAcquire(dwriteFactory)) {} in CDwFontContext()