Searched refs:hmf (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-win32.cpp1167 // to adjust packing, we use a WORD for the hmf handle, and a SMALL_RECT
1174 WORD hmf; member in struct:Inkscape::UI::Dialog::__anon109
1191 HMETAFILE hmf = GetMetaFileW(filename); local
1196 if (!hmf) {
1201 hmf = GetMetaFileW( szTemp );
1205 if (hmf) {
1207 DWORD nSize = GetMetaFileBitsEx( hmf, 0, NULL );
1212 DWORD dw = GetMetaFileBitsEx( hmf, nSize, lpvData );
1225 DeleteMetaFile( hmf );
1230 DeleteMetaFile( hmf );
[all...]

Completed in 16 milliseconds