Home
last modified time | relevance | path

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

/external/freetype/src/winfonts/
Dwinfnt.c276 WinMZ_HeaderRec mz_header; in fnt_face_get_dll_font() local
286 FT_STREAM_READ_FIELDS( winmz_header_fields, &mz_header ) ) in fnt_face_get_dll_font()
290 if ( mz_header.magic == WINFNT_MZ_MAGIC ) in fnt_face_get_dll_font()
298 if ( FT_STREAM_SEEK( mz_header.lfanew ) || in fnt_face_get_dll_font()
306 FT_ULong res_offset = mz_header.lfanew + in fnt_face_get_dll_font()
418 if ( FT_STREAM_SEEK( mz_header.lfanew ) || in fnt_face_get_dll_font()