Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-directwrite.cc148 HMODULE dwrite_dll; member
170 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()