Searched refs:dwrite_dll (Results 1 – 1 of 1) sorted by relevance
148 HMODULE dwrite_dll; member170 data->dwrite_dll = LoadLibrary (TEXT ("DWRITE")); in _hb_directwrite_shaper_face_data_create()171 if (unlikely (!data->dwrite_dll)) in _hb_directwrite_shaper_face_data_create()182 GetProcAddress (data->dwrite_dll, "DWriteCreateFactory"); in _hb_directwrite_shaper_face_data_create()260 if (data->dwrite_dll) in _hb_directwrite_shaper_face_data_destroy()261 FreeLibrary (data->dwrite_dll); in _hb_directwrite_shaper_face_data_destroy()