OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unicode_path
(Results
1 - 1
of
1
) sorted by null
/external/ImageMagick/coders/
emf.c
345
*
unicode_path
;
347
unicode_path
=ConvertUTF8ToUTF16((const unsigned char *) path);
348
if (
unicode_path
!= (wchar_t *) NULL)
350
hTemp=GetEnhMetaFileW(
unicode_path
);
351
unicode_path
=(wchar_t *) RelinquishMagickMemory(
unicode_path
);
341
*
unicode_path
;
local
Completed in 122 milliseconds